Skip to content
Snippets Groups Projects
Commit 8783d2c6 authored by Jan Timm's avatar Jan Timm
Browse files

add jobslog to gitignore, fix docker install dir

parent 8dda05c2
No related branches found
Tags 07.08.02
No related merge requests found
......@@ -25,3 +25,6 @@ CMakeLists.txt.user
######################
workdir
tools/setFixedParameter.sh
tools/docker/*.out
tools/docker/*.err
......@@ -39,6 +39,11 @@ See 'tools/README.md' for details.
cmake ..
make
Starting a job on maxwell
-------------------------
Run the Application Core Server Trip Event Logger
=================================================
......
......@@ -6,8 +6,9 @@
#SBATCH --partition maxwell
#SBATCH --no-requeue
#SBATCH --job-name buildDockerContainer
#SBATCH --output buildDockerContainer-%x-%A-%a-%j-%N.out
#SBATCH --error buildDockerContainer-%x-%A-%a-%j-%N.err
#SBATCH --output job-%x-%A-%a-%j-%N.out
#SBATCH --error job-%x-%A-%a-%j-%N.err
docker pull jhktimm/tel
docker build -t jhktimm/tel .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment