AUTH's THMMY "Parallel and distributed systems" course assignments.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

N4P16T4Q20.sh 681 B

il y a 2 semaines
il y a 2 semaines
il y a 2 semaines
il y a 2 semaines
12345678910111213141516171819202122232425262728
  1. #! /usr/bin/env bash
  2. #SBATCH --nodes=4
  3. #SBATCH --ntasks-per-node=16
  4. #SBATCH --cpus-per-task=4
  5. #SBATCH --time=10:00
  6. # Use this as following
  7. # $> sbatch -p batch|rome <this file>
  8. #
  9. # NOTE:
  10. # First compile in aristotle with
  11. # $> module load gcc/9.2.0 openmpi/4.0.3
  12. # $> make -j hpc-build
  13. #
  14. module load gcc/9.2.0 openmpi/4.0.3
  15. # Note:
  16. # The above versions are matching w/ my system's
  17. # versions, thus making compiling/debugging easier.
  18. # Suppress unused UCX_ROOT warning
  19. export UCX_WARN_UNUSED_ENV_VARS=n
  20. # Suppress CUDA-aware support is disabled warning
  21. export OMPI_MCA_opal_warn_on_missing_libcuda=0
  22. srun ./out/distbitonic -q 20 --validation --perf 8 --exchange-opt