############### Site and OS dependent specifications ########################### # # zahir : part of name of header file # NODE : where the model is compiled if [ ${NODE} != zahir ]; then echo ' The OS/Site dependent specifications are not for this machine.' echo ' Node name of this machine:' ${NODE} echo ' Script setup is for use on a zahir node ' if [ "$MAKETARGET" != "tar" ]; then echo ' The task is stopped!' exit 1 fi fi if [ "$MAKETARGET" = "lib" ]; then echo ' ' echo 'No executable will be created. ' fi export ARCH=AIX export BLDROOT=$SRCROOT/$ARCH set +u if [[ -z "$LD_LIBRARY_PATH0" ]]; then LD_LIBRARY_PATH0="" fi set -u export MPI_INCLUDE="./" export NETCDFROOT=/usr/local/pub export NETCDF_LIB="-L${NETCDFROOT}/lib -lnetcdf" export NETCDF_INCLUDE=${NETCDFROOT}/include export LIB1="" export SYS_INCLUDE=./ export F90com=mpxlf90_r export f90com=${F90com} export Fcom=${F90com} export fcom=${F90com} export cc=cc export ar="ar" export as="as" export cp=cp PATH=$SRCROOT/util:$PATH alias make="gmake"