my_digital_garden/PL - Aula 9.md

9 lines
199 B
Markdown
Raw Normal View History

2023-11-15 11:48:21 +00:00
>[!note] Commands:
>- to compile: mpicc -O2 PL8.c
>- to run: sbatch mpi.sh
2023-11-15 12:28:21 +00:00
> - delete extra out files: rm slurm-*
2023-11-15 11:48:21 +00:00
Must be created the file _mpi.sh _which contents are specified in the Lab Guide.
2023-11-15 12:28:21 +00:00