Changes between Version 10 and Version 11 of Documentation/UserGuide/ParallelCoding


Ignore:
Timestamp:
2014-01-09T15:05:37+01:00 (10 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/ParallelCoding

    v10 v11  
    5959rm mod_synchro_omp.F90 
    6060rm mod_phys_lmdz_omp_transfert.F90 
    61 svn update -f 1905 mod_synchro_omp.F90 
     61svn update -r 1905 mod_synchro_omp.F90 
    6262svn update -r 1905 mod_phys_lmdz_omp_transfert.F90 
    6363}}} 
     
    102102(cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi_omp -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch.e ../../bin/gcm.e ; ) 
    103103}}} 
     104 
     105Make sure the preprocessing key ORCHIDEE_NOOPENMP is not set as argument to makelmdz_fcm. This key is used with older versions of LMDZ without OpenMP.  
    104106 
    105107=== Setup your first simulation ===