/[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.6 by cnh, Tue Feb 24 02:29:00 2004 UTC revision 1.7 by cnh, Sun Feb 29 17:04:40 2004 UTC
# Line 9  set aropts      = "-rsc" Line 9  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    = ( --o0 --tp4 --wide )  # ESMF_1_0_4
13    set compopts    = ( --o0 --tp4 --wide -DE_1_0_4 )
14  set esmf_root   = ( /usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey  )  set esmf_root   = ( /usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey  )
15  set complibs    = ( -L${esmf_root}/lib/libO/Linux.lahey.32.default -lesmf )  set complibs    = ( -L${esmf_root}/lib/libO/Linux.lahey.32.default -lesmf )
16  set compinc     = ( -I${esmf_root}/mod/modO/Linux.lahey.32.default        )  set compinc     = ( -I${esmf_root}/mod/modO/Linux.lahey.32.default        )
17    # ESMF_1_0_5
18    #set compopts    = ( --o0 --tp4 --wide -DE_1_0_5 )
19    #set esmf_root   = ( /s01/cnh/ESMF_1_0_5_2004_02_19/esmf                   )
20    #set complibs    = ( -L${esmf_root}/lib/libO/Linux.lahey.32.mit     -lesmf )
21    #set compinc     = ( -I${esmf_root}/mod/modO/Linux.lahey.32.mit            )
22    
23  set compinc     = ( ${compinc} -I${BUILDROOT}/esmf_top                    )  set compinc     = ( ${compinc} -I${BUILDROOT}/esmf_top                    )

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22