[chapel-lang/chapel] Adjust scripts to run multilocale correctness test

Branch: refs/heads/master
Revision: d0adbc1
Author: e-kayrakli
Log Message:

Merge pull request #16240 from e-kayrakli/move-mloc-to-cray-cs

Adjust scripts to run multilocale correctness tests on CS

Moves multilocale correctness tests to cray-cs:

  • Rename common-slurm-gasnet-ibv.bash to common-slurm-gasnet-cray-cs.bash

    • Source common-cray-cs.bash from that
    • Move substrate setting in that script to individual scripts
    • Drop CHPL_LAUNCHER_USE_SBATCH
    • Drop max locale limit
    • Drop CHPL_APP_LAUNCH_CMD (and rely on CHPL_TEST_LAUNCHCMD)
  • Rename test-gasnet-mpi.bash to test-slurm-gasnet-mpi.bash

    • Just load the module instead of setting the environment in that file
  • Adjust nightly to use CHPL_TEST_LAUNCHCMD

[Reviewed by @ronawho]

Modified Files:
A util/cron/common-slurm-gasnet-cray-cs.bash
A util/cron/test-slurm-gasnet-mpi.bash
R util/cron/common-slurm-gasnet-ibv.bash
R util/cron/test-gasnet-mpi.bash
M util/cron/nightly
M util/cron/test-slurm-gasnet-ibv.fast.bash
M util/cron/test-slurm-gasnet-ibv.large.bash
M util/cron/test-slurm-gasnet-ibv.llvm.bash

Compare: https://github.com/chapel-lang/chapel/compare/fbf5efc51d82...d0adbc12b209