Skip to content
Snippets Groups Projects
Commit c4c52231 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

No commit message

No commit message
parent f6ebcc5a
No related branches found
No related tags found
No related merge requests found
......@@ -74,12 +74,6 @@ case "${HOSTNAME}" in
--with-netcdf=$HOME/PROJ \
CC=vcc CFLAGS="-O -Wv,-m3 -K4"
;;
# alphaev56-dec-osf5.1
hpca)
./configure --prefix=$HOME/local \
--with-netcdf=/usr/local/lib/netcdf-3.5.0/LP64 \
CFLAGS="-q64 -qmaxmem=-1" CFINT=-Dextname
;;
# powerpc-ibm-aix5.3.0.0
blizzard*)
./configure --prefix=$HOME/local \
......@@ -87,7 +81,7 @@ case "${HOSTNAME}" in
--with-hdf5=/sw/aix53/hdf5-1.8.2 \
--with-szlib=/sw/aix53/szip-2.1 \
AR="ar -X 64" CFINT=-Dextname \
CC=xlc_r CFLAGS="-g -O4 -q64 -qlargepage -blpdata -DHAVE_MMAP"
CC=xlc_r CFLAGS="-g -O3 -q64 -qmaxmem=-1 -qarch=auto -qtune=auto -DHAVE_MMAP"
;;
*)
echo "configuration for hostname $HOSTNAME not found!"
......
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