Skip to content

Commit

Permalink
add missing outfile param to sbatch (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefanos Chatzimichelakis <s.chatzimichelakis@iccs.gr>
  • Loading branch information
mezger6 and Stefanos Chatzimichelakis authored Jan 25, 2025
1 parent 8eb93c5 commit 71cd18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/jacobian_component/jacobian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ run_jacobian() {
sbatch --mem $RequestedMemory \
-c $RequestedCPUs \
-t $RequestedTime \
-o imi_output.tmp \
-p $SchedulerPartition \
-W run_prior_simulation.sh
wait
Expand Down

0 comments on commit 71cd18a

Please sign in to comment.