Skip to content

Commit

Permalink
fujitsu support
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Sep 6, 2024
1 parent b8981aa commit 1f2b8ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ood_core/job/adapters/fujitsu_tcs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def submit(script, after: [], afterok: [], afternotok: [], afterany: [])

args.concat ["-N", script.job_name] unless script.job_name.nil?
args.concat ["-o", script.output_path] unless script.output_path.nil?
args.concat ['--mpi', "proc=#{script.cores}"] unless script.cores.nil?
if script.error_path.nil?
args.concat ["-j"]
else
Expand Down

1 comment on commit 1f2b8ae

@mnakao
Copy link
Contributor

@mnakao mnakao commented on 1f2b8ae Sep 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGM

Please sign in to comment.