** Warning **
Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.
Last-Modified: Fri, 28 Nov 2024 06:11:57 GMT
Content-Type: text/html; charset=utf-8
MITgcm/MITgcm/tools/build_options/linux_amd64_pgf90+mpi_xd1
Warning, /tools/build_options/linux_amd64_pgf90+mpi_xd1 is written in an unsupported language. File is not indexed.
view on github raw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
3dc3e2a8f1 Mart* 0001 #!/bin/bash
0002 #
0003 #
0004 # tested on xd1.awi.de
0005 # Linux xd1-420-6 2.4.21_H_01_01 #6 SMP Wed Nov 3 15:30:06 PST 2004 x86_64 unknownx
d568843b75 Jean* 0006 # pgf90 7.1-1 64-bit target on x86-64 Linux -tp k8-64
3dc3e2a8f1 Mart* 0007 # Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
0008 # Copyright 2000-2007, STMicroelectronics, Inc. All Rights Reserved.
0009
0010 #FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
0011
0012 FC='mpif90'
0013 CC='mpicc'
0014 LINK='mpif90'
0015
0016 MPI='true'
d568843b75 Jean* 0017
3dc3e2a8f1 Mart* 0018 DEFINES='-DWORDLENGTH=4'
d568843b75 Jean* 0019 CPP='/usr/bin/cpp -P -traditional'
0020 EXTENDED_SRC_FLAG='-Mextend'
0021
0022 INCLUDES='-I/usr/mpich/mpich-1.2.6-pgi524/include -I/opt/awi/netcdf-3.6.0-p1/include'
3dc3e2a8f1 Mart* 0023 LIBS='-L/usr/mpich/mpich-1.2.6-pgi524/lib -Mmpi -L/opt/awi/netcdf-3.6.0-p1/lib -lnetcdf'
0024
0025 if test "x$IEEE" = x ; then
0026 # No need for IEEE-754
d568843b75 Jean* 0027 FFLAGS="$FFLAGS -byteswapio -Mnodclchk"
3dc3e2a8f1 Mart* 0028 FOPTIM='-O2 -Munroll'
0029 else
0030 # Try to follow IEEE-754
d568843b75 Jean* 0031 FFLAGS="$FFLAGS -byteswapio"
3dc3e2a8f1 Mart* 0032 FOPTIM='-tp amd64 -O0 -Munroll -Kieee'
0033 fi
0034 #FFLAGS=$FFLAGS' -mcmodel=medium'
d568843b75 Jean* 0035 #- might want to use '-r8' for fizhi pkg:
0036 #FFLAGS="$FFLAGS -r8"