Warning, /tools/build_options/unsupported/sp3+mpi 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
3b1228ead4 Cons*0001 #!/bin/bash
0002 #
0003 #
0004
0005 # tested on blackforest, ce107 Jan 2005
0006
0007
0008 S64='$(TOOLSDIR)/set64bitConst.sh'
0009 MAKEDEPEND=makedepend
0010 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_AIX -DWORDLENGTH=4'
0011
0012 INCLUDES='-I/usr/lpp/ppe.poe/include'
0013 CPP='/lib/cpp -P'
0014 CC='mpcc_r -q64'
0015 FC='mpxlf95 -q64'
0016 LINK='mpxlf95_r -q64'
0017 LIBS='-L/usr/local/apps/mass -lmass'
0018 FFLAGS='-qfixed=132'
0019 FOPTIM='-O3 -qarch=pwr3 -qtune=pwr3 -qcache=auto -qmaxmem=-1'
0020 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"