home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / house_ii.zip / SCR / S10.DOC < prev    next >
Text File  |  1992-05-08  |  1KB  |  24 lines

  1.       
  2.   Hints to reduce aggravation and minimize errors cont'd:
  3.  
  4.  WORKSTATIONS:
  5.   If you want to run the code on a UNIX workstation, compile the code
  6.   on a PC in directory \HII\FOR by typing CMPHSEII.  Then copy the BAT
  7.   file MKFILE.BAT from directory \HII\FOR to \HII\FTN and type MKFILE.
  8.   This BAT file will create four files of source code with the common
  9.   blocks in place.  These files begin with MZ and have an extension of .F.
  10.   You must then use an editor to eliminate some PC-specific code.
  11.   Comment out the following lines in the files indicated:
  12.            CALL FLUSH    (23 occurrences in MZ3.F)
  13.            CALL CURS     (2 occurrences in MZ1.F)
  14.            CALL CURS     (8 occurrences in MZ2.F)
  15.            CALL CURS     (6 occurrences in MZ3.F)
  16.            CALL SYSTEM   (2 occurrences in MZ4.F)
  17.   The code has been compiled and run on IBM 6000 and HP 9000 series 700 
  18.   RISC workstation computers.  On the HP 700 series, use the -K compile
  19.   option because there are some imbedded DATA statements.  Always set
  20.   the once-through option for DO loop execution.  The Unix file
  21.   CMPHSII.BAT in directory \HII\FOR can be used to compile the code on
  22.   a HP 720.
  23.   
  24.