/[MITgcm]/MITgcm_contrib/ESMF/mytools/comp_profile.faulks
ViewVC logotype

Diff of /MITgcm_contrib/ESMF/mytools/comp_profile.faulks

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

revision 1.2 by cnh, Sat Feb 21 02:20:35 2004 UTC revision 1.4 by cnh, Sun Feb 22 01:10:49 2004 UTC
# Line 3  Line 3 
3  #  #
4  # Compiler and linker options for faulks.lcs.mit.edu  # Compiler and linker options for faulks.lcs.mit.edu
5  #  #
6  set arcommand = ar  set gm2optfile  = "-optfile=../../../tools/build_options/linux_ia32_g77"
7  set aropts    = "-s"  set arcommand   = ar
8  set cccommand = gcc  set aropts      = "-rsc"
9  set ccopts    = "-c"  set cccommand   = gcc
10  set comp      = mpxlf95_r  set ccopts      = "-c"
11  set compopts  = ( -qfixed=132 -O3 -qarch=pwr4      \  set comp        = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90"
12                    -qtune=pwr4 -qcache=auto         \  set compopts    = ( --o2 --tp4 )
13                    -qmaxmem=-1 -bmaxdata:0x80000000 \  set complibs    = ( -L/usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/lib/libO/Linux.lahey.32.default -lesmf )
14                    -q64 -brtl -lC -qautodbl )  set compinc     = ( -I/usr//local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/mod/modO/Linux.lahey.32.default       )
15  set complibs  = ( -L/fs/cgd/data0/erik/esmf/lib/libO/AIX.default.64.default -lesmf  )  set compinc     = ( ${compinc} -I${BUILDROOT}/esmf_top )
 set compinc   = ( -I/fs/cgd/data0/erik/esmf/mod/modO/AIX.default.64.default         )  
 set compinc   = ( ${compinc} -I${BUILDROOT}/esmf_top )  

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

  ViewVC Help
Powered by ViewVC 1.1.22