source: configs/testing/bash/junk/job.sh @ 506

Last change on this file since 506 was 506, checked in by dubos, 7 years ago

configs/testing : towards first working version

  • Property svn:executable set to *
File size: 376 bytes
Line 
1#!/bin/bash
2## Request name
3#MSUB -r build_testing
4#MSUB -q standard
5#MSUB -A gen7548
6#MSUB -x
7## Number of tasks (=MPI processes) to use
8#MSUB -n 1
9## Elapsed time limit in seconds
10#MSUB -T 1200
11## Quality of Service required (long [3 days], normal [1 day], test [30 min])
12#MSUB -Q test
13
14export OMP_NUM_THREADS=1
15cd ${BRIDGE_MSUB_PWD} 
16
17time ./build.sh > logs/build.sh.log
18
Note: See TracBrowser for help on using the repository browser.