Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

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


[bingo_chatbox]