xios.fcm 786 B

123456789101112131415161718192021222324
  1. ################################################################################
  2. ################### Projet XIOS ###################
  3. ################################################################################
  4. %CCOMPILER mpicc
  5. %FCOMPILER mpif90
  6. %LINKER mpif90 -nofor-main
  7. %BASE_CFLAGS -ansi -w
  8. %PROD_CFLAGS -O3 -march=core-avx2 -DBOOST_DISABLE_ASSERTS
  9. %DEV_CFLAGS -g -O1 -fp-model precise -march=core-avx2
  10. %DEBUG_CFLAGS -g
  11. %BASE_FFLAGS -D__NONE__
  12. %PROD_FFLAGS -r8 -O3 -march=core-avx2
  13. %DEV_FFLAGS -g -r8 -O3 -march=core-avx2 -ip -fp-model precise -extend-source 132
  14. %DEBUG_FFLAGS -g
  15. %BASE_INC -D__NONE__
  16. %BASE_LD -lstdc++
  17. %CPP mpicc -EP
  18. %FPP fpp
  19. %MAKE make