Warning, /tools/build_options/linux_amd64_ifort_fimm_default 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 # fimm.bccs.uib.no
0004 # http://www.parallab.uib.no/resources/cluster/nodemem
0005
bbc46cc2fb Jean*0006 FC=ifort
0007
0008 DEFINES='-DWORDLENGTH=4'
78ef025577 Patr*0009 CPP='/lib/cpp -traditional -P'
bbc46cc2fb Jean*0010 EXTENDED_SRC_FLAG='-132'
0011
0012 INCLUDEDIRS='/opt/mpich/intel/include'
0013 INCLUDES='-I/opt/mpich/intel/include -I/local/netcdf-3.6.0-p1/include'
0014 LIBS='-L/opt/mpich/intel/lib -L/local/netcdf-3.6.0-p1/lib -lnetcdf'
78ef025577 Patr*0015
0016 # Note that the -mp switch is for ieee "maintain precision" and is
0017 # roughly equivalent to -ieee
bbc46cc2fb Jean*0018 FFLAGS="$FFLAGS -mp -w95 -W0 -WB -convert big_endian -assume byterecl"
0019 #- might want to use '-r8' for fizhi pkg:
0020 #FFLAGS="$FFLAGS -r8"
78ef025577 Patr*0021
0022 FOPTIM='-O3 -align'
0023