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

Modify case num_nodes value

pjiang

pjiang
New Member
Hello,

I would like modify nodes:6 in results of preview_run executed. How to do it?
# ./preview_run
CASE INFO:
nodes: 6
total tasks: 576
tasks per node: 96
thread count: 1

BATCH INFO:
FOR JOB: case.run
ENV:
module command is /usr/bin/modulecmd python purge
module command is /usr/bin/modulecmd python load compiler/gnu/8.2.0 mpi/3.3/gcc-8.2.0 tool/netcdf/4.6.1/gcc-8.1.0
Setting Environment OMP_STACKSIZE=256M
Setting Environment OMP_NUM_THREADS=1

SUBMIT CMD:
None

MPIRUN (job=case.run):
mpiexec --allow-run-as-root --mca btl ^openib -np 576 /root/cesm/scratch/mycase/bld/cesm.exe >> cesm.log.$LID 2>&1

FOR JOB: case.st_archive
ENV:
module command is /usr/bin/modulecmd python purge
module command is /usr/bin/modulecmd python load compiler/gnu/8.2.0 mpi/3.3/gcc-8.2.0 tool/netcdf/4.6.1/gcc-8.1.0
Setting Environment OMP_STACKSIZE=256M
Setting Environment OMP_NUM_THREADS=1

SUBMIT CMD:
None

#

I would like to help. Thank you in advance.
 

dbailey

CSEG and Liaisons
Staff member
You need to modify env_mach_pes.xml. Then do:

./case.setup --reset

./case.build --clean-all

./case.build
 
Last edited:
Top