-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The LSB_PJL_TASK_GEOMETRY env var has the potential to create very long bsub commands for jobs with large numbers of cores. Rather than using /bin/env to pass env vars, a sh wrapper script first sets the variables using export statements and then calls the bsub command, passing the usual options. This provides a unique environment for all jobs, even when they are submitted by concurrent threads. The bsub command length is reduced by not having long lists of environment variable settings in it. NOTE: This commit has not been fully tested, but is being committed to ease testing across multiple HPC systems (e.g. WCOSS and Yellowstone).
- Loading branch information
1 parent
86e7ce9
commit f607041
Showing
1 changed file
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters