Open CharAaznable opened 1 year ago
Hi @CharAaznable ,
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.
Thanks for your report. : )
Hello. @venturi123
Thank you for your reply.
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 in cylinder2D_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
Thanks.
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.