We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Platform ANSYS Workbench HPC MPI Command Line Settings Reply To: ANSYS Workbench HPC MPI Command Line Settings

KartiSinghFreeman
Subscriber
thanks that makes sense now.
I managed to get workbench working with the script below but now my issue is that I cannot solve with more than two processors. If I go into the GUI and individually load each component locally I can solve with more processors, but on the HPC with submission it defaults to two. I have no idea how to increase the processor count.
#!/bin/bash -l
#PBS -N Test
#PBS -l select=10:ncpus=1:mpiprocs=1:mem=10gb
#PBS -l walltime=00:30:00
#PBS -p 1023
cd $PBS_O_WORKDIR
module load ansys/20.1
export I_MPI_HYDRA_BOOTSTRAP=ssh; export KMP_AFFINITY=balanced
runwb2 -B -E "Update();Save(Overwrite=True)" -F Test.wbpj