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
After that, I continued to try an example and it returned an error.
(DRLinFluids) Singularity> python launch_multiprocessing_traning_square.py
Traceback (most recent call last):
File "launch_multiprocessing_traning_square.py", line 366, in <module>
test_sac_with_il()
File "launch_multiprocessing_traning_square.py", line 158, in test_sac_with_il
foam_root_path=env_path_list[0],
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
DRLinFluids has been well tested on general Linux systems. However, it lacks extensive testing on multi-node HPC clusters. I have noticed that there are indeed some issues occurring on specific HPC platforms (#12) . This will be reported as bugs.
It may take some time but I will work on fixing them as soon as possible.
Recently, I changed into another HPC cluster and installed DRLinFluids by tar.gz file.
After that, I run ./wmakell and the HPC made it.
However, when I test the example incylinder2D_multiprocessing, it showed some error which is shown below.
(DRLinFluids) e000000@atlas9-c01:/home/DRLinFluids-0.1.1/examples/cylinder2D_multiprocessing/DRLinFluids_cylinder$ python launch_multiprocessing_traning_cylinder.py
Traceback (most recent call last):
File "launch_multiprocessing_traning_cylinder.py", line 99, in <module>
evaluation_environment = environments.pop()
IndexError: pop from empty list
Hi. I am using DRLinFluids in HPC.
When I followed the instructions to run the examples, I found some error with running ./wmakeall.
Below is the information from terminal.
After that, I continued to try an example and it returned an error.
The text was updated successfully, but these errors were encountered: