1 |
cnh |
1.4 |
# $Id: comp_profile.blackforest,v 1.3 2004/02/21 02:20:35 cnh Exp $ |
2 |
cnh |
1.2 |
# $Name: $ |
3 |
cnh |
1.1 |
# |
4 |
|
|
# Compiler and linker options for blackforest |
5 |
|
|
# |
6 |
cnh |
1.4 |
set gm2optfile = "-optfile=${BUILDROOT}/../../tools/build_options/sp4" |
7 |
cnh |
1.2 |
set arcommand = "ar" |
8 |
|
|
set aropts = "-X64 -s -rc" |
9 |
cnh |
1.3 |
set cccommand = "cc" |
10 |
|
|
set ccopts = "-q64 -c" |
11 |
cnh |
1.2 |
set comp = mpxlf95_r |
12 |
|
|
set compopts = ( -qfixed=132 -O3 -qarch=pwr4 \ |
13 |
|
|
-qtune=pwr4 -qcache=auto \ |
14 |
|
|
-qmaxmem=-1 -bmaxdata:0x80000000 \ |
15 |
|
|
-q64 -brtl -lC -qautodbl ) |
16 |
cnh |
1.1 |
set complibs = ( -L/fs/cgd/data0/erik/esmf/lib/libO/AIX.default.64.default -lesmf ) |
17 |
|
|
set compinc = ( -I/fs/cgd/data0/erik/esmf/mod/modO/AIX.default.64.default ) |
18 |
|
|
set compinc = ( ${compinc} -I${BUILDROOT}/esmf_top ) |