1 |
cnh |
1.7 |
# $Id: comp_profile.faulks,v 1.6 2004/02/24 02:29:00 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 |
|
|
set compopts = ( --o0 --tp4 --wide -DE_1_0_4 ) |
14 |
cnh |
1.5 |
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 ) |
16 |
|
|
set compinc = ( -I${esmf_root}/mod/modO/Linux.lahey.32.default ) |
17 |
cnh |
1.7 |
# 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 |
cnh |
1.5 |
set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top ) |