|
Last change
on this file since 3581 was
1501,
checked in by emillour, 10 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:
852 bytes
|
| Line | |
|---|
| 1 | %COMPILER /opt/intel2/composer_xe_2011_sp1.6.233/bin/intel64/ifort |
|---|
| 2 | %LINK /opt/intel2/composer_xe_2011_sp1.6.233/bin/intel64/ifort |
|---|
| 3 | %AR ar |
|---|
| 4 | %MAKE make |
|---|
| 5 | %FPP_FLAGS -P -traditional |
|---|
| 6 | %CPP_FLAGS -P |
|---|
| 7 | %FPP_DEF NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM |
|---|
| 8 | %BASE_FFLAGS -auto -real-size 64 -ip -mkl=sequential -fp-model precise -align common -mcmodel=large -shared-intel |
|---|
| 9 | %PROD_FFLAGS -O2 |
|---|
| 10 | %DEV_FFLAGS -O2 |
|---|
| 11 | %DEBUG_FFLAGS -g -no-ftz -check -traceback -ftrapuv -fp-stack-check |
|---|
| 12 | %C_COMPILER gcc |
|---|
| 13 | %C_OPTIM -O3 |
|---|
| 14 | %MPI_FFLAGS -I/opt/intel/impi/3.2.1.009/include64 |
|---|
| 15 | %OMP_FFLAGS |
|---|
| 16 | %BASE_LD -mkl=sequential |
|---|
| 17 | %MPI_LD -L/opt/intel/impi/3.2.1.009/lib64 -lmpiif -lmpi -lmkl_core |
|---|
| 18 | %OMP_LD |
|---|
Note: See
TracBrowser
for help on using the repository browser.