source: codes/icosagcm/devel/arch/arch-X64_OSX.fcm @ 1027

Last change on this file since 1027 was 634, checked in by dubos, 7 years ago

devel : fix arch for OSX+OpenMP

File size: 569 bytes
RevLine 
[623]1%COMPILER            mpif90
2%LINK                mpif90
[24]3%AR                  ar
4%MAKE                gmake
[623]5%FPP                 cpp
6%FPP_FLAGS           -std=c89 -P
[44]7%FPP_DEF             KEY_NONE CPP_NETCDF4
[623]8%BASE_FFLAGS         -I /opt/local/include -fdefault-real-8 -fdefault-double-8 -ffree-line-length-none
9%PROD_FFLAGS         -O3 -fcheck=array-temps
[24]10%DEV_FFLAGS          -p -g -O
[623]11%DEBUG_FFLAGS        -p -g  -fbacktrace -fcheck=all
[24]12%MPI_FFLAGS
[634]13%OMP_FFLAGS          -fopenmp
[623]14%BASE_LD             -p -llapack -lcblas -lf77blas -latlas
[634]15%OMP_LD              -fopenmp
Note: See TracBrowser for help on using the repository browser.