Last change
on this file since 2122 was
1501,
checked in by emillour, 9 years ago
|
All GCMS:
- add preprocessing flages BLAS and LAPACK on architectures using ifort and the MKL library (includes BLAS and LAPACK capabilities).
EM
|
File size:
889 bytes
|
Rev | Line | |
---|
[1024] | 1 | %COMPILER /opt/intel2/composer_xe_2011_sp1.6.233/bin/intel64/ifort |
---|
[870] | 2 | %LINK /opt/intel2/composer_xe_2011_sp1.6.233/bin/intel64/ifort -i_dynamic |
---|
| 3 | %AR ar |
---|
| 4 | %MAKE make |
---|
| 5 | %FPP_FLAGS -P -traditional |
---|
[1457] | 6 | %CPP_FLAGS -P |
---|
[1501] | 7 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM FFT_FFTW |
---|
[1024] | 8 | %BASE_FFLAGS -auto -real-size 64 -ip -mkl=parallel -fp-model precise -align common -mcmodel=large -shared-intel |
---|
[870] | 9 | %PROD_FFLAGS -O2 |
---|
| 10 | %DEV_FFLAGS -O2 |
---|
| 11 | %DEBUG_FFLAGS -g -no-ftz -check -traceback -ftrapuv -fp-stack-check |
---|
[1058] | 12 | %C_COMPILER gcc |
---|
| 13 | %C_OPTIM -O3 |
---|
[870] | 14 | %MPI_FFLAGS -I/opt/intel2/impi/4.0.3.008/include |
---|
| 15 | %OMP_FFLAGS -openmp |
---|
| 16 | %BASE_LD -mkl=parallel |
---|
| 17 | %MPI_LD -L/opt/intel2/impi/4.0.3.008/lib64 -lmpiif -lmpi -lmkl_core -lfftw3 |
---|
| 18 | %OMP_LD -openmp |
---|
Note: See
TracBrowser
for help on using the repository browser.