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
No related tags found
No related merge requests found
...@@ -25,3 +25,6 @@ CMakeLists.txt.user ...@@ -25,3 +25,6 @@ CMakeLists.txt.user
###################### ######################
workdir workdir
tools/setFixedParameter.sh tools/setFixedParameter.sh
tools/docker/*.out
tools/docker/*.err
...@@ -39,6 +39,11 @@ See 'tools/README.md' for details. ...@@ -39,6 +39,11 @@ See 'tools/README.md' for details.
cmake .. cmake ..
make make
Starting a job on maxwell
-------------------------
Run the Application Core Server Trip Event Logger Run the Application Core Server Trip Event Logger
================================================= =================================================
......
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,9 @@
#SBATCH --partition maxwell #SBATCH --partition maxwell
#SBATCH --no-requeue #SBATCH --no-requeue
#SBATCH --job-name buildDockerContainer #SBATCH --job-name buildDockerContainer
#SBATCH --output buildDockerContainer-%x-%A-%a-%j-%N.out #SBATCH --output job-%x-%A-%a-%j-%N.out
#SBATCH --error buildDockerContainer-%x-%A-%a-%j-%N.err #SBATCH --error job-%x-%A-%a-%j-%N.err
docker pull jhktimm/tel docker pull jhktimm/tel
docker build -t 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