Changes between Version 53 and Version 54 of Doc/FAQ


Ignore:
Timestamp:
05/12/17 12:07:39 (7 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v53 v54  
    780780## I need to compile IPSL model in debug mode. How to do that? ## 
    781781 
    782 You have to modify {{{Makefile}}} : 
     782You have to modify {{{Makefile}}} to add debug option for each component : 
    783783 
    784784(cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm '''-debug''' -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 
     
    788788cd ../../modeles/XIOS; ./make_xios --arch $(FCM_ARCH) '''--debug''' 
    789789 
    790 and in  SOURCES/NEMO/arch-X64_CURIE.fcm mettre  
     790and in SOURCES/NEMO/arch-X64_CURIE.fcm add traceback : 
     791 
    791792%FCFLAGS             -i4 -r8 -O3 '''-traceback''' -fp-model precise 
    792793