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

CAM 5 won't run

after compiling cam 5 on bluefire the code doesn't want to run. Instead it simply outputs:

.....ERROR: 0031-808 Hostfile or pool must be used to request nodes....

any suggestions?
thanks
 

eaton

CSEG and Liaisons
It sounds like you're trying to interactively run an executable that was built with mpi. This can't be done on bluefire. You need to submit the job to the batch queue. The run-ibm.csh script provides a template for doing this.
 
Top