/[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.16 - (show annotations) (download)
Fri Apr 11 18:28:16 2008 UTC (16 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59r, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q
Changes since 1.15: +1 -1 lines
changed a comment

1 #!/bin/bash
2 #
3 # tested on columbia using:
4 # module purge
5 # module load modules scsl.1.6.1.0 intel-comp.10.1.013 mpt.1.16.0.0 pd-netcdf.3.6.0-p1
6
7 CPP='/lib/cpp -traditional -P'
8 FC=ifort
9 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
10
11 LIBS='-L/opt/sgi/mpt/1.16.0.0/lib -lmpi -L/opt/pd/netcdf/3.6.0-p1/lib -lnetcdf'
12 INCLUDES='-I/opt/sgi/mpt/1.16.0.0/include -I/opt/pd/netcdf/3.6.0-p1/include'
13 INCLUDEDIRS='/opt/sgi/mpt/1.16.0.0/include'
14 MPIINCLUDEDIR='/opt/sgi/mpt/1.16.0.0/include'
15 MPI_HEADER_FILES='mpif.h mpiof.h mpif_parameters.h'
16 MPI_HEADER_FILES_INC='./mpi_headers/mpif.h ./mpi_headers/mpiof.h ./mpi_headers/mpif_parameters.h'
17 #PAPIINC='-I/usr/local/include'
18 #PAPILIB='-L/usr/local/lib -lpapi'
19
20 if test "x$IEEE" = x ; then
21 # No need for IEEE-754
22 FFLAGS='-fp-model precise -132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
23 FOPTIM='-O3 -align'
24 NOOPTFLAGS='-O1'
25 NOOPTFILES='phy_radiat.F fizhi_lsm.F fizhi_clockstuff.F'
26 else
27 # Try to follow IEEE-754
28 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -convert big_endian -assume byterecl'
29 FOPTIM='-O0 -noalign'
30 fi

  ViewVC Help
Powered by ViewVC 1.1.22