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

Load balancing compset FAMIPC5

Shreya Bhowmick

Shreya Bhowmick
New Member
Hello everyone,

I am a research scholar and I have ported CESM 1.2.2 to a Linux server with 2 CPUs(or sockets) each having 12 cores, 2 threads per core i.e. 48 processes. I performed the ERS test on compset FAMIPC5 (TestStatus: PASS) and got a throughput of 0.29 myear/wday. I am still using the default env_mach_pes.xml file. I am a novice and do not have the support of a system administrator. I have read the user guide. I can understand the ccsm timing profile but not the driver timing flowchart and cpl.log file. Can anyone suggest how can I increase the throughput? I have attached the necessary files.

Thank you for your time,
Shreya
 

Attachments

  • ccsm_timing.ERS.f09_g16.FAMIPC5.varsha_intel.test1.230322-141953.txt
    7.2 KB · Views: 0
  • ccsm_timing.ERS.f09_g16.FAMIPC5.varsha_intel.test1.230322-113744.txt
    7.2 KB · Views: 0
  • env_mach_pes .txt
    6.8 KB · Views: 1
  • cpl.log .230322-113744.zip
    1,021.1 KB · Views: 0

jedwards

CSEG and Liaisons
Staff member
Shreya,

For an F case you can just increase the task count of all tasks, up to the limit of the atm component. For F09 that is around 1200 tasks.
I would suggest increasing one node at a time. You started with 128 tasks which is not a multiple of 48 and thus is probably a poor choice.
do ./xmlchange NTASKS=xx where xx=48,96,144,...
 
Top