AUTH's THMMY "Parallel and distributed systems" course assignments.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 line
674 B

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