1 |
cnh |
1.7 |
# $Id: comp_profile.GFDL_HPCS,v 1.6 2004/03/18 22:19:16 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 |
cnh |
1.3 |
set gm2optfile = "-optfile=${BUILDROOT}/mytools/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 |
cnh |
1.4 |
set compopts = ( -64 -mips4 -i4 -r8 -d8 -g -O0 -extend_source -fixedform \ |
17 |
cnh |
1.5 |
-cpp -DE_1_0_4 -DE_REGRID_IS_BROKEN ) |
18 |
cnh |
1.7 |
set compopts = ( -64 -mips4 -i4 -r8 -d8 -g -O0 -extend_source -fixedform \ |
19 |
|
|
-cpp -DE_1_0_5 ) |
20 |
cnh |
1.6 |
set compopts_num = ( ${compopts} ) |
21 |
cnh |
1.1 |
set esmf_root = ( /home/sjs/Inchon/ESMF_LATEST/esmf ) |
22 |
cnh |
1.7 |
set esmf_root = ( /home/nsc/esmf ) |
23 |
cnh |
1.1 |
set complibs = ( -L${esmf_root}/lib/libg/IRIX64.default.64.default -lesmf ) |
24 |
|
|
set complibs = ( ${complibs} -lC -lCio -lmpi -lmpi++ ) |
25 |
|
|
set compinc = ( -I${esmf_root}/mod/modg/IRIX64.default.64.default ) |
26 |
|
|
set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top ) |