From 47a52098579d49eb535b18ea976af5550afea547 Mon Sep 17 00:00:00 2001 From: Abdoulbari ZAKIR Date: Mon, 16 Oct 2023 17:49:15 +0200 Subject: [PATCH] remove dev files --- .../build-mpich2/slurmVsHydra-processManagertxt.txt | 11 ----------- tests/end_to_end/benders/mpiexec.yaml | 2 -- 2 files changed, 13 deletions(-) delete mode 100644 .github/workflows/build-mpich2/slurmVsHydra-processManagertxt.txt delete mode 100644 tests/end_to_end/benders/mpiexec.yaml diff --git a/.github/workflows/build-mpich2/slurmVsHydra-processManagertxt.txt b/.github/workflows/build-mpich2/slurmVsHydra-processManagertxt.txt deleted file mode 100644 index 38095dd61..000000000 --- a/.github/workflows/build-mpich2/slurmVsHydra-processManagertxt.txt +++ /dev/null @@ -1,11 +0,0 @@ -slurm ------ -Slurm is an external process manager not distributed with -MPICH. MPICH's default process manager, hydra, has native support -for Slurm and you can directly use it in Slurm environments (it will -automatically detect Slurm and use Slurm capabilities). However, if -you want to use the Slurm-provided "srun" process manager, you can use -the "--with-pmi=slurm --with-pm=no" option with configure. Note that -the "srun" process manager that comes with Slurm uses an older PMI -standard which does not have some of the performance enhancements that -hydra provides in Slurm environments. \ No newline at end of file diff --git a/tests/end_to_end/benders/mpiexec.yaml b/tests/end_to_end/benders/mpiexec.yaml deleted file mode 100644 index 90030e292..000000000 --- a/tests/end_to_end/benders/mpiexec.yaml +++ /dev/null @@ -1,2 +0,0 @@ -installDir : E:/RTE/antares-xpansion/_build/Debug -mpiexec : C:/Program Files/Microsoft MPI/Bin/mpiexec.exe