/[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.14 by adcroft, Fri Mar 24 18:29:29 2000 UTC revision 1.15 by adcroft, Fri Mar 24 18:52:53 2000 UTC
# Line 193  switch ($platform$USEMPI) Line 193  switch ($platform$USEMPI)
193      set LINK       = ( 'g77' )      set LINK       = ( 'g77' )
194      breaksw      breaksw
195    case Linux+pgi+mpi:    case Linux+pgi+mpi:
196      set LIBS       = ( '-L/usr/local/lib/LINUX/ch_p4/ -lfmpich -lmpich' )      if ($?include_jam_libs) then
197      set INCLUDES   = ( '-I/usr/local/include' )       set INCLUDES   = ( '-I/usr/local//mpich-cnh-install/include' )
198         set LIBS       = ( '-L/usr/local/mpich-cnh-install/lib/LINUX/ch_p4/ -lfmpich -lmpich' )
199        else
200         set INCLUDES   = ( '-I/usr/local/include' )
201         set LIBS       = ( '-L/usr/local/lib/LINUX/ch_p4/ -lfmpich -lmpich' )
202        endif
203    case Linux+pgi:    case Linux+pgi:
204      set LN         = ( '/bin/ln -fs' )      set LN         = ( '/bin/ln -fs' )
205      set CPP        = ( '/lib/cpp -traditional -P' )      set CPP        = ( '/lib/cpp -traditional -P' )
# Line 365  FOPTIM = ${FOPTIM} Line 370  FOPTIM = ${FOPTIM}
370  NOOPTFILES = ${NOOPTFILES}  NOOPTFILES = ${NOOPTFILES}
371  NOOPTFLAGS = ${NOOPTFLAGS}  NOOPTFLAGS = ${NOOPTFLAGS}
372  # Flags and libraries needed for linking  # Flags and libraries needed for linking
373  LIBS = ${LIBS}  LIBS = ${LIBS} \$(XLIBS)
374    
375  EOF  EOF
376    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.22