Skip to content

Commit

Permalink
Fix segmentation fault in bwaves, zeusmp, and wrf during checkpoint g…
Browse files Browse the repository at this point in the history
…eneration. (#8)
  • Loading branch information
Bhe6669 authored Dec 9, 2024
1 parent 639deb5 commit b1cf8e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions checkpoint_scripts/generate_bbl.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ def __generate_run_scripts(self, spec, copies, redirect_output, using_cpu2017, w
taskN.append("#!/bin/sh")
taskN.append("set -x")
taskN.append(f"echo '===== Start running TASK{i} ====='")
taskN.append("ulimit -s unlimited")
taskN.append("date -R")
if with_nemu_trap:
taskN.append("/spec_common/before_workload")
Expand Down

0 comments on commit b1cf8e9

Please sign in to comment.