
# RZG bluegene/p "genius"
# after configure, need to set "wl="-Wl," in generated libtool

if test -z "$F77"; then
   F77="mpif90 -qfixed=72"
fi

if test -z "$CFLAGS"; then
   CFLAGS="-O3 -qhot -qarch=450 -qtune=450"
fi

if test -z "$FFLAGS"; then
   FFLAGS="-O3 -qhot -qarch=450 -qtune=450"
fi

if test -z "$HDF5_DIR"; then
   HDF5_DIR="/u/system/BlueGene/libs/hdf5-1.8.4p1"
fi

#if test -z "$LIBS"; then
#   LIBS=-lz
#fi




