how ro tun mpi+omp

  I try to run mpi+openmp at CESM1_0_3. but failed, i modify methon ,as follow:First way ,i only set NTHRDS_ATM's value > 1,others' value ==1.as follow:Secondl way,i also try to modify the same value of all  NTHRDS_*,but still failed.i do not list the second way of modify.     env_mach_pes.xml file: i set NTHRDS_ATM's value =2,and set  MAX_TASKS_PER_NODE's value =64                                                                                                                                           Macro.tianhe_intel file: add  '-D_OPENMP'  ,it uses in models.ifeq ($(compile_threaded), true)   CPPDEFS += -D_OPENMP -DTHREADED_OMP endif 
 
Back
Top