Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pgdurand committed Aug 31, 2023
1 parent 28b5539 commit 6a56375
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions tests/scheduler/pbs/README.txt
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

0 comments on commit 6a56375

Please sign in to comment.