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 is "num_nodes" in the {{ num_nodes }} set? Can it be modified?

acgvar

Alvin C.G. Varquez
Member
In the "config_batch.xml" file there is a variable "num_nodes". Is this modified automatically?
When I run the tutorial command for setting up a new case,
./create_newcase --case ~/cases/b.day1.0 --res f19_g17 --compset B1850
and then running ./case.setup, and ./case.build,
the "num_nodes" is automatically revealed as 6.

I think this is causing runtime error in the new machine upon running ./case.build.
 

jedwards

CSEG and Liaisons
Staff member
Yes this is modified automatically based on the NTASKS and MAX_MPITASKS_PER_NODE values.
 
Top