Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / microbench / setup / run-specsfs
1 #!/bin/bash
2 #
3 # Launch SPECsfs; should be run on the load-generator node.
4
5 # Export any environment variables specified on the command line
6 for e in "$@"; do
7     echo "$e" 1>&2
8     if echo "$e" | grep = >/dev/null; then
9         eval "$e"
10         export ${e%=*}
11     fi
12 done
13
14 cd /scratch/spec-sfs/manager
15 java SfsManager -r $SPEC_CONF -s $BLUESKY_RUN_NAME