Hello,
The 0-readme... file in the examples folder lists the following workflow for running an example:
python3 MyFirstSnapshots__build.py
cd MyFirstSnapshots_local_smart
python3 runfile.py
I built kmcos with python3.8. Running the first line:
python3.8 MyFirstDiffusion prints normal updates to stdout until the following error appears:
ModuleNotFoundError: No module named 'f2py_selected_kind'
Any guidance on how I can troubleshoot this problem?
Best,
Eric