/[MITgcm]/MITgcm/tools/build_options/sp4+mpi_jump
ViewVC logotype

Diff of /MITgcm/tools/build_options/sp4+mpi_jump

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

revision 1.1 by mlosch, Mon Dec 11 14:15:36 2006 UTC revision 1.2 by mlosch, Wed May 2 19:19:26 2007 UTC
# Line 21  CPP='/lib/cpp -P' Line 21  CPP='/lib/cpp -P'
21  CC='mpcc_r -q64'  CC='mpcc_r -q64'
22  FC='mpxlf95_r -q64'  FC='mpxlf95_r -q64'
23  LINK='mpxlf95_r -q64'  LINK='mpxlf95_r -q64'
24  #LIBS='-lmass'  #-- uncomment this line in order to link the mpiP libraries for MPI profiling
25  LIBS='-lmass -lesslsmp'  #-- require to do "module load mpiP" before linking
26    # MPIPLIBS="-L$MPIP_LIBRTS -lmpiP -lbfd -liberty -lintl -lm"
27    LIBS="-lmass $MPIPLIBS"
28    #-- according to Constantinos we do no need the esslsmp library
29    #LIBS="-lmass -lesslsmp $MPIPLIBS"
30  FFLAGS='-qfixed=132'  FFLAGS='-qfixed=132'
31  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
32      #  No need for IEEE-754      #  No need for IEEE-754

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

  ViewVC Help
Powered by ViewVC 1.1.22