Skip to content

Commit 45265dd

Browse files
committed
Remove ALPS support
The environment has been deprecated and removed in the field. Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent 845d0e2 commit 45265dd

40 files changed

+4
-4646
lines changed

config/prte_check_alps.m4

-193
This file was deleted.

config/prte_check_slurm.m4

+1-10
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Copyright (c) 2016 Los Alamos National Security, LLC. All rights
1515
# reserved.
1616
# Copyright (c) 2017-2019 Intel, Inc. All rights reserved.
17-
# Copyright (c) 2021 Nanook Consulting. All rights reserved.
17+
# Copyright (c) 2021-2025 Nanook Consulting All rights reserved.
1818
# Copyright (c) 2022 Amazon.com, Inc. or its affiliates.
1919
# All Rights reserved.
2020
# $COPYRIGHT$
@@ -72,15 +72,6 @@ AC_DEFUN([PRTE_CHECK_SLURM],[
7272
[prte_check_slurm_happy="yes"],
7373
[prte_check_slurm_happy="no"])])
7474

75-
# check to see if this is a Cray nativized slurm env.
76-
77-
slurm_cray_env=0
78-
PRTE_CHECK_ALPS([prte_slurm_cray],
79-
[slurm_cray_env=1])
80-
81-
AC_DEFINE_UNQUOTED([SLURM_CRAY_ENV],[$slurm_cray_env],
82-
[defined to 1 if slurm cray env, 0 otherwise])
83-
8475
PRTE_SUMMARY_ADD([Resource Managers], [Slurm], [], [$prte_check_slurm_happy])
8576
fi
8677

src/mca/common/alps/Makefile.am

-69
This file was deleted.

src/mca/common/alps/common_alps.c

-74
This file was deleted.

src/mca/common/alps/common_alps.h

-33
This file was deleted.

0 commit comments

Comments
 (0)