/[MITgcm]/MITgcm/tools/build_options/linux_amd64_ifort+mpi_yellowstone
ViewVC logotype

Annotation of /MITgcm/tools/build_options/linux_amd64_ifort+mpi_yellowstone

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


Revision 1.1 - (hide annotations) (download)
Fri Mar 28 06:43:01 2014 UTC (10 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint65, HEAD
Perhaps useful for NCAR Yellowstone users.

1 heimbach 1.1 # Provided by Michael Bates
2     # http://mitgcm.org/pipermail/mitgcm-support/2013-September/008497.html
3     # Tested on yellowstone using modules:
4     #Currently Loaded Modules:
5     # 1) ncarenv/1.0 3) intel/12.1.5 5) netcdf/4.3.0
6     # 2) ncarbinlibs/1.0 4) ncarcompilers/1.0 6) impi/4.0.3.008
7    
8     FC=mpif90
9     CC=mpicc
10     F90C=mpif90
11    
12     DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'
13     CPP='/lib/cpp -traditional -P'
14     EXTENDED_SRC_FLAG='-132'
15     OMPFLAG='-openmp'
16     CFLAGS='-fPIC'
17     LDADD='-shared-intel'
18    
19     LIBS=$LIB_NCAR
20     INCLUDES="$INC_NCAR -I${I_MPI_ROOT}intel64/include"
21    
22     CPPINCLUDES=$INC_NCAR
23    
24     NOOPTFLAGS='-O0 -fPIC'
25    
26     FFLAGS="-fPIC -convert big_endian -assume byterecl -align -march=corei7 -axAVX"
27     FDEBUG='-W0 -WB'
28     FFLAGS="$FDEBUG $FFLAGS"
29    
30     FOPTIM='-O2'
31     FOPTIM="$FOPTIM -ip -fp-model precise -traceback -ftz"

  ViewVC Help
Powered by ViewVC 1.1.22