Additional Third Party Extensions to GenX
pygenx: Python interface for GenX
Python users can now run GenX from a thin-python-wrapper interface, developed by Daniel Olsen. This tool is called pygenx
and can be cloned from the github page: pygenx. It needs installation of Julia 1.3 and a clone of GenX repo along with your python installation.
Simple GenX Case Runner: For automated sequential batch run for GenX
It is now possible to run a list of GenX cases as separate batch jobs. Alternatively, they can also be run locally in sequence, as one job. It has been developed by Jacob Schwartz. This tool is called SimpleGenXCaseRunner
and can be cloned from the github page: SimpleGenXCaseRunner