Last change
on this file since 3026 was
2983,
checked in by emillour, 18 months ago
|
Dynamico interface to PCM physics:
Add an arch file for ADASTRA (using Gnu compilers) and
and example compilation script for that machine.
EM
|
File size:
563 bytes
|
Line | |
---|
1 | %COMPILER mpif90 |
---|
2 | %LINK mpif90 |
---|
3 | %FPP mpif90 -E |
---|
4 | %AR ar |
---|
5 | %MAKE gmake |
---|
6 | %FPP_FLAGS -P |
---|
7 | %FPP_DEF KEY_NONE CPP_NETCDF4 NC_DOUBLE |
---|
8 | %BASE_FFLAGS -c -fPIC -fallow-argument-mismatch -fdefault-real-8 -fdefault-double-8 -ffree-line-length-none |
---|
9 | %PROD_FFLAGS -O3 |
---|
10 | %DEV_FFLAGS -O -Wall -fbounds-check |
---|
11 | %DEBUG_FFLAGS -p -g -fbacktrace -fbounds-check -fstack-protector-all |
---|
12 | %MPI_FFLAGS |
---|
13 | %OMP_FFLAGS -fopenmp |
---|
14 | %BASE_LD -L$CRAY_LIBSCI_PREFIX_DIR/lib -lsci_gnu |
---|
15 | %MPI_LD |
---|
16 | %OMP_LD -fopenmp |
---|
Note: See
TracBrowser
for help on using the repository browser.