pycif.plugins.platforms.jean_zay — API reference#
Configuration reference: jean_zay plugin
- pycif.plugins.platforms.jean_zay.jobs.init_job(self, command: str, job_file) None[source]#
Write a job shell file for the JEAN-ZAY cluster
- Parameters:
command (str) – command to execute
job_file (str) – path to the job file
- pycif.plugins.platforms.jean_zay.jobs.submit_job(self, command: str, job_file: str) str[source]#
Write and submit a job file to cluster scheduler with sbatch
- Parameters:
command (str) – command to execute
job_file (str) – path to the job file
- Returns:
job id if sbatch is used, else “” (empty string)
- Return type:
str