--- MITgcm/tools/genmake.hp 1998/04/23 21:00:52 1.2 +++ MITgcm/tools/genmake.hp 1998/05/18 15:10:32 1.3 @@ -1,6 +1,6 @@ #!/bin/csh -f # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/Attic/genmake.hp,v 1.2 1998/04/23 21:00:52 cnh Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/Attic/genmake.hp,v 1.3 1998/05/18 15:10:32 cnh Exp $ # # Makefile generator for MITgcm UV codes # @@ -123,10 +123,10 @@ # concurrently. Optimisation knows nothing about parallel access # it assumes sequential semantics and rearranges code on that # basis. - if ( "${fname}" != "fbar.F" ) then - echo ' @ $(FCOMP) '$pf >> ${mfile}.$$ - else + if ( "${fname}" == "fbar.F" || "${fname}" == "different_multiple.F" ) then echo ' @ $(FCOMP0) '$pf >> ${mfile}.$$ + else + echo ' @ $(FCOMP) '$pf >> ${mfile}.$$ endif set psupp_files = ( ${psupp_files} ${fname} ) set psupp_slist = ( ${psupp_slist} ${f} )