Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update srun and sbatch
authored
Feb 07, 2023
by
LOGER Benoit
Hide whitespace changes
Inline
Side-by-side
srun-and-sbatch.md
View page @
044f2ca7
...
...
@@ -73,7 +73,7 @@ A second example of file:
for
i
in
{
1..10
}
do
./my-app arg1
$i
./my-app arg1
$i
&
done
wait
...
...
...
...