/[MITgcm]/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_nas
ViewVC logotype

Annotation of /MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_nas

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


Revision 1.4 - (hide annotations) (download)
Wed Sep 21 14:46:20 2005 UTC (18 years, 7 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57v_post, checkpint57u_post
Changes since 1.3: +6 -2 lines
Put in the correct path for a working versions of netcdf includes and libs and add the
modules that this goes with

1 dimitri 1.1 #!/bin/bash
2     #
3 dimitri 1.2 # tested on columbia using:
4     # module purge
5     # module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.11-85
6 molod 1.4 #
7     # module load modules scsl.1.5.0.0 intel-comp.8.1.024 mpt.1.11-85
8 dimitri 1.1
9     CPP='/lib/cpp -traditional -P'
10    
11     # Note that the -mp switch is for ieee "maintain precision" and is
12     # roughly equivalent to -ieee
13 heimbach 1.3 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
14 dimitri 1.1
15     FOPTIM='-O3 -align'
16 molod 1.4 #LIBS='-L/opt/sgi/mpt/1.11-85/lib -lmpi -L/u/menemenl/software/netcdf-3.5.0/lib -lnetcdf'
17     LIBS='-L/opt/sgi/mpt/1.11-85/lib -lmpi -L/u/edhill/pkg/netcdf-3.6.0/ifort/lib -lnetcdf'
18 dimitri 1.1
19     FC=ifort
20    
21 heimbach 1.3 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
22 dimitri 1.1
23 molod 1.4 # INCLUDES='-I/opt/sgi/mpt/1.11-85/include -I/u/menemenl/software/netcdf-3.5.0/include'
24     INCLUDES='-I/opt/sgi/mpt/1.11-85/include -I/u/edhill/pkg/netcdf-3.6.0/ifort/include'
25 dimitri 1.1 INCLUDEDIRS='/opt/sgi/mpt/1.11-85/include'

  ViewVC Help
Powered by ViewVC 1.1.22