File: do_level0.sh

package info (click to toggle)
blis 2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 41,904 kB
  • sloc: ansic: 351,996; fortran: 21,831; cpp: 10,947; sh: 9,392; makefile: 1,921; asm: 1,516; python: 695
file content (16 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

set -e
set -x

: ${SRCDIR:=../..}

if ! [ -d test/level0 ]; then
    mkdir -p test/level0
    ln -s $SRCDIR/test/level0/* test/level0/
fi

cd test/level0
make -j2

./test_l0.x