pycif.plugins.platforms.docker_cif — API reference#
Configuration reference: docker_cif plugin
- pycif.plugins.platforms.docker_cif.jobs.submit_job(self, exe, job_file)[source]#
Run exe as a blocking subprocess (no scheduler; jobs execute inline).
- Parameters:
self (Plugin) – platform plugin instance.
exe (str) – shell command to execute.
job_file (str) – used to set the working directory (
dirname).
- Returns:
stdout from the process (typically empty for pyCIF sub-runs).
- Return type:
str