NEMO5 Python Sources

By James Fonseca

Purdue University

You must be a member of one of the following groups to access the full resource: nemo5distribution

Category

Downloads

Published on

Abstract

Some NEMO5 simulations require python solvers which are not automatically installed for the workspace build. 

If, after using the submit command, the end of your stdout shows messages  like:

[PythonCache]: trying to get file: './MetaPoissonQTBM5.py'

[PythonCache]: trying to get file: './Meta/MetaPoissonQTBM5.py'

You need the files in this resource.

Pass the python file like you would an input file, e.g.

submit -v rossmann -i ./all.mat -i metasolver.py -i another_meta_solver_if_needed.py nemo-r17881  your_input_file.in

Submit needs to be able to find the metasolver.py--put it in the same directory as the input file.