Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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 
 
Top