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

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

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


Revision 1.9 - (hide annotations) (download)
Thu Mar 18 22:19:16 2004 UTC (21 years, 4 months ago) by cnh
Branch: MAIN
Changes since 1.8: +2 -1 lines
Options for debug building

1 cnh 1.9 # $Id: comp_profile.faulks,v 1.8 2004/03/01 04:15:12 cnh Exp $
2 cnh 1.1 # $Name: $
3     #
4     # Compiler and linker options for faulks.lcs.mit.edu
5     #
6 cnh 1.6 set gm2optfile = "-optfile=${BUILDROOT}/../../tools/build_options/linux_ia32_g77+mpi_cg01"
7 cnh 1.4 set arcommand = ar
8     set aropts = "-rsc"
9     set cccommand = gcc
10     set ccopts = "-c"
11     set comp = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90"
12 cnh 1.7 # ESMF_1_0_4
13 cnh 1.8 set compopts = ( --o0 --tp4 --wide -DE_1_0_4 -DE_REGRID_IS_BROKEN)
14 cnh 1.9 set compopts_num = ( ${compopts} )
15 cnh 1.5 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 cnh 1.7 # ESMF_1_0_5
19 cnh 1.8 #set compopts = ( --o0 --tp4 --wide -DE_1_0_5 -DE_REGRID_IS_BROKEN)
20 cnh 1.7 #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 cnh 1.5 set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top )

  ViewVC Help
Powered by ViewVC 1.1.22