-
Notifications
You must be signed in to change notification settings - Fork 20
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
"ERROR 1005: Window does not exist" in example simulation #4
Comments
Let me know if you need me to get you a stacktrace or anything, I'm happy to help. |
Hey there - what was the command syntax you issued to rocprep to prepare the run files? |
I used the one in the quick start guide: rocprep -A -b -u 1 1 -o 1 1 -n 4 -d ${ROCSTAR_EXAMPLES}/ACM -t ./ACM_4 |
Warning: Could not open configfile, Rocmop/RocmopControl.txt. |
Okay, I think I may have partly figured this out. In my testing, this only happens if I enable CGNS. Disabling CGNS prevents the issue from happening. Why? That I'm not sure. |
I tried to run the "Rocket Test" in the quick start guide with latest Git master Rocstar, but got a crash once I started the simulation.
I am on an OS X 10.9 virtual machine with GCC 7.1.0 and open-mpi installed through Homebrew.
Interestingly enough, if I just run the
rocprep
androcstar
commands, without changing the FluidModule to Rocflu, it works fine with no crash.The text was updated successfully, but these errors were encountered: