Warning, /tools/build_options/linux_amd64_ifort_fimm_emic is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
78ef025577 Patr*0001 #!/bin/bash
0002 #
0003 # optifile for fimm.bccs.uib.no
0004 # http://www.parallab.uib.no/resources/cluster/nodemem
0005 #
0006 # uses mpif90 wrapper for ifort
0007 # issues:
0008 # * -save option needed for GISS atmosphere
0009 # * cannot use ifort options -assume, -convert
808e9e0b01 Jean*0010 # * needs low optimization level
78ef025577 Patr*0011
0012 FC=mpif90
0013 F90C=mpif90
0014 DEFINES='-DWORDLENGTH=1 -D_BYTESWAPIO'
0015 LINK='mpif90'
0016 CPP='/lib/cpp -traditional -P'
0017 FFLAGS='-132 -r8 -i4 -save -g -traceback'
0018 F90FLAGS='-132 -r8 -i4 -save -g -traceback'
0019 FOPTIM=''
0020 LIBS='-L/opt/mpich/intel/lib'
0021 INCLUDES='$INCLUDES -I/opt/mpich/intel/include'
0022 INCLUDEDIRS='/opt/mpich/intel/include'
0023