Changes between Version 52 and Version 53 of Doc/FAQ


Ignore:
Timestamp:
05/12/17 12:06:19 (7 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v52 v53  
    777777 
    778778Check that the `.job` files are properly generated in `NewInstall/modipsl/libIGCM/` and you are set. 
     779 
     780## I need to compile IPSL model in debug mode. How to do that? ## 
     781 
     782You have to modify {{{Makefile}}} : 
     783 
     784(cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm '''-debug''' -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 
     785 
     786(cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem '''-debug''' ... 
     787 
     788cd ../../modeles/XIOS; ./make_xios --arch $(FCM_ARCH) '''--debug''' 
     789 
     790and in  SOURCES/NEMO/arch-X64_CURIE.fcm mettre  
     791%FCFLAGS             -i4 -r8 -O3 '''-traceback''' -fp-model precise 
     792 
     793{{{ 
     794gmake clean 
     795gmake  
     796}}}