HPS-MC
 
Loading...
Searching...
No Matches
dummy_job.py
Go to the documentation of this file.
1"""!
2@file dummy_job.py
3
4Dummy job script.
5"""
6from hpsmc.component import DummyComponent
7
8job.description = 'Dummy'
9
10job.add(DummyComponent())
A dummy component that just prints some information instead of executing a program.
Definition component.py:243