Skip to content

Commit

Permalink
fix: batch paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Dec 2, 2024
1 parent 03669a1 commit 02a6346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/operandi_utils/hpc/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
HPC_DIR_SLURM_WORKSPACES = "slurm_workspaces"
# TODO: Fix the constant file name - it should be automatically resolved
# TODO: Fix the naming when releasing the next Operandi version
HPC_BATCH_SUBMIT_WORKFLOW_JOB = f"{HPC_NHR_SCRATCH_EMMY_HDD}/{HPC_DIR_BATCH_SCRIPTS}/batch_submit_workflow_job2.sh"
HPC_WRAPPER_SUBMIT_WORKFLOW_JOB = f"{HPC_NHR_SCRATCH_EMMY_HDD}/{HPC_DIR_BATCH_SCRIPTS}/wrapper_submit_workflow_job2.sh"
HPC_BATCH_SUBMIT_WORKFLOW_JOB = f"{HPC_NHR_SCRATCH_EMMY_HDD}/{HPC_DIR_BATCH_SCRIPTS}/batch_submit_workflow_job.sh"
HPC_WRAPPER_SUBMIT_WORKFLOW_JOB = f"{HPC_NHR_SCRATCH_EMMY_HDD}/{HPC_DIR_BATCH_SCRIPTS}/wrapper_submit_workflow_job.sh"
HPC_WRAPPER_CHECK_WORKFLOW_JOB_STATUS = f"{HPC_NHR_SCRATCH_EMMY_HDD}/{HPC_DIR_BATCH_SCRIPTS}/wrapper_check_workflow_job_status.sh"

HPC_JOB_DEADLINE_TIME_REGULAR = "48:00:00"
Expand Down

0 comments on commit 02a6346

Please sign in to comment.