Skip to content

Commit

Permalink
Convert all SLURM references to Slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyauble committed Apr 11, 2018
1 parent 93dd628 commit 3d7ada7
Show file tree
Hide file tree
Showing 1,494 changed files with 7,063 additions and 7,065 deletions.
10 changes: 5 additions & 5 deletions DISCLAIMER
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SLURM was produced at Lawrence Livermore National Laboratory in collaboration
Slurm was produced at Lawrence Livermore National Laboratory in collaboration
with various organizations.

Copyright (C) 2012-2013 Los Alamos National Security, LLC.
Expand Down Expand Up @@ -110,22 +110,22 @@ Anne-Marie Wunderlin (Bull)

CODE-OCEC-09-009. All rights reserved.

This file is part of SLURM, a resource management program.
This file is part of Slurm, a resource management program.
For details, see <https://slurm.schedmd.com/>.
Please also read the supplied file: DISCLAIMER.

SLURM is free software; you can redistribute it and/or modify it under
Slurm is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.

SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License along
with SLURM; if not, write to the Free Software Foundation, Inc.,
with Slurm; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.


Expand Down
4 changes: 2 additions & 2 deletions auxdir/slurm.m4
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ AC_DEFUN([X_AC_SLURM_BIGENDIAN],
])dnl AC_SLURM_BIGENDIAN

dnl
dnl Perform SLURM Project version setup
dnl Perform Slurm Project version setup
dnl
AC_DEFUN([X_AC_SLURM_VERSION],
[
Expand Down Expand Up @@ -220,7 +220,7 @@ RELEASE="`perl -ne 'print,exit if s/^\s*RELEASE:\s*(\S*).*/\1/i' $srcdir/META`"
# (e.g. "pre1" in the MICRO), but may be suitable for the user determining
# how to use the APIs or other differences.
SLURM_VERSION_NUMBER="`printf "0x%02x%02x%02x" ${SLURM_MAJOR#0} ${SLURM_MINOR#0} ${SLURM_MICRO#0}`"
AC_DEFINE_UNQUOTED(SLURM_VERSION_NUMBER, $SLURM_VERSION_NUMBER, [SLURM Version Number])
AC_DEFINE_UNQUOTED(SLURM_VERSION_NUMBER, $SLURM_VERSION_NUMBER, [Slurm Version Number])
AC_SUBST(SLURM_VERSION_NUMBER)
if test "$SLURM_MAJOR.$SLURM_MINOR.$SLURM_MICRO" != "$VERSION"; then
Expand Down
6 changes: 3 additions & 3 deletions auxdir/x_ac_cray.m4
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ AC_DEFUN([X_AC_CRAY],
AC_ARG_WITH(
[alps-emulation],
AS_HELP_STRING(--with-alps-emulation,Run SLURM against an emulated ALPS system - requires option cray.conf @<:@default=no@:>@),
AS_HELP_STRING(--with-alps-emulation,Run Slurm against an emulated ALPS system - requires option cray.conf @<:@default=no@:>@),
[test "$withval" = no || ac_have_alps_emulation=yes],
[ac_have_alps_emulation=no])
AC_ARG_ENABLE(
[cray-emulation],
AS_HELP_STRING(--enable-alps-cray-emulation,Run SLURM in an emulated Cray mode),
AS_HELP_STRING(--enable-alps-cray-emulation,Run Slurm in an emulated Cray mode),
[ case "$enableval" in
yes) ac_have_alps_cray_emulation="yes" ac_have_native_cray="no" ;;
no) ac_have_alps_cray_emulation="no" ;;
Expand All @@ -60,7 +60,7 @@ AC_DEFUN([X_AC_CRAY],
AC_ARG_ENABLE(
[cray-network],
AS_HELP_STRING(--enable-cray-network,Run SLURM on a non-Cray system with a Cray network),
AS_HELP_STRING(--enable-cray-network,Run Slurm on a non-Cray system with a Cray network),
[ case "$enableval" in
yes) ac_have_cray_network="yes" ac_have_native_cray="no" ;;
no) ac_have_cray_network="no" ;;
Expand Down
2 changes: 1 addition & 1 deletion config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
/* Define Slurm installation prefix */
#undef SLURM_PREFIX

/* SLURM Version Number */
/* Slurm Version Number */
#undef SLURM_VERSION_NUMBER

/* Define the project's version string. */
Expand Down
6 changes: 3 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1723,9 +1723,9 @@ Optional Features:
--disable-glibtest do not try to compile and run a test GLIB program
--disable-gtktest do not try to compile and run a test GTK+ program
--enable-alps-cray-emulation
Run SLURM in an emulated Cray mode
Run Slurm in an emulated Cray mode
--disable-native-cray Use ALPS instead of run Slurm natively on a Cray
--enable-cray-network Run SLURM on a non-Cray system with a Cray network
--enable-cray-network Run Slurm on a non-Cray system with a Cray network
--enable-really-no-cray Disable cray support for eslogin machines
--disable-optimizations disable optimizations (sets -O0)
--enable-developer enable developer options (asserts, -Werror - also
Expand Down Expand Up @@ -1786,7 +1786,7 @@ Optional Packages:
--with-rrdtool=PATH Specify path to rrdtool-devel installation
--with-ucx=PATH Build with Unified Communication X library support
--with-libssh2=PATH Specify path to ssh2 installation
--with-alps-emulation Run SLURM against an emulated ALPS system - requires
--with-alps-emulation Run Slurm against an emulated ALPS system - requires
option cray.conf [default=no]
--with-cray_dir=PATH Specify path to Cray file installation - /opt/cray
by default
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ dnl
X_AC_SYSTEMD

dnl
dnl Check for compilation of SLURM auth modules:
dnl Check for compilation of Slurm auth modules:
dnl
X_AC_MUNGE

Expand Down Expand Up @@ -394,12 +394,12 @@ AC_SUBST(UTIL_LIBS)
LIBS="$savedLIBS"

dnl
dnl Check for compilation of SLURM with BLCR support:
dnl Check for compilation of Slurm with BLCR support:
dnl
X_AC_BLCR

dnl
dnl Check for compilation of SLURM with CURL support:
dnl Check for compilation of Slurm with CURL support:
dnl
LIBCURL_CHECK_CONFIG

Expand Down
8 changes: 4 additions & 4 deletions contribs/cray/capmc_resume.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
*****************************************************************************
* Copyright (C) 2016-2017 SchedMD LLC.
*
* This file is part of SLURM, a resource management program.
* This file is part of Slurm, a resource management program.
* For details, see <https://slurm.schedmd.com/>.
* Please also read the included file: DISCLAIMER.
*
* SLURM is free software; you can redistribute it and/or modify it under
* Slurm is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
Expand All @@ -26,13 +26,13 @@
* version. If you delete this exception statement from all source files in
* the program, then also delete it here.
*
* SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
* Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along
* with SLURM; if not, write to the Free Software Foundation, Inc.,
* with Slurm; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/

Expand Down
8 changes: 4 additions & 4 deletions contribs/cray/capmc_suspend.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*****************************************************************************
* Copyright (C) 2016-2017 SchedMD LLC.
*
* This file is part of SLURM, a resource management program.
* This file is part of Slurm, a resource management program.
* For details, see <https://slurm.schedmd.com/>.
* Please also read the included file: DISCLAIMER.
*
* SLURM is free software; you can redistribute it and/or modify it under
* Slurm is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
Expand All @@ -25,13 +25,13 @@
* version. If you delete this exception statement from all source files in
* the program, then also delete it here.
*
* SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
* Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along
* with SLURM; if not, write to the Free Software Foundation, Inc.,
* with Slurm; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/

Expand Down
8 changes: 4 additions & 4 deletions contribs/cray/slurmsmwd/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Copyright (C) 2017 Regents of the University of California
* Written by Douglas Jacobsen <[email protected]>
*
* This file is part of SLURM, a resource management program.
* This file is part of Slurm, a resource management program.
* For details, see <https://slurm.schedmd.com>.
* Please also read the included file: DISCLAIMER.
*
* SLURM is free software; you can redistribute it and/or modify it under
* Slurm is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
Expand All @@ -24,13 +24,13 @@
* version. If you delete this exception statement from all source files in
* the program, then also delete it here.
*
* SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
* Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along
* with SLURM; if not, write to the Free Software Foundation, Inc.,
* with Slurm; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/

Expand Down
8 changes: 4 additions & 4 deletions contribs/cray/slurmsmwd/read_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Copyright (C) 2017 Regents of the University of California
* Written by Douglas Jacobsen <[email protected]>
*
* This file is part of SLURM, a resource management program.
* This file is part of Slurm, a resource management program.
* For details, see <https://slurm.schedmd.com>.
* Please also read the included file: DISCLAIMER.
*
* SLURM is free software; you can redistribute it and/or modify it under
* Slurm is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
Expand All @@ -24,13 +24,13 @@
* version. If you delete this exception statement from all source files in
* the program, then also delete it here.
*
* SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
* Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along
* with SLURM; if not, write to the Free Software Foundation, Inc.,
* with Slurm; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/

Expand Down
8 changes: 4 additions & 4 deletions contribs/cray/slurmsmwd/read_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* Copyright (C) 2017 Regents of the University of California
* Written by Douglas Jacobsen <[email protected]>
*
* This file is part of SLURM, a resource management program.
* This file is part of Slurm, a resource management program.
* For details, see <https://slurm.schedmd.com>.
* Please also read the included file: DISCLAIMER.
*
* SLURM is free software; you can redistribute it and/or modify it under
* Slurm is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
Expand All @@ -25,13 +25,13 @@
* version. If you delete this exception statement from all source files in
* the program, then also delete it here.
*
* SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
* Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along
* with SLURM; if not, write to the Free Software Foundation, Inc.,
* with Slurm; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
\*****************************************************************************/

Expand Down
8 changes: 4 additions & 4 deletions contribs/openlava/bjobs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# Copyright (C) 2015 SchedMD LLC.
# Written by Danny Auble <[email protected]>.
#
# This file is part of SLURM, a resource management program.
# This file is part of Slurm, a resource management program.
# For details, see <https://slurm.schedmd.com/>.
# Please also read the included file: DISCLAIMER.
#
# SLURM is free software; you can redistribute it and/or modify it under
# Slurm is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
Expand All @@ -29,13 +29,13 @@
# version. If you delete this exception statement from all source files in
# the program, then also delete it here.
#
# SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
# Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along
# with SLURM; if not, write to the Free Software Foundation, Inc.,
# with Slurm; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
###############################################################################
Expand Down
8 changes: 4 additions & 4 deletions contribs/openlava/bkill.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
# Copyright (C) 2015 SchedMD LLC.
# Written by Danny Auble <[email protected]>.
#
# This file is part of SLURM, a resource management program.
# This file is part of Slurm, a resource management program.
# For details, see <https://slurm.schedmd.com/>.
# Please also read the included file: DISCLAIMER.
#
# SLURM is free software; you can redistribute it and/or modify it under
# Slurm is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
Expand All @@ -28,13 +28,13 @@
# version. If you delete this exception statement from all source files in
# the program, then also delete it here.
#
# SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
# Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along
# with SLURM; if not, write to the Free Software Foundation, Inc.,
# with Slurm; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
###############################################################################
Expand Down
8 changes: 4 additions & 4 deletions contribs/openlava/bsub.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
# Copyright (C) 2015 SchedMD LLC.
# Written by Danny Auble <[email protected]>.
#
# This file is part of SLURM, a resource management program.
# This file is part of Slurm, a resource management program.
# For details, see <https://slurm.schedmd.com/>.
# Please also read the included file: DISCLAIMER.
#
# SLURM is free software; you can redistribute it and/or modify it under
# Slurm is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
Expand All @@ -28,13 +28,13 @@
# version. If you delete this exception statement from all source files in
# the program, then also delete it here.
#
# SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
# Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along
# with SLURM; if not, write to the Free Software Foundation, Inc.,
# with Slurm; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
###############################################################################
Expand Down
8 changes: 4 additions & 4 deletions contribs/openlava/lsid.pl
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
# Copyright (C) 2015 SchedMD LLC.
# Written by Danny Auble <[email protected]>.
#
# This file is part of SLURM, a resource management program.
# This file is part of Slurm, a resource management program.
# For details, see <https://slurm.schedmd.com/>.
# Please also read the included file: DISCLAIMER.
#
# SLURM is free software; you can redistribute it and/or modify it under
# Slurm is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
Expand All @@ -29,13 +29,13 @@
# version. If you delete this exception statement from all source files in
# the program, then also delete it here.
#
# SLURM is distributed in the hope that it will be useful, but WITHOUT ANY
# Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License along
# with SLURM; if not, write to the Free Software Foundation, Inc.,
# with Slurm; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
###############################################################################
Expand Down
Loading

0 comments on commit 3d7ada7

Please sign in to comment.