New Issue: updates for compatibility with newer PBS

20685, "sdbachman", "updates for compatibility with newer PBS", "2022-09-13T20:06:45Z"

This update enables CHPL_LAUNCHER=pbs-gasnetrun_ibv to be compatible with PBS version 2021.1.3.20220217134230.

It just involves a few changes to /runtime/src/launch/pbs-gasnetrun_ibv/launch-pbs-gasnetrun_ibv.c :

107,108c107
< fprintf(pbsFile, "#PBS -l mppwidth=%d\n", numLocales);
< fprintf(pbsFile, "#PBS -l mppnppn=%d\n", procsPerNode);