|
Last change
on this file since 2780 was
2052,
checked in by jleconte, 7 years ago
|
12/12/2018 == JL
- Add new arch files to compile gcm and ioipsl on MCIA (Bordeaux computing center AVAKAS) with gcc.
|
|
File size:
784 bytes
|
| Line | |
|---|
| 1 | %COMPILER /usr/lib64/openmpi/bin/mpifort |
|---|
| 2 | %LINK /usr/lib64/openmpi/bin/mpifort |
|---|
| 3 | %AR ar |
|---|
| 4 | %MAKE make |
|---|
| 5 | %FPP_FLAGS -P -traditional |
|---|
| 6 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM |
|---|
| 7 | %BASE_FFLAGS -fcray-pointer -c -fdefault-real-8 -fdefault-double-8 -ffree-line-length-none -fno-align-commons |
|---|
| 8 | %PROD_FFLAGS -O3 |
|---|
| 9 | %DEV_FFLAGS -O -Wall -fbounds-check |
|---|
| 10 | %DEBUG_FFLAGS -ffpe-trap=invalid,zero,overflow -fbounds-check -g3 -O0 -fstack-protector-all -finit-real=nan -fbacktrace |
|---|
| 11 | %C_COMPILER gcc |
|---|
| 12 | %C_OPTIM -O0 |
|---|
| 13 | %MPI_FFLAGS -I/usr/include/openmpi-x86_64 |
|---|
| 14 | %OMP_FFLAGS |
|---|
| 15 | %BASE_LD -llapack -lblas |
|---|
| 16 | %MPI_LD -L/usr/lib64/openmpi/lib -lmpi |
|---|
| 17 | %OMP_LD |
|---|
| 18 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.