/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

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

revision 1.121 by edhill, Tue Mar 22 19:45:03 2005 UTC revision 1.123 by edhill, Thu Apr 28 18:01:19 2005 UTC
# Line 321  EOF Line 321  EOF
321    
322      #================================================================      #================================================================
323      #  look for possible FORTRAN compilers      #  look for possible FORTRAN compilers
324      tmp="$MITGCM_FC $FC efc g77 f77 pgf77 pgf95 ifc f90 f95 mpif77 mpf77 mpxlf95"      tmp="$MITGCM_FC $FC efc g77 f77 pgf77 pgf95 ifc f90 f95 mpif77 mpf77 mpxlf95 gfortran"
325      p_FC=      p_FC=
326      for c in $tmp ; do      for c in $tmp ; do
327          rm -f ./hello.f ./hello          rm -f ./hello.f ./hello
# Line 1827  for i in $SOURCEDIRS ; do Line 1827  for i in $SOURCEDIRS ; do
1827      done      done
1828  done  done
1829  if test ! "x"$FS = "x.f" ; then  if test ! "x"$FS = "x.f" ; then
1830      cat ad_files | sed -e "s/\.f/$FS/g" > ad_files_f      cat ad_files | sed -e "s/\.f/.$FS/g" > ad_files_f
1831      mv -f ad_files_f ad_files      mv -f ad_files_f ad_files
1832  fi  fi
1833    

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.123

  ViewVC Help
Powered by ViewVC 1.1.22