/[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.4 by cnh, Sun Feb 22 01:10:49 2004 UTC revision 1.10 by cnh, Tue Mar 30 05:11:28 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 gm2optfile  = "-optfile=../../../tools/build_options/linux_ia32_g77"  set gm2optfile  = "-optfile=${BUILDROOT}/../../tools/build_options/linux_ia32_g77+mpi_cg01"
7  set arcommand   = ar  set arcommand   = ar
8  set aropts      = "-rsc"  set aropts      = "-rsc"
9  set cccommand   = gcc  set cccommand   = gcc
10  set ccopts      = "-c"  set ccopts      = "-c"
11  set comp        = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90"  set comp        = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90"
12  set compopts    = ( --o2 --tp4 )  # ESMF_1_0_4
13  set complibs    = ( -L/usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/lib/libO/Linux.lahey.32.default -lesmf )  set compopts    = ( --o0 --tp4 --wide -DE_1_0_4 -DE_REGRID_IS_BROKEN)
14  set compinc     = ( -I/usr//local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/mod/modO/Linux.lahey.32.default       )  set compopts_num = ( ${compopts} )
15  set compinc     = ( ${compinc} -I${BUILDROOT}/esmf_top )  set esmf_root   = ( /usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey  )
16    set complibs    = ( -L${esmf_root}/lib/libO/Linux.lahey.32.default -lesmf )
17    set compinc     = ( -I${esmf_root}/mod/modO/Linux.lahey.32.default        )
18    # ESMF_1_0_5
19    set compopts    = ( --o0 --tp4 --wide -DE_1_0_5                           )
20    set esmf_root   = ( /s01/cnh/ESMF_1_0_5_2004_02_19/esmf                   )
21    set complibs    = ( -L${esmf_root}/lib/libO/Linux.lahey.32.mit     -lesmf )
22    set compinc     = ( -I${esmf_root}/mod/modO/Linux.lahey.32.mit            )
23    
24    set compinc     = ( ${compinc} -I${BUILDROOT}/esmf_top                    )

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

  ViewVC Help
Powered by ViewVC 1.1.22