/[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.1 - (hide annotations) (download)
Sat Dec 11 19:50:20 2004 UTC (19 years, 5 months ago) by dimitri
Branch: MAIN
build_option for ifort (Intel compiler 8) on columbia

1 dimitri 1.1 #!/bin/bash
2     #
3     # tested on
4    
5     CPP='/lib/cpp -traditional -P'
6    
7     # Note that the -mp switch is for ieee "maintain precision" and is
8     # roughly equivalent to -ieee
9     FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
10    
11     FOPTIM='-O3 -align'
12     LIBS='-L/opt/sgi/mpt/1.11-85/lib -lmpi'
13    
14     FC=ifort
15    
16     DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -D_BYTESWAPIO -DWORDLENGTH=4'
17    
18     INCLUDES='-I/opt/sgi/mpt/1.11-85/include'
19     INCLUDEDIRS='/opt/sgi/mpt/1.11-85/include'

  ViewVC Help
Powered by ViewVC 1.1.22