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

Contents 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.6 - (show annotations) (download)
Tue Nov 1 00:11:47 2005 UTC (18 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58e_post, checkpoint57y_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58j_post, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint58a_post, checkpoint58i_post, checkpoint58g_post, checkpoint57z_post, checkpoint58b_post
Changes since 1.5: +7 -7 lines
o Fix my own nas
o Add optfiles for swell.cadm.harvard.edu

1 #!/bin/bash
2 #
3 # tested on columbia using:
4 # module purge
5 # module load modules scsl.1.5.0.0 intel-comp.8.0.070 mpt.1.12.0.0
6 #
7 # module load modules scsl.1.5.0.0 intel-comp.8.1.024 mpt.1.12.0.0
8
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 FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
14
15 FOPTIM='-O3 -align'
16 #LIBS='-L/opt/sgi/mpt/1.12.0.0/lib -lmpi -L/u/menemenl/software/netcdf-3.5.0/lib -lnetcdf'
17 LIBS='-L/opt/sgi/mpt/1.12.0.0/lib -lmpi -L/u/edhill/pkg/netcdf-3.6.0/ifort/lib -lnetcdf'
18
19 FC=ifort
20
21 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
22
23 # INCLUDES='-I/opt/sgi/mpt/1.12.0.0/include -I/u/menemenl/software/netcdf-3.5.0/include'
24 INCLUDES='-I/opt/sgi/mpt/1.12.0.0/include -I/u/edhill/pkg/netcdf-3.6.0/ifort/include'
25 INCLUDEDIRS='/opt/sgi/mpt/1.12.0.0/include'

  ViewVC Help
Powered by ViewVC 1.1.22