This commit is contained in:
2023-11-22 19:51:30 +01:00
commit 9c3c4ad068
18 changed files with 329 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/bin/bash
## parameters
#PBS -N uebung_04__exercise_01
#PBS -q entry_teachingq
#PBS -l select=1:ncpus=8:mpiprocs=8
#PBS -l walltime=00:05:00
## environment
cd ~/pwr/uebung_04/exercise_01
## execute
mpiexec -n 8 exercise_01.out