# # here are the machine-dependant parameters: # IBM AIX version # #--------------------------------------------------------------------------- # # -pg is for profiler gprof # -g is gdb debugger # -fcheck-memory-usage DEBUG= # LIBS=-llong -llanso -L/usr/local/apps/mass -lmass /usr/local/apps/lapack/lib/lapack_RS6K.a -lessl # # mpi command # MPIFC=mpxlf MPICC=mpcc # DFLAG=-WF,-D # # fortran.h format for inter-language calls # COPTS= -qtune=pwr3 -qarch=pwr3 -qstrict -O3 -DIBM_SP2 # -bnoquiet # # -qnosave is needed for recursive functions. # # In order to get the full memory available, the stack and # data limits must be increased. See the following for details: # http://www.npaci.edu/BlueHorizon/Docs/RS6000_Scientific_and_Technical_Computing_Power3.pdf # FOPTS= -qtune=pwr3 -qarch=pwr3 -qstrict -O3 $(DFLAG)IBM_SP2 -qnosave \ -bmaxdata:0x20000000 -bmaxstack:0x10000000