# $Id: comp_profile.BASE,v 1.1 2004/02/22 01:10:49 cnh Exp $ # $Name: $ # # Compiler and linker options for faulks.lcs.mit.edu # # genmake2 options set gm2command = "../../../tools/genmake2" set gm2mods = "-mods=../code" set gm2optfile = " " set gm2adoptfile = "-adoptfile=../../../tools/adjoint_options/adjoint_default" set gm2standarddirs = '-standarddirs=" "' # archive building command set arcommand = ar set aropts = "-rsc" # c compiler set cccommand = gcc set ccopts = "-c" # fortran compiler set comp = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90" set compopts = ( --o2 --tp4 ) # link paths set complibs = ( -L/usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/lib/libO/Linux.lahey.32.default -lesmf ) set compinc = ( -I/usr//local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey/mod/modO/Linux.lahey.32.default ) set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top )