Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FWCC
GitLab HPC Driver Prototype
Commits
48781c97
Commit
48781c97
authored
Oct 22, 2019
by
Pape, David (FWCC) - 139658
Browse files
More formatting
parent
1231f021
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
48781c97
...
...
@@ -17,7 +17,8 @@ Usage in .gitlab-ci.yml
-
CI_SLURM_CPUS_PER_TASK
-
CI_SLURM_PARTITION
-
CI_SLURM_GRES
-
Example 1: Run a hybrid MPI/OpenMP job
Example 1: Run a hybrid MPI/OpenMP job
```
yml
run_mpi_omp
:
stage
:
deploy
...
...
@@ -33,7 +34,8 @@ run_mpi_omp:
-
export OMP_NUM_THREADS=8
-
mpirun ./mpi_omp
```
-
Example 2: Run a CUDA job on the GPU partition
Example 2: Run a CUDA job on the GPU partition
```
yml
run_cuda
:
stage
:
deploy
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment