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.
 
 
 
 
 
 

28 line
667 B

  1. #! /usr/bin/env bash
  2. #SBATCH --nodes=1
  3. #SBATCH --ntasks-per-node=2
  4. #SBATCH --cpus-per-task=4
  5. #SBATCH --time=1: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-rc3b/distbitonic -q 27 --perf --validation