/[MITgcm]/MITgcm_contrib/ESMF/mytools/comp_profile.faulks
ViewVC logotype

Diff of /MITgcm_contrib/ESMF/mytools/comp_profile.faulks

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

--- MITgcm_contrib/ESMF/mytools/comp_profile.faulks	2004/02/22 01:10:49	1.4
+++ MITgcm_contrib/ESMF/mytools/comp_profile.faulks	2004/02/22 19:29:35	1.5
@@ -1,15 +1,16 @@
-# $Id: comp_profile.faulks,v 1.4 2004/02/22 01:10:49 cnh Exp $
+# $Id: comp_profile.faulks,v 1.5 2004/02/22 19:29:35 cnh Exp $
 # $Name:  $
 #
 # Compiler and linker options for faulks.lcs.mit.edu
 #
-set gm2optfile  = "-optfile=../../../tools/build_options/linux_ia32_g77"
+set gm2optfile  = "-optfile=${BUILDROOT}/../../tools/build_options/linux_ia32_g77"
 set arcommand   = ar
 set aropts      = "-rsc"
 set cccommand   = gcc
 set ccopts      = "-c"
 set comp        = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90"
-set compopts    = ( --o2 --tp4 )
-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 )
+set compopts    = ( --o0 --tp4 --wide )
+set esmf_root   = ( /usr/local/pkg/ESMF/ESMF_1_0_4/mpich-1.2.5..10/lahey  )
+set complibs    = ( -L${esmf_root}/lib/libO/Linux.lahey.32.default -lesmf )
+set compinc     = ( -I${esmf_root}/mod/modO/Linux.lahey.32.default        )
+set compinc     = ( ${compinc} -I${BUILDROOT}/esmf_top                    )

 

  ViewVC Help
Powered by ViewVC 1.1.22