| 1 |
cnh |
1.2 |
# $Id: comp_profile.BASE,v 1.1 2004/02/22 01:10:49 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 |
|
|
# archive building command |
| 13 |
|
|
set arcommand = ar |
| 14 |
|
|
set aropts = "-rsc" |
| 15 |
|
|
# c compiler |
| 16 |
|
|
set cccommand = gcc |
| 17 |
|
|
set ccopts = "-c" |
| 18 |
|
|
# fortran compiler |
| 19 |
|
|
set comp = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90" |
| 20 |
|
|
set compopts = ( --o2 --tp4 ) |
| 21 |
|
|
# link paths |
| 22 |
|
|
set complibs = ( -L/usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/lib/libO/Linux.lahey.32.default -lesmf ) |
| 23 |
|
|
set compinc = ( -I/usr//local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/mod/modO/Linux.lahey.32.default ) |
| 24 |
|
|
set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top ) |