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

Hybrid programming model compilation

aoo

shao
New Member
Hi, everyone. I am using CESM2.1.5 to test hybrid compilation. First, there were no problems running in pure MPI. However, during multi-threaded testing, I found that the program ran successfully within a single node, but when running on multiple nodes, I encountered the error forrtl: severe (174): SIGSEGV, segmentation fault occurred, and the errors were concentrated in tp_core.F90, sw_core.F90, and cd_core.F90. Therefore, I disabled the threads of the ATM component, but the same error was still reported. I also tried changing ulimit -s and omp_stacksize, but neither worked. I hope you can give me some effective suggestions. Thank you. The following is my run log and env_mach_env_mach_pes.xml:
 

Attachments

  • log.zip
    46.4 KB · Views: 1
Top