Warning, /tools/build_options/unsupported/sp3 is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
2ff82eb834 Ed H*0001 #!/bin/bash
0002 #
0003 #
0004
0005 S64='$(TOOLSDIR)/set64bitConst.sh'
0006 MAKEDEPEND=makedepend
3b1228ead4 Cons*0007 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_AIX -DWORDLENGTH=4'
2ff82eb834 Ed H*0008
dbd808b3cc Patr*0009 # tested on blackforest, IBM SP3 at NCAR 10/2004
6aec5d9846 Ed H*0010 INCLUDES='-I/usr/lpp/ppe.poe/include'
dbd808b3cc Patr*0011 CPP='/lib/cpp -P'
6aec5d9846 Ed H*0012 FC='mpxlf95'
0013 LINK='mpxlf95'
3b1228ead4 Cons*0014 LIBS='-L/usr/local/apps/mass -lmass'
dbd808b3cc Patr*0015 FFLAGS='-qfixed=132 -bmaxdata:0x80000000'
0016 FOPTIM='-O3 -qarch=pwr3 -qtune=pwr3 -qcache=auto -qmaxmem=-1'
3b1228ead4 Cons*0017 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"