/[MITgcm]/MITgcm/tools/build_options/linux+pgi+mpi
ViewVC logotype

Contents of /MITgcm/tools/build_options/linux+pgi+mpi

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


Revision 1.3 - (show annotations) (download)
Mon Sep 29 16:15:24 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
FILE REMOVED
 o added a platform-detection mechanism to guess at the optfile to use
     when none are specified
 o changed some optfile names to reflect the new platform naming
     convention--more work still needed in this area
 o added parsing of MITGCM_* environment variables

1 #!/bin/bash
2 #
3 # $Header: /u/u3/gcmpack/MITgcm/tools/build_options/linux+pgi+mpi,v 1.2 2003/08/27 22:12:31 edhill Exp $
4 #
5
6 S64='$(TOOLSDIR)/set64bitConst.sh'
7 MAKEDEPEND=makedepend
8 DEFINES='-DWORDLENGTH=4'
9
10
11 INCLUDES='-I/usr/local/mpich-1.2.1/pgi_fortran_binding/include'
12 LIBS='-L/usr/local/mpich-1.2.1/pgi_fortran_binding/lib/ -lfmpich -lmpich'
13 INCLUDES='-I/usr/local/include'
14 LIBS='-L/usr/local/lib/LINUX/ch_p4/ -lfmpich -lmpich'

  ViewVC Help
Powered by ViewVC 1.1.22