You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation process is smooth. However, When I run the final step
./run_tests -j 6
The following error messages occurs:
misc/check_error.ics_missing_variable: Working Directory: /home/users/nus/guozixu/projects/moose/test/tests/misc/check_error
misc/check_error.ics_missing_variable: Running command: /home/users/nus/guozixu/projects/moose/test/moose_test-opt -i ic_variable_not_specified.i --error --error-override --libtorch-device cpu
misc/check_error.ics_missing_variable: free(): invalid pointer
misc/check_error.ics_missing_variable: ################################################################################
misc/check_error.ics_missing_variable:
misc/check_error.ics_missing_variable: Unable to match the following pattern against the program's output:
misc/check_error.ics_missing_variable:
misc/check_error.ics_missing_variable: missing required parameter 'ICs/u_ic/variable'
misc/check_error.ics_missing_variable:
misc/check_error.ics_missing_variable: ################################################################################
misc/check_error.ics_missing_variable: Tester failed, reason: EXPECTED ERROR MISSING
misc/check_error.ics_missing_variable:
misc/check_error.ics_missing_variable ........................................ FAILED (EXPECTED ERROR MISSING)
Ran 51 tests in 58.6 seconds. Average test time 4.3 seconds, maximum test time 5.7 seconds.
0 passed, 283 skipped, 0 pending, 51 FAILED
MAX FAILURES REACHED
runWorker Exception: Traceback (most recent call last):
File "/home/users/nus/guozixu/projects/moose/python/TestHarness/schedulers/Scheduler.py", line 456, in runJob
self.queueJobs(jobs, j_lock)
File "/home/users/nus/guozixu/projects/moose/python/TestHarness/schedulers/Scheduler.py", line 257, in queueJobs
self.status_pool.apply_async(self.jobStatus, (job, jobs, j_lock))
File "/opt/cray/pe/python/3.9.7.1/lib/python3.9/multiprocessing/pool.py", line 455, in apply_async
self._check_running()
File "/opt/cray/pe/python/3.9.7.1/lib/python3.9/multiprocessing/pool.py", line 350, in _check_running
raise ValueError("Pool not running")
ValueError: Pool not running
runWorker Exception: Traceback (most recent call last):
File "/home/users/nus/guozixu/projects/moose/python/TestHarness/schedulers/Scheduler.py", line 456, in runJob
self.queueJobs(jobs, j_lock)
File "/home/users/nus/guozixu/projects/moose/python/TestHarness/schedulers/Scheduler.py", line 257, in queueJobs
self.status_pool.apply_async(self.jobStatus, (job, jobs, j_lock))
File "/opt/cray/pe/python/3.9.7.1/lib/python3.9/multiprocessing/pool.py", line 455, in apply_async
self._check_running()
File "/opt/cray/pe/python/3.9.7.1/lib/python3.9/multiprocessing/pool.py", line 350, in _check_running
raise ValueError("Pool not running")
ValueError: Pool not running
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Check these boxes if you have followed the posting rules.
Question
Dear MOOSE team,
I am installing MOOSE in the HPC at Singapore (NSCC). The module list is as follows:
The installation process is smooth. However, When I run the final step
./run_tests -j 6
The following error messages occurs:
misc/check_error.ics_missing_variable: Working Directory: /home/users/nus/guozixu/projects/moose/test/tests/misc/check_error
misc/check_error.ics_missing_variable: Running command: /home/users/nus/guozixu/projects/moose/test/moose_test-opt -i ic_variable_not_specified.i --error --error-override --libtorch-device cpu
misc/check_error.ics_missing_variable: free(): invalid pointer
misc/check_error.ics_missing_variable: ################################################################################
misc/check_error.ics_missing_variable:
misc/check_error.ics_missing_variable: Unable to match the following pattern against the program's output:
misc/check_error.ics_missing_variable:
misc/check_error.ics_missing_variable: missing required parameter 'ICs/u_ic/variable'
misc/check_error.ics_missing_variable:
misc/check_error.ics_missing_variable: ################################################################################
misc/check_error.ics_missing_variable: Tester failed, reason: EXPECTED ERROR MISSING
misc/check_error.ics_missing_variable:
misc/check_error.ics_missing_variable ........................................ FAILED (EXPECTED ERROR MISSING)
Ran 51 tests in 58.6 seconds. Average test time 4.3 seconds, maximum test time 5.7 seconds.
0 passed, 283 skipped, 0 pending, 51 FAILED
MAX FAILURES REACHED
runWorker Exception: Traceback (most recent call last):
File "/home/users/nus/guozixu/projects/moose/python/TestHarness/schedulers/Scheduler.py", line 456, in runJob
self.queueJobs(jobs, j_lock)
File "/home/users/nus/guozixu/projects/moose/python/TestHarness/schedulers/Scheduler.py", line 257, in queueJobs
self.status_pool.apply_async(self.jobStatus, (job, jobs, j_lock))
File "/opt/cray/pe/python/3.9.7.1/lib/python3.9/multiprocessing/pool.py", line 455, in apply_async
self._check_running()
File "/opt/cray/pe/python/3.9.7.1/lib/python3.9/multiprocessing/pool.py", line 350, in _check_running
raise ValueError("Pool not running")
ValueError: Pool not running
runWorker Exception: Traceback (most recent call last):
File "/home/users/nus/guozixu/projects/moose/python/TestHarness/schedulers/Scheduler.py", line 456, in runJob
self.queueJobs(jobs, j_lock)
File "/home/users/nus/guozixu/projects/moose/python/TestHarness/schedulers/Scheduler.py", line 257, in queueJobs
self.status_pool.apply_async(self.jobStatus, (job, jobs, j_lock))
File "/opt/cray/pe/python/3.9.7.1/lib/python3.9/multiprocessing/pool.py", line 455, in apply_async
self._check_running()
File "/opt/cray/pe/python/3.9.7.1/lib/python3.9/multiprocessing/pool.py", line 350, in _check_running
raise ValueError("Pool not running")
ValueError: Pool not running
Could you please help me fix this issue?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions