Skip to content
Snippets Groups Projects
Commit ea6451da authored by Luis Kornblueh's avatar Luis Kornblueh
Browse files

Update of config/default for blizzard not working anymore.

parent 0475526d
No related branches found
No related tags found
No related merge requests found
......@@ -125,12 +125,13 @@ case "${HOSTNAME}" in
blizzard*)
CONFIG_SHELL=/bin/bash /bin/bash \
./configure --prefix=$HOME/local \
--with-netcdf=/sw/aix61/netcdf-4.1.1-rc2 \
--with-hdf5=/sw/aix61/hdf5-1.8.4-patch1-threadsafe \
--with-zlib=/sw/aix53/zlib-1.2.3 \
--with-szlib=/sw/aix53/szip-2.1 \
AR="ar -X 64" LDFLAGS="-brtl" FC=xlf_r CC=xlc_r \
CFLAGS="-g -O3 -q64 -qhot -qstrict -qarch=auto -qtune=auto -DHAVE_MMAP -Dextname" \
--with-netcdf=/sw/aix61/netcdf-4.2 \
--with-hdf5=/sw/aix61/hdf5-1.8.8-threadsafe \
--with-zlib=/sw/aix61/zlib-1.2.6 \
--with-szlib=/sw/aix61/szip-2.1-threadsafe \
AR="ar -X 64" LDFLAGS="-brtl" FC=xlf2003_r CC=xlc_r \
CFLAGS="-g -O3 -q64 -qhot -qstrict -qarch=pwr6 -qtune=balanced -qlistfmt=html=transformations -DHAVE_MMAP -Dextname" \
FCFLAGS="-qsuffix=cpp=f90" \
SHELL=/bin/bash
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment