The job class MydynamicJob
is defined based on the files in the directory pyiron/resources/dynamic/MydynamicJob
. The directory contains:
input.json
- default input dictionary store in JSON formatscript.py
- python module which contains thewrite_input()
andcollect_output()
functionsbin/run_mydynamicjob_0.0.1.sh
- shell script for serial executionbin/run_mydynamicjob_0.0.1_mpi.sh
- shell script for MPI parallel execution