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

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

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


Revision 1.2 - (hide annotations) (download)
Sat Jan 7 20:12:02 2006 UTC (18 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.1: +9 -2 lines
#ph o switching to columbia flags
#ph o use ifort options -convert big_endian -assume byterecl
#ph o add -Wl,-ldl flag to (temporarily?) resolve glibc(?) problem

1 heimbach 1.1 #!/bin/bash
2     #
3     # Ed Hill
4     #
5     # tested on orion.jpl.nasa.gov (Linux orion 2.4.21-sgi230r7 #1 SMP Tue Oct 7 22:38:53 PDT 2003 ia64 unknown), 20031029
6     #
7     # adapted to meinesz.mit.edu (eaps6)
8     # heimbach@mit.edu
9    
10     CPP='/lib/cpp -traditional -P'
11    
12     # the '-convert big_endian' is crucial on this platform
13     # -D_BYTESWAPIO doesn't work
14     # also switch to -DWORDLENGTH=1
15 heimbach 1.2 # replace WORDLENGTH=1 by assume byterecl
16 heimbach 1.1 #
17 heimbach 1.2 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
18 heimbach 1.1
19     # These paths will likely change to newer versions of ifort
20     #
21     LIBS='-L/opt/intel_fc_80/lib -lmpi'
22     FC=/opt/intel_fc_80/bin/ifort
23 heimbach 1.2
24     #ph(
25     #ph o switching to columbia flags
26     #ph o use ifort options -convert big_endian -assume byterecl
27     #ph o add -Wl,-ldl flag to (temporarily?) resolve glibc(?) problem
28     FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -Wl,-ldl -convert big_endian -assume byterecl'
29     ###FFLAGS='-extend_source -O2 -tpp2 -ftz -fno-alias -fno-fnalias -convert big_endian -assume byterecl'
30 heimbach 1.1
31     # FOPTIM='-O3 -align'
32     #
33     #P3 FOPTIM = ( $FOPTIM '-tpp6 -xWKM' )
34     #P4 FOPTIM = ( $FOPTIM '-tpp7 -xWKM' )
35    

  ViewVC Help
Powered by ViewVC 1.1.22