Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Trip Event Logger Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MSK-SW
Low-Level Radio Frequency
Trip Event Logger
Trip Event Logger Server
Commits
8783d2c6
Commit
8783d2c6
authored
4 years ago
by
Jan Timm
Browse files
Options
Downloads
Patches
Plain Diff
add jobslog to gitignore, fix docker install dir
parent
8dda05c2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
README.md
+5
-0
5 additions, 0 deletions
README.md
tools/docker/buildDockerOnMax.sh
+3
-2
3 additions, 2 deletions
tools/docker/buildDockerOnMax.sh
with
11 additions
and
2 deletions
.gitignore
+
3
−
0
View file @
8783d2c6
...
@@ -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
This diff is collapsed.
Click to expand it.
README.md
+
5
−
0
View file @
8783d2c6
...
@@ -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
=================================================
=================================================
...
...
This diff is collapsed.
Click to expand it.
tools/docker/buildDockerOnMax.sh
+
3
−
2
View file @
8783d2c6
...
@@ -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
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment