Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #SBATCH -A 1234
    ...
        or warn "Warning: module add failed, code $?";
    system("srun resp.com")==0
        or warn "Warning: srun failed, code $?";
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    srun resp.com
    END_SCRIPT
    run3 ["sbatch"], \$script;