1 |
cnh |
1.3 |
# $Id: comp_profile.faulks,v 1.2 2004/02/21 02:20:35 cnh Exp $ |
2 |
cnh |
1.1 |
# $Name: $ |
3 |
|
|
# |
4 |
|
|
# Compiler and linker options for faulks.lcs.mit.edu |
5 |
|
|
# |
6 |
|
|
set arcommand = ar |
7 |
cnh |
1.3 |
set aropts = "-rsc" |
8 |
cnh |
1.2 |
set cccommand = gcc |
9 |
|
|
set ccopts = "-c" |
10 |
cnh |
1.3 |
set comp = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90" |
11 |
|
|
set compopts = ( --o2 --tp4 ) |
12 |
|
|
set complibs = ( -L/usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/lib/libO/Linux.lahey.32.default -lesmf ) |
13 |
|
|
set compinc = ( -I/usr//local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/mod/modO/Linux.lahey.32.default ) |
14 |
cnh |
1.1 |
set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top ) |