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

Diff of /MITgcm/tools/genmake

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

revision 1.63 by adcroft, Wed Aug 7 19:27:27 2002 UTC revision 1.64 by adcroft, Wed Aug 7 19:48:44 2002 UTC
# Line 314  if ($?FC) then Line 314  if ($?FC) then
314   echo "$FC was specified as the compiler"   echo "$FC was specified as the compiler"
315  else  else
316   echo " "   echo " "
317   set likelysuspects=(ifc g77 pgf77 f77 f90 f95)   switch ($platform)
318      case Linux*:
319       set likelysuspects=(ifc g77 pgf77 f77 f90 f95)
320       breaksw
321      default:
322       set likelysuspects=(f77)
323       breaksw
324     endsw
325   foreach fc ($likelysuspects)   foreach fc ($likelysuspects)
326    set foundfc=`which $fc |& cat - `    set foundfc=`which $fc |& cat - `
327    if (-x $foundfc[1]) then    if (-x $foundfc[1]) then

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

  ViewVC Help
Powered by ViewVC 1.1.22