-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
Use "test_pbs_wrapper.sh" script to test PBS wrapper code | ||
located in ../../../conf/scripts/scheduler | ||
Script to test PBS wrapper code | ||
|
||
You may have to adapt queue before running the test script: | ||
export MQUEUE=<your-queue> | ||
|
||
It is also possible to run an additional test by settings these | ||
variables before running the test script: | ||
|
||
export BDM_SCHEDULER="pbs" # Optional since we force use of pbs | ||
export BDM_PLATFORM="ifremer" # To load a specific conf file located in ../../../conf/scripts/scheduler/ | ||
export BDM_QSTAT_CMD="ssh $DM_BDM_PBS_USER qstat" # to change calling command for qstat | ||
export BDM_QSUB_CMD="ssh $DM_BDM_PBS_USER qsub" # same for qsub | ||
|
||
These variables are loaded by ../../../conf/scripts/scheduler/pbs_wrapper.sh |