Skip to content
Snippets Groups Projects
Commit 2e84f5f3 authored by Nathanael Sandy's avatar Nathanael Sandy
Browse files

docs: docs

parent d2acdc85
No related branches found
No related tags found
No related merge requests found
#+title: Readme This file shows the steps necessary for taking measurements in a HPC Cluster which usess `slurm` and `singularity`.
* on remote
* TODO
deriche?
* local
build hpcbase build hpcbase
#+begin_src shell #+begin_src shell
docker build -t hpcbase . docker build -t hpcbase .
...@@ -52,11 +47,6 @@ echo N_CORES=$n sbatch --ntasks-per-node=1 --cpus-per-task=$n --array=1-22 -t 5: ...@@ -52,11 +47,6 @@ echo N_CORES=$n sbatch --ntasks-per-node=1 --cpus-per-task=$n --array=1-22 -t 5:
echo N_CORES=$n sbatch run_perf.sh echo N_CORES=$n sbatch run_perf.sh
#+end_src #+end_src
#+RESULTS:
: N_CORES=10 sbatch --ntasks-per-node=1 --cpus-per-task=10 --array=1-22 -t 5:00:00 run_perf.sh
(1 und 4 sind die neuen)
#+begin_src shell #+begin_src shell
srun --cpus-per-task 10 -t 00:15:00 run_perf.sh srun --cpus-per-task 10 -t 00:15:00 run_perf.sh
#+end_src #+end_src
...@@ -108,8 +98,6 @@ mv $n $ncsv ...@@ -108,8 +98,6 @@ mv $n $ncsv
#+end_src #+end_src
#+RESULTS:
#+begin_src shell #+begin_src shell
mkdir ./collect mkdir ./collect
for x in $(find . -name "*.log"); do for x in $(find . -name "*.log"); do
......
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