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

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

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


Revision 1.2 - (hide annotations) (download)
Sat Feb 28 01:46:51 2004 UTC (21 years, 5 months ago) by cnh
Branch: MAIN
Changes since 1.1: +2 -2 lines
Fixes for things that broke HPCS

1 cnh 1.2 # $Id: comp_profile.GFDL_HPCS,v 1.1 2004/02/27 17:09:09 cnh Exp $
2 cnh 1.1 # $Name: $
3     #
4     # Compiler and linker options for GFDL's so called "High Performance Computing
5     # System" (HPCS) - what an ironic name that is :-).
6     #
7     # Yes these guys have never installed bash (maybe next decade?)
8     set gm2command = "sh ${BUILDROOT}/../../tools/genmake2"
9     set gm2optfile = "-optfile=${BUILDROOT}/../../tools/build_options/irix64_ip35+mpi_gfdl"
10 cnh 1.2 set mkmodname = './toupper.sh'
11 cnh 1.1 set arcommand = ar
12     set aropts = "-s -rc"
13     set cccommand = cc
14     set ccopts = "-64 -c"
15     set comp = "/opt/MIPSpro/bin/f90"
16     set compopts = ( -64 -mips4 -i4 -r8 -d8 -g -O0 -extend_source -fixedform )
17     set esmf_root = ( /home/sjs/Inchon/ESMF_LATEST/esmf )
18     set complibs = ( -L${esmf_root}/lib/libg/IRIX64.default.64.default -lesmf )
19     set complibs = ( ${complibs} -lC -lCio -lmpi -lmpi++ )
20     set compinc = ( -I${esmf_root}/mod/modg/IRIX64.default.64.default )
21     set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top )

  ViewVC Help
Powered by ViewVC 1.1.22