-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input.tar.gz file not an archive #9
Comments
@friedenhe making sure you see this, thanks! |
The input.tar.gz file is stored on Git LFS, you can download it from here https://github.com/mdolab/dafoam/raw/master/python/reg_tests/input.tar.gz Thanks, |
How long does it take to run the run_reg_tests.py script? It is taking an extremely long time! |
The regression tests shouldn't take more than 30 mins. You can check the generated dafoam_reg_* files for errors. |
I got the following error for all my dofoam_reg_* files pyDAFoam Error: pyDAFoam: status 127: Unable to run decomposePar |
It seems that the OpenFOAM's utility "decomposePar" is not found. Try "source $HOME/OpenFOAM/OpenFOAM-v1812/etc/bashrc" and run the reg tests again. If it is still not working, verify if OpenFOAM is properly installed. |
I've installed dafoam following all the instruction in "https://dafoam.readthedocs.io/en/latest/Installation.html". When I get to the end, and I try to untar the input.tar.gz file in dafoam/python/reg_tests, I get the error message saying that the input.tar.gz file not an archive.
All the prerequisite modules seem to have been installed correctly.
Thanks
The text was updated successfully, but these errors were encountered: