Skip to content
Snippets Groups Projects
Commit 0743c3ca authored by Jammer, Tim's avatar Jammer, Tim
Browse files

Ease of debugging: added dir devel to develop new error generators

parent 8aed5c2f
No related branches found
No related tags found
1 merge request!6More Work on infrastructure IV
......@@ -2,8 +2,9 @@
from scripts.Infrastructure.GeneratorManager import GeneratorManager
if __name__ == "__main__":
gm = GeneratorManager("./errors")
gm.generate("../gencodes", try_compile=True, generate_full_set=False) # default
# gm.generate("../gencodes", try_compile=True, generate_full_set=True, max_mpi_version="3.1") #all cases that can compile for my local mpi installation
#gm = GeneratorManager("./errors")
gm = GeneratorManager("./errors/devel")
#gm.generate("../gencodes", try_compile=True, generate_full_set=False) # default
gm.generate("../gencodes", try_compile=True, generate_full_set=True, max_mpi_version="3.1") #all cases that can compile for my local mpi installation
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment