IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37937


Ignore:
Timestamp:
Feb 25, 2015, 5:19:02 PM (11 years ago)
Author:
watersc1
Message:

I need to specify exclusive to prevent my jobs from running on the same cluster set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20150115/ippScripts/scripts/sc_prepare_run.pl

    r37919 r37937  
    267267print COMMAND "#SBATCH --open-mode=append\n";
    268268print COMMAND "#SBATCH --export=ALL\n";
     269print COMMAND "#SBATCH --exclusive\n";
    269270print COMMAND "#SBATCH -o ${remote_root}/stask_logs/${stage}.${remote_id}.out\n";
    270271print COMMAND "date\n";
Note: See TracChangeset for help on using the changeset viewer.