home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LANGUAGE / FORTRAN / F77TO90 / readme.txt < prev    next >
Text File  |  1997-02-07  |  7KB  |  207 lines

  1.  
  2. Tutorial on Fortran 90
  3. ======================
  4.  
  5. PC version 2.1 for WWW
  6. ----------------------
  7.  
  8. Bo Einarsson
  9. National Supercomputer Centre
  10. Linkoeping university
  11. SE-581 83  LINKOEPING
  12. SWEDEN
  13. Tel + 46 13 281432
  14. Fax + 46 13 282535
  15. Email boein@nsc.liu.se
  16.  
  17. 1.1 INTRODUCTION
  18. ----------------
  19.  
  20. This version of the tutorial on Fortran 90 can be used on 
  21. UNIX, Windows 3.1, Windows 95, and Apple Macintosh. It has 
  22. only relative links for all files which are direct part of
  23. the tutorial, and uses absolute links only for external 
  24. Web-pages.
  25.  
  26. The reason is that it should be possible to use the book 
  27. without any telephone or network connection.
  28.  
  29. 1.2 Web-readers at local use
  30. ----------------------------
  31.  
  32. The Web-readers discussed below all have the property that they
  33. can be used locally (stand alone), if Winsocket has been installed.
  34. An alternative is to instal a "dummy" version of Winsocket, 
  35. which does nothing. With the next version of Mosaic a "null" Winsocket 
  36. will be provided.
  37.  
  38. When I wish to use the system locally I just disconnect
  39. the electric power to my external modem. If I am already
  40. running Web on the net, I close the connection with closing
  41. the supervising program, usually trumpet.
  42.  
  43. Files in HTML on PC using MS-DOS are supposed to end with .htm, but 
  44. most Web-browsers also permit call of files using the usual 
  45. UNIX-extension .html. The addresses have therefore not been changed 
  46. from the previous UNIX version in this respect.
  47.  
  48. 1.2a NCSA Mosaic 2.0 for Microsoft Windows 3.1
  49. ----------------------------------------------
  50.  
  51. This Web-reader had in a previous version the property
  52. that it could be used locally (stand alone), even if no 
  53. Winsocket had been installed, and was therefore very suitable.
  54.  
  55. The system has a few differences compared with on a UNIX-system:
  56.  
  57. a) It is more critical with respect to national characters
  58. given with for example &auml; for ä. The semicolon 
  59. is now compulsory. This is of course no major problem with 
  60. this English version.
  61.  
  62. b) I have not found any satisfactory solution on how to write 
  63. a typewriter or teletype or Courier font for the Fortran-words 
  64. in the text. This is further discussed in the document
  65. pc_e.html.
  66.  
  67. 1.2b NCSA Mosaic 2.1 for Microsoft Windows 3.1
  68. ----------------------------------------------
  69.  
  70. In addition to the problems discussed above a completely new and rather
  71. serious problem appears with this revision. When I start Mosaic for local
  72. use, and do not have the modem turned on, the Window system gives the
  73. following message: "SYSTEM ERROR, CAN NOT WRITE ON UNIT AUX" and it
  74. gives the two alternatives "ABORT" and "TRY AGAIN". If I click on
  75. "ABORT" the Mosaic system starts correctly!
  76.  
  77. The reason for this problem is probably that the revised Mosaic tests
  78. for World Wide connection, before starting.
  79.  
  80. With the modem turned on, the revised Mosaic works well.
  81.  
  82. A work-around is available. Add the following two lines to the 
  83. windows\system.ini file:
  84.  
  85. [DEBUG]
  86. OUTPUTTO=NUL
  87.  
  88. An additional problem is that the system crashes (has to be rebooted) 
  89. if you, while without a network connection, click on an external link.
  90.  
  91. All these problems also apply to NCSA Mosaic 2.1.1. The problem with having 
  92. to reboot after an attempt to connect to an external link in local mode has 
  93. however been solved. If you wait for a while you will get the error message
  94. "HTAccess: Error accessing". If you then click on OK you can proceeed.
  95.  
  96. 1.2c Netscape Navigator 2.0 for Microsoft Windows 3.1
  97. -----------------------------------------------------
  98.  
  99. The teletype font works fine.
  100.  
  101. 1.2d Netscape Navigator 2.0 for the Russian version of Microsoft Windows 95
  102. ---------------------------------------------------------------------------
  103.  
  104. See the discussion in pc_e.html on how the national characters are treated.
  105.  
  106. 1.2e Microsoft Internet Explorer for Microsoft Windows 3.1
  107. ----------------------------------------------------------
  108.  
  109. This Web-reader works fine in both version 2.01 and 2.1.
  110.  
  111. 1.2f Netscape Navigator Gold
  112. ----------------------------
  113.  
  114. This Web-browser (in version 3.0b6 for UNIX) works fine.
  115.  
  116.  
  117. 1.2g IBM Web Explorer using OS/2 Warp 3
  118. ---------------------------------------
  119.  
  120. This works fine. At local installation it is recommended to
  121. unpack the ZIP-file with Unzip from Info-Zip.
  122.  
  123.  
  124. 1.3 New and revised routines
  125. ----------------------------
  126.  
  127. This list of new and revised routines is now only
  128. available in the HTML-document "pc_e.html".
  129.  
  130. 1.4 Installation
  131. ----------------
  132.  
  133. The tutorial is now available either as a MS-DOS diskette 
  134. or as a single compressed ZIP-file or tar-file.
  135.  
  136. Main page, with links to all other pages is f77to90.html.
  137. Pictures are in the subdirectory gifs and source code in 
  138. the subdirectory code. The chapters are c(digit).html 
  139. and the appendices are a(digit).html. All other document
  140. names are self explanatory, except fortran.html,
  141. which includes external links to other Fortran documents.
  142.  
  143. a) Installation from a diskette on Windows 3.x
  144.  
  145. At delivery on a diskette this can be used directly,
  146. but I recommend installation on the disk memory with the command
  147.  
  148. xcopy a:\ d:\f77to90 /s /e /v
  149.  
  150. where a (or b) is the diskette unit and d (or c)
  151. is the disk memory. My proposal for a directory name 
  152. is f77to90.
  153.  
  154. b) Installation from a compressed ZIP-file
  155.  
  156. You can obtain the tutorial as a compressed ZIP-file using anonymous
  157. ftp from the computer ftp.nsc.liu.se (130.236.100.7) on the file
  158. pub/bibliotek/f77to90.zip.
  159.  
  160. On your computer you put the file f77to90.zip on the directory
  161. where you wish the subdirectory f77to90 to be created.
  162. There you give the command pkunzip -d f77to90.zip on MS-DOS
  163. and unzip f77to90.zip on UNIX. You then get the files installed 
  164. on one directory with the HTML-files, one subdirectory gifs
  165. with pictures and one subdirectory code with the source code.
  166.  
  167. Under Windows 95 you have to use the program "WinZip for Windows 95"
  168. in order to manage the long filenames. On Macintosh you unpack with
  169. the program "Zipit", with the alternative "conversion to PC-files" 
  170. switched off.
  171.  
  172. c) From a compressed tar-file
  173.  
  174. You can obtain the tutorial as a compressed tar-file using anonymous
  175. ftp from the computer ftp.nsc.liu.se (130.236.100.7) on the file
  176. pub/bibliotek/f77to90.tar.Z.
  177.  
  178. If you have received the file on an MS-DOS diskette from me I name the 
  179. file F7TO9TAR.Z. When installing on a UNIX computer you are supposed to
  180. change the file name to f77to90.tar.Z.
  181.  
  182. On your computer you put the file f77to90.tar.Z on the directory
  183. where you wish the subdirectory f77to90 to be created.
  184. There you give the commands uncompress f77to90.tar.Z followed
  185. with tar xvf f77to90.tar on UNIX.  You then
  186. get the files installed on one directory with the
  187. HTML-files, one subdirectory gifs with pictures and
  188. one subdirectory code with the source code.
  189.  
  190. d) From a self-extracting Macintosh archive
  191.  
  192. The self-extracting Macintosh archive form of the tutorial is now 
  193. available using anonymous ftp from the computer ftp.nsc.liu.se 
  194. (130.236.100.7) on the file /pub/bibliotek/f77to90.sea. This archive 
  195. is however not updated as often as the zip and tar versions, since we 
  196. do not have easy access to a Macintosh computer.
  197.  
  198. e) Updates
  199.  
  200. Updates are available from 
  201. http://www.nsc.liu.se/~boein/f77to90/pc_e.html#1.3
  202. You are welcome to contact Bo Einarsson (Email: boein@nsc.liu.se)
  203. for further information! 
  204.  
  205. Last modified: 7 February 1997
  206.  
  207.