Last change
on this file since 3930 was
2071,
checked in by jghattas, 10 years ago
|
Updated all compile envrionement with r2064 from the trunk.
|
File size:
675 bytes
|
Rev | Line | |
---|
[1593] | 1 | %COMPILER mpif90 |
---|
| 2 | %LINK mpif90 |
---|
| 3 | %AR ar |
---|
| 4 | %MAKE gmake |
---|
| 5 | %FPP_FLAGS -P -traditional |
---|
| 6 | %FPP_DEF NC_DOUBLE BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_MKL |
---|
[2071] | 7 | #%BASE_FFLAGS -xHost -i4 -r8 -auto -align all -I$(MKL_INC_DIR) -I$(MKL_INC_DIR)/intel64/lp64 |
---|
| 8 | %BASE_FFLAGS -i4 -r8 -auto -align all -I$(MKL_INC_DIR) -I$(MKL_INC_DIR)/intel64/lp64 |
---|
[1593] | 9 | %PROD_FFLAGS -O3 |
---|
[1725] | 10 | %DEV_FFLAGS -p -g -O2 -traceback -fp-stack-check |
---|
[1593] | 11 | %DEBUG_FFLAGS -p -g -traceback -fp-stack-check -ftrapuv |
---|
| 12 | %MPI_FFLAGS |
---|
| 13 | %OMP_FFLAGS -openmp |
---|
[1627] | 14 | %BASE_LD -i4 -r8 -auto $MKL_LIBS |
---|
[1593] | 15 | %MPI_LD |
---|
| 16 | %OMP_LD -openmp |
---|
Note: See
TracBrowser
for help on using the repository browser.