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

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

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


Revision 1.3 - (hide annotations) (download)
Fri Feb 27 17:09:09 2004 UTC (21 years, 4 months ago) by cnh
Branch: MAIN
Changes since 1.2: +4 -1 lines
Fixes for GFDL HPCS build

1 cnh 1.3 # $Id: comp_profile.BASE,v 1.2 2004/02/22 19:29:35 cnh Exp $
2 cnh 1.1 # $Name: $
3     #
4     # Compiler and linker options for faulks.lcs.mit.edu
5     #
6     # genmake2 options
7 cnh 1.2 set gm2command = "${BUILDROOT}/../../tools/genmake2"
8 cnh 1.1 set gm2mods = "-mods=../code"
9     set gm2optfile = " "
10 cnh 1.2 set gm2adoptfile = "-adoptfile=${BUILDROOT}/../../tools/adjoint_options/adjoint_default"
11 cnh 1.1 set gm2standarddirs = '-standarddirs=" "'
12 cnh 1.3 # Command used to go from file name to module name (module names are CPAS on
13     # ( SGI
14     set mkmodname = cat
15 cnh 1.1 # archive building command
16     set arcommand = ar
17     set aropts = "-rsc"
18     # c compiler
19     set cccommand = gcc
20     set ccopts = "-c"
21     # fortran compiler
22     set comp = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90"
23     set compopts = ( --o2 --tp4 )
24     # link paths
25     set complibs = ( -L/usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/lib/libO/Linux.lahey.32.default -lesmf )
26     set compinc = ( -I/usr//local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/mod/modO/Linux.lahey.32.default )
27     set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top )

  ViewVC Help
Powered by ViewVC 1.1.22