-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.SP
29 lines (24 loc) · 827 Bytes
/
README.SP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# John Tannahill <[email protected]> reported success building
# parallel-netcdf on the 'seaborg' cluster (an IBM-SP at NERSC) and Tyce
# Mclarty <[email protected]> reported success on LLNL's 'frost' cluster by
# setting these environment variables:
setenv MPICC mpcc_r
setenv MPIF77 mpxlf_r
setenv F77 xlf
setenv FC xlf
setenv CC xlc
setenv CXX xlC
# after setting these variables, configure/make/make install should "just work"
# We also successfully tested 64-bit mode on 'DataStar' (an IBM-SP at SDSC)
# with environment variables:
setenv OBJECT_MODE 64
setenv MPICC mpcc_r
setenv MPIF77 mpxlf_r
setenv F77 xlf
setenv FC xlf
setenv CC xlc
setenv CXX xlC
setenv CFLAGS -q64
setenv FFLAGS -q64
setenv F90FLAGS -q64
setenv CXXFLAGS -q64