-
Notifications
You must be signed in to change notification settings - Fork 120
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
smilei_test passed, but actual run failed #692
Comments
Your python version is too old. Make sure you specify PYTHONEXE=python3 in your environment |
OK, thanks. Now compiled using Python3 (3.9.2). No problems with compiling, smilei_test run, but again failed at actual run with the following error. Seems it suggest database file issue. Any specific Python version should I work with for this latest smilei? Anything I should modify before I compile the code, e.g. the file scripts/compile_tools/python-config.py? |
It is as if your python could not create the file. I think I saw something similar recently but can't remember exactly. Have you deleted your folder before launching a new simulation? Or, could you try, from your environment, to write something using the python module p |
Also, did you run the new executable in a new folder? (a previous smilei.py in the execution folder can also be a problem) |
It works by starting a new folder, thank you for helping! I am closing it now. |
Hi, I am switching to the latest v5.0 and compiled the code using impi, intel, and python2. For my example input deck, smilei_test check passed with the output
smilei_test.txt
But the actual run failed with the output
actual_run.txt
Looks like it is caused by Python but not sure. Any comments would be greatly appreciated.
The text was updated successfully, but these errors were encountered: