Multiple versions of PMIx are now available on Bunya. As a consequence, users that run MPI codes built with foss/2021a, need to provide the following additional option to their srun command to ensure the correct version of PMIx is used:
srun --mpi=pmix_v4 <your_usual_srun_command>
A new tool, jobstats, is now available as a module to Bunya users to monitor the resource utilization of their jobs. The following commands will show visual and numerical CPU, CPU ram, GPU, and GPU ram utilization:
module load jobstats
jobstats <JobID>