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

Failing create new case regression tests

bkravitz@iu_edu

New Member
Hello -I'm failing a bunch of regression tests in the J_TestCreateNewcase suite.  The command I enter is this:./scripts_regression_tests.py J_TestCreateNewcase --machine bigred2The log file, config_machines.xml, and config_batch.xml are attached.  Any ideas would be more than welcome.Thanks!Ben
 

crooney@pdx_edu

New Member
To allow others to see your attachments edit your post and click the 'display' button next to each attachment.
I just realized this myself.
 

crooney@pdx_edu

New Member
To allow others to see your attachments edit your post and click the 'display' button next to each attachment.
I just realized this myself.
 

crooney@pdx_edu

New Member
Not sure if this is the cause of your errors, but are you sure moab/8.1.3 and torque/5.1.3 are the correct module names, and they have the appropriate permissions? It looks like they are not being loaded:cmdModule.c(567):ERROR:50: Cannot open file '/opt/modulefiles/torque/5.1.3' for 'reading'cmdModule.c(567):ERROR:50: Cannot open file '/opt/modulefiles/moab/8.1.3' for 'reading'
...
moab(3):ERROR:105: Unable to locate a modulefile for 'moab/8.1.3'torque(3):ERROR:105: Unable to locate a modulefile for 'torque/5.1.3'
 

crooney@pdx_edu

New Member
Not sure if this is the cause of your errors, but are you sure moab/8.1.3 and torque/5.1.3 are the correct module names, and they have the appropriate permissions? It looks like they are not being loaded:cmdModule.c(567):ERROR:50: Cannot open file '/opt/modulefiles/torque/5.1.3' for 'reading'cmdModule.c(567):ERROR:50: Cannot open file '/opt/modulefiles/moab/8.1.3' for 'reading'
...
moab(3):ERROR:105: Unable to locate a modulefile for 'moab/8.1.3'torque(3):ERROR:105: Unable to locate a modulefile for 'torque/5.1.3'
 

bkravitz@iu_edu

New Member
Those don't really worry me.  Those two are related to job scheduling on the HPC system.  I ran this on an interactive node, i.e., there's no need to schedule jobs, so those two modules weren't available for my test.
 

bkravitz@iu_edu

New Member
Those don't really worry me.  Those two are related to job scheduling on the HPC system.  I ran this on an interactive node, i.e., there's no need to schedule jobs, so those two modules weren't available for my test.
 
Top