Skip to content

Commit

Permalink
Using a single core driver for the larger wafer 53 jobs, we sometimes…
Browse files Browse the repository at this point in the history
… got a driver failure: TERM_MEMLIMIT: job killed after reaching LSF memory usage limit. So, bumping up driver to 4 cores here to avoid that possibility.
  • Loading branch information
trautmane committed Jun 6, 2024
1 parent 49500ab commit 93d4451
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ ARGV="

LOG_FILE=$(setupRunLog "surface-align-pass${PADDED_PASS}")

# Using a single core driver for the larger wafer 53 jobs,
# we sometimes got a driver failure: TERM_MEMLIMIT: job killed after reaching LSF memory usage limit.
# So, bumping up driver to 4 cores here to avoid that possibility.
export N_CORES_DRIVER=4

# use shell group to tee all output to log file
{

Expand Down

0 comments on commit 93d4451

Please sign in to comment.