|
Last change
on this file since 3581 was
3079,
checked in by emillour, 2 years ago
|
|
Improving arch files: add "%FPP" to use Fortran compilers
(instead of the default cpp) to pre-process code.
EM
|
|
File size:
852 bytes
|
| Line | |
|---|
| 1 | %COMPILER mpif90 |
|---|
| 2 | %LINK mpif90 |
|---|
| 3 | %AR ar |
|---|
| 4 | %ARFLAGS rs |
|---|
| 5 | %MAKE gmake |
|---|
| 6 | %FPP mpif90 -E |
|---|
| 7 | %FPP_FLAGS -I${FFTW_INC} |
|---|
| 8 | %CPP_FLAGS -P |
|---|
| 9 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW |
|---|
| 10 | %CPP_DEF LAPACK |
|---|
| 11 | %BASE_FFLAGS -i4 -r8 -auto -align all -fp-model strict -I${FFTW_INC} |
|---|
| 12 | %PROD_FFLAGS -O3 |
|---|
| 13 | %DEV_FFLAGS -p -g -O2 -traceback -fp-stack-check |
|---|
| 14 | %DEBUG_FFLAGS -p -g -traceback -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan |
|---|
| 15 | %C_COMPILER mpicc |
|---|
| 16 | %C_OPTIM -O2 -ip |
|---|
| 17 | %MPI_FFLAGS |
|---|
| 18 | %OMP_FFLAGS -qopenmp |
|---|
| 19 | %BASE_LD -L$FFTW_DIR -lfftw3 -L${CRAY_LIBSCI_PREFIX_DIR}/lib -lsci_intel_mp -lm |
|---|
| 20 | %MPI_LD |
|---|
| 21 | %OMP_LD -qopenmp |
|---|
Note: See
TracBrowser
for help on using the repository browser.