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

Contents of /MITgcm/tools/build_options/linux_ia32_ifort+mpi_aces

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


Revision 1.5 - (show annotations) (download)
Fri Oct 13 12:41:51 2006 UTC (17 years, 5 months ago) by cnh
Branch: MAIN
CVS Tags: mitgcm_mapl_00, checkpoint58u_post, checkpoint58r_post, checkpoint58x_post, checkpoint58w_post, checkpoint58q_post, checkpoint59d, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint58t_post
Changes since 1.4: +2 -1 lines
Added F90 compile line

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ia32_ifort+mpi_aces,v 1.4 2006/07/28 15:17:05 edhill Exp $
4 #
5 # These are the build options used with the Intel 8.x compiler for the
6 # daily testing on ACES (which are initiated by cron jobs on the "ao"
7 # head node).
8 #
9 # Please note that the appropriate module commands:
10 #
11 # module add mpich/intel
12 #
13 # will add /usr/local/pkg/ifc/ifc-8.0.034/lib to LD_LIBRARY_PATH
14 # which is needed by any executables generated with this optfile.
15 # The PBS -V option for exporting environment variables may also be
16 # helpful if you encounter missing-library problems. Or,
17 # alternatively, one may choose to link with one of the intel
18 # "-static" or "-i-static" flags.
19
20
21 FC='mpif77'
22 CC='mpicc'
23 F90C='mpif90 -fixed -c '
24 LINK='mpif77'
25 INCLUDES='-I/usr/local/pkg/ifc/ifc-8.1.018/include -I/usr/local/pkg/mpich/mpich-intel/include/'
26 LIBS='-L/usr/local/pkg/ifc/ifc-8.1.018/lib'
27
28 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
29 CPP='cpp -traditional -P'
30
31 NOOPTFLAGS='-O0'
32 NOOPTFILES='mds_byteswapr8.F mds_byteswapr4.F mds_byteswapi4.F'
33
34 # Note that the -mp switch is for ieee "maintain precision" and is
35 # roughly equivalent to -ieee
36 if test "x$IEEE" = x ; then
37 FOPTIM='-O3 -align'
38 #P3 FOPTIM=$FOPTIM' -tpp6 -xWKM'
39 #P4 FOPTIM=$FOPTIM' -tpp7 -xWKM'
40 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -assume byterecl -convert big_endian'
41 else
42 # FOPTIM='-O0 -noalign -CA -CB -CU -CV -CS'
43 FOPTIM='-O0 -noalign'
44 # FFLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB'
45 FFLAGS='-132 -r8 -i4 -w95 -W0 -WB -pc64 -xW -assume byterecl -convert big_endian'
46 # FLAGS='-mp -132 -r8 -i4 -w95 -W0 -WB -assume byterecl -convert big_endian'
47 fi
48
49 NOOPTFILES=$NOOPTFILES' mitcplr_char2real.F mitcplr_real2char.F'
50 NOOPTFILES=$NOOPTFILES' mitcplr_char2int.F mitcplr_int2char.F mds_byteswap.F'

  ViewVC Help
Powered by ViewVC 1.1.22