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

Diff of /MITgcm/tools/build_options/linux_amd64_ifort+mpi_ice_nas

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

revision 1.5 by heimbach, Tue Oct 26 18:25:15 2010 UTC revision 1.19 by dfer, Fri Apr 7 19:22:56 2017 UTC
# Line 3  Line 3 
3  # $Header$  # $Header$
4  # $Name$  # $Name$
5    
6  # tested on pleiades using:  # Used to run the testreport on pleiades with:
7  # module load comp-intel/11.1.046 mpi/mpt.1.25 netcdf/3.6.0/intel  # module load comp-intel/2016.2.181 mpi-sgi/mpt.2.14r19 netcdf/4.0
8  #  # works on all types of nodes
 # Note: option -xSSE4.2 (left commented below) can be used on queue "normal_N"  
 #  (not compatible with  "normal" queue processors) to get additional speed-up.  
9    
10  FC=ifort  FC=ifort
11    CC=icc
12    
13  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4'  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DWORDLENGTH=4 -DINTEL_COMMITQQ'
14  CPP='/lib/cpp  -traditional -P'  CPP='/lib/cpp  -traditional -P'
15  EXTENDED_SRC_FLAG='-132'  EXTENDED_SRC_FLAG='-132'
16  OMPFLAG='-openmp'  OMPFLAG='-openmp'
17  CFLAGS='-fPIC'  CFLAGS='-fPIC'
18  LDADD='-shared-intel'  LDADD='-shared-intel'
19    
20  LIBS='-L/nasa/sgi/mpt/1.25/lib -lmpi -L/nasa/netcdf/3.6.0/intel/lib -lnetcdf'  LIBS='-L/nasa/sgi/mpt/2.14r19/lib -lmpi -L/nasa/netcdf/4.0/lib -lnetcdf'
21  INCLUDES='-I/nasa/sgi/mpt/1.25/include -I/nasa/netcdf/3.6.0/intel/include'  INCLUDES='-I/nasa/sgi/mpt/2.14r19/include -I/nasa/netcdf/4.0/include'
22  INCLUDEDIRS='/nasa/sgi/mpt/1.25/include'  #INCLUDEDIRS='/nasa/sgi/mpt/2.14r19/include'
23  MPIINCLUDEDIR='/nasa/sgi/mpt/1.25/include'  #- used for parallel (MPI) DIVA
24  MPI_HEADER_FILES='mpif.h mpiof.h mpif_parameters.h'  #MPIINCLUDEDIR='/nasa/sgi/mpt/2.11r13/include'
25  MPI_HEADER_FILES_INC='./mpi_headers/mpif.h ./mpi_headers/mpiof.h ./mpi_headers/mpif_parameters.h'  #MPI_HEADER_FILES='mpif.h mpiof.h mpif_parameters.h'
26    
27  NOOPTFLAGS='-O0 -fPIC'  #NOOPTFLAGS='-O1 -fp-model precise'
28    NOOPTFLAGS='-O0'
29    
30  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
31      #  No need for IEEE-754      #  No need for IEEE-754
32      FFLAGS="$FFLAGS -fPIC -fp-model precise -ftz -w95 -W0 -WB -convert big_endian -assume byterecl"      FFLAGS="$FFLAGS -fPIC -W0 -WB -convert big_endian -assume byterecl -align"
33      FOPTIM='-O2 -align -ip -xSSE4.1'      FOPTIM='-O2 -ipo -fp-model precise -axCORE-AVX2 -xSSE4.2 -traceback -ftz'
34  #   FOPTIM='-O2 -align -ip -xSSE4.2'      NOOPTFILES='seaice_growth.F calc_oce_mxlayer.F fizhi_lsm.F fizhi_clockstuff.F ini_parms.F'
     NOOPTFILES='calc_oce_mxlayer.F fizhi_lsm.F fizhi_clockstuff.F'  
35  else  else
36      #  Try to follow IEEE-754      #  Try to follow IEEE-754
37      FFLAGS="$FFLAGS -fPIC -w95 -W0 -WB -convert big_endian -assume byterecl"      FFLAGS="$FFLAGS -fPIC -W0 -WB -convert big_endian -assume byterecl -noalign"
38      FOPTIM='-O0 -noalign'      FOPTIM='-O0'
39  fi  fi
40  #- might want to use '-r8' for fizhi pkg:  #- might want to use '-r8' for fizhi pkg:
41  #FFLAGS="$FFLAGS -r8"  #FFLAGS="$FFLAGS -r8"
42    
43  #- For really big executable (> 2 GB), uncomment following 2 lines  #- For really big executable (> 2 GB), uncomment following 2 lines
44  #FFLAGS="$FFLAGS -mcmodel medium -shared-intel"  #FFLAGS="$FFLAGS -mcmodel=medium -shared-intel"
45  #CFLAGS='-mcmodel=medium'  #CFLAGS="$CFLAGS -mcmodel=medium -shared-intel"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.22