Skip to content
Snippets Groups Projects
Commit 420b2c65 authored by Apurv Deepak Kulkarni's avatar Apurv Deepak Kulkarni Committed by Jan Frenzel
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent 2ca08ea8
No related branches found
No related tags found
2 merge requests!415Added a specific file list containing all files to skip for each,!409Added short description about how to use Flink. Resolves #218.
......@@ -35,7 +35,7 @@ snippet shows a job submission to haswell nodes with an allocation of two nodes
memory exclusively for one hour:
```console
marie@login$ srun --partition=haswell --nodes=2 --mem=60g --exclusive --time=01:00:00 --pty bash -l
marie@login$ srun --partition=haswell --nodes=2 --mem=50g --exclusive --time=01:00:00 --pty bash -l
```
Once you have the shell, load Flink using the command
......@@ -124,7 +124,7 @@ example below:
#SBATCH --partition=haswell
#SBATCH --nodes=2
#SBATCH --exclusive
#SBATCH --mem=60G
#SBATCH --mem=50G
#SBATCH --job-name="example-flink"
ml Flink/1.12.3-Java-1.8.0_161-OpenJDK-Python-3.7.4-GCCcore-8.3.0
......
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