Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- MITgcm_contrib/ESMF/mytools/comp_profile.faulks 2004/02/24 02:29:00 1.6
+++ MITgcm_contrib/ESMF/mytools/comp_profile.faulks 2004/02/29 17:04:40 1.7
@@ -1,4 +1,4 @@
-# $Id: comp_profile.faulks,v 1.6 2004/02/24 02:29:00 cnh Exp $
+# $Id: comp_profile.faulks,v 1.7 2004/02/29 17:04:40 cnh Exp $
# $Name: $
#
# Compiler and linker options for faulks.lcs.mit.edu
@@ -9,8 +9,15 @@
set cccommand = gcc
set ccopts = "-c"
set comp = "/usr/local/pkg/mpi/mpich-1.2.5..10/lahey/bin/mpif90"
-set compopts = ( --o0 --tp4 --wide )
+# ESMF_1_0_4
+set compopts = ( --o0 --tp4 --wide -DE_1_0_4 )
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 )
+# ESMF_1_0_5
+#set compopts = ( --o0 --tp4 --wide -DE_1_0_5 )
+#set esmf_root = ( /s01/cnh/ESMF_1_0_5_2004_02_19/esmf )
+#set complibs = ( -L${esmf_root}/lib/libO/Linux.lahey.32.mit -lesmf )
+#set compinc = ( -I${esmf_root}/mod/modO/Linux.lahey.32.mit )
+
set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top )
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |