/[MITgcm]/MITgcm/tools/genmake.hp
ViewVC logotype

Diff of /MITgcm/tools/genmake.hp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by cnh, Thu Apr 23 21:00:52 1998 UTC revision 1.3 by cnh, Mon May 18 15:10:32 1998 UTC
# Line 123  if ( ${PSUPP_SDIR} != ${MODEL_SDIR} ) th Line 123  if ( ${PSUPP_SDIR} != ${MODEL_SDIR} ) th
123  #  concurrently. Optimisation knows nothing about parallel access  #  concurrently. Optimisation knows nothing about parallel access
124  #  it assumes sequential semantics and rearranges code on that  #  it assumes sequential semantics and rearranges code on that
125  #  basis.  #  basis.
126     if ( "${fname}" != "fbar.F" ) then     if ( "${fname}" == "fbar.F" || "${fname}" == "different_multiple.F" ) then
     echo '      @ $(FCOMP) '$pf >> ${mfile}.$$  
    else  
127      echo '      @ $(FCOMP0) '$pf >> ${mfile}.$$      echo '      @ $(FCOMP0) '$pf >> ${mfile}.$$
128       else
129        echo '      @ $(FCOMP) '$pf >> ${mfile}.$$
130     endif       endif  
131     set psupp_files = ( ${psupp_files} ${fname}  )     set psupp_files = ( ${psupp_files} ${fname}  )
132     set psupp_slist = ( ${psupp_slist} ${f}  )     set psupp_slist = ( ${psupp_slist} ${f}  )

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22