Skip to content

Commit

Permalink
Refactor entrypoint creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanluoyc committed Feb 8, 2024
1 parent 9ba6d76 commit a5f5e2a
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 290 deletions.
1 change: 1 addition & 0 deletions lxm3/xm_cluster/execution/gridengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class GridEngineJobScriptBuilder(job_script.JobScriptBuilder):
TASK_OFFSET = 1
JOB_SCRIPT_SHEBANG = "#!/usr/bin/env bash"
TASK_ID_VAR_NAME = "SGE_TASK_ID"
JOB_ENV_PATTERN = "^(JOB_|SGE_|PE|NSLOTS|NHOSTS)"

executable_cls = executables.Command
executor_cls = executors.GridEngine
Expand Down
Loading

0 comments on commit a5f5e2a

Please sign in to comment.