/[MITgcm]/MITgcm/tools/build_options/linux_ia32_ifort+mpi_cosmos
ViewVC logotype

Annotation of /MITgcm/tools/build_options/linux_ia32_ifort+mpi_cosmos

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


Revision 1.3 - (hide annotations) (download)
Mon Mar 22 15:27:21 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
move to "unsupported" (non standard options, no longer used)

1 dimitri 1.1 #!/bin/bash
2     #
3     # D. Menemenlis
4     #
5     # for JPL's 1024-CPU Dell cluster called cosmos
6    
7     FC=mpif90
8     CC=mpicc
9     DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=1'
10     LINK=mpif90
11     CPP='cpp -traditional -P'
12     INCLUDES='-I/opt/mpich/gm/intel8.0/include'
13    
14     # Note that the -mp switch is for ieee "maintain precision" and is
15     # roughly equivalent to -ieee
16     if test "x$IEEE" = x ; then
17 dimitri 1.2 FOPTIM='-O3 -fp -align'
18 dimitri 1.1 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB'
19     else
20     FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -CB'
21     fi
22    
23    
24    

  ViewVC Help
Powered by ViewVC 1.1.22