diff --git a/DISCLAIMER b/DISCLAIMER index 17fccea5fe97b1367261f75ba2672b350f97f163..5fb615d5edf239fe99adf03cc670e51b7e78efbf 100644 --- a/DISCLAIMER +++ b/DISCLAIMER @@ -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. @@ -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 . 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. diff --git a/auxdir/slurm.m4 b/auxdir/slurm.m4 index c6bc2c7756d43e436b407b81697841fabf0b70b8..48543a6017b76c4f11869b27ff83252f64df585f 100644 --- a/auxdir/slurm.m4 +++ b/auxdir/slurm.m4 @@ -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], [ @@ -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 diff --git a/auxdir/x_ac_cray.m4 b/auxdir/x_ac_cray.m4 index f0c890f2e84f7117a2a8dee6401efbb7db736b06..5fb190b154701ff6e25e060a61f36b5923b9e147 100644 --- a/auxdir/x_ac_cray.m4 +++ b/auxdir/x_ac_cray.m4 @@ -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" ;; @@ -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" ;; diff --git a/config.h.in b/config.h.in index 7c83eac6ec575e0e87aa93c439ba627a7d3bbe19..d0fbecc0cca7f85f594b2babe3e43027b3f857ea 100644 --- a/config.h.in +++ b/config.h.in @@ -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. */ diff --git a/configure b/configure index addb8449fc6aea7dca9ec6251a8eba7b6fc1e45f..ccaa9088e002f545b783413bd6f95c62d5ba8cf9 100755 --- a/configure +++ b/configure @@ -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 @@ -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 diff --git a/configure.ac b/configure.ac index 4b536c360789c1e6c320b5da13a41037d7457e88..2be53c76cb714c8aae330dc08ce502275bbe9ab5 100644 --- a/configure.ac +++ b/configure.ac @@ -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 @@ -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 diff --git a/contribs/cray/capmc_resume.c b/contribs/cray/capmc_resume.c index 61f2f88fd75b59298e02d7c6b8845a8034ad5127..29a86174914069674ce824f1db76ae878cd82bbb 100644 --- a/contribs/cray/capmc_resume.c +++ b/contribs/cray/capmc_resume.c @@ -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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/contribs/cray/capmc_suspend.c b/contribs/cray/capmc_suspend.c index 8af297eca7ae1bedef8f2a15be466fca144b87b9..afcc2a4061646d9f3406dbada4c1b7b66d4560a3 100644 --- a/contribs/cray/capmc_suspend.c +++ b/contribs/cray/capmc_suspend.c @@ -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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/contribs/cray/slurmsmwd/main.c b/contribs/cray/slurmsmwd/main.c index 8d405b29169efd0c7b7ec9df3b06f651519156af..129dac4f2b195067a87cc859acb47bc89bf94637 100644 --- a/contribs/cray/slurmsmwd/main.c +++ b/contribs/cray/slurmsmwd/main.c @@ -4,11 +4,11 @@ * Copyright (C) 2017 Regents of the University of California * Written by Douglas Jacobsen * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/contribs/cray/slurmsmwd/read_config.c b/contribs/cray/slurmsmwd/read_config.c index dddbbc2f7a9c67169a6bae5ff9697885ec813ea8..aa1e68df6582eafafa05fee503e8e950d615d1ba 100644 --- a/contribs/cray/slurmsmwd/read_config.c +++ b/contribs/cray/slurmsmwd/read_config.c @@ -4,11 +4,11 @@ * Copyright (C) 2017 Regents of the University of California * Written by Douglas Jacobsen * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/contribs/cray/slurmsmwd/read_config.h b/contribs/cray/slurmsmwd/read_config.h index 09ac297ca2c11f3974bb890cb7a1a139ba92067d..97849fe88456a32d2e35cfd0163f4b34dec2d7f8 100644 --- a/contribs/cray/slurmsmwd/read_config.h +++ b/contribs/cray/slurmsmwd/read_config.h @@ -5,11 +5,11 @@ * Copyright (C) 2017 Regents of the University of California * Written by Douglas Jacobsen * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/contribs/openlava/bjobs.pl b/contribs/openlava/bjobs.pl index bb6f657e72e4fec0931d4bbeba092cdd5c83d6d2..52d25aaa141c44fedd268ca1a6813b96e6c6dfd3 100644 --- a/contribs/openlava/bjobs.pl +++ b/contribs/openlava/bjobs.pl @@ -9,11 +9,11 @@ # Copyright (C) 2015 SchedMD LLC. # Written by Danny Auble . # -# This file is part of SLURM, a resource management program. +# This file is part of Slurm, a resource management program. # For details, see . # 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. @@ -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. # ############################################################################### diff --git a/contribs/openlava/bkill.pl b/contribs/openlava/bkill.pl index d75fb17ca7665e324c1bb634f8ebb0d695ab4426..9349c1308f1098db6a13bd6004cb9c6f9db5d962 100644 --- a/contribs/openlava/bkill.pl +++ b/contribs/openlava/bkill.pl @@ -8,11 +8,11 @@ # Copyright (C) 2015 SchedMD LLC. # Written by Danny Auble . # -# This file is part of SLURM, a resource management program. +# This file is part of Slurm, a resource management program. # For details, see . # 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. @@ -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. # ############################################################################### diff --git a/contribs/openlava/bsub.pl b/contribs/openlava/bsub.pl index 73ba522cc2c425fe231ea9f26cf7c869cdb4ef78..6c6ff1b11a08fdc6f59bd904c931e158592ff263 100644 --- a/contribs/openlava/bsub.pl +++ b/contribs/openlava/bsub.pl @@ -8,11 +8,11 @@ # Copyright (C) 2015 SchedMD LLC. # Written by Danny Auble . # -# This file is part of SLURM, a resource management program. +# This file is part of Slurm, a resource management program. # For details, see . # 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. @@ -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. # ############################################################################### diff --git a/contribs/openlava/lsid.pl b/contribs/openlava/lsid.pl index 2ea0345bf2183b472e50bc75860d01c3a1f1c8ad..0e43e16929b3ca5ca323c95d71cc39f624a17386 100644 --- a/contribs/openlava/lsid.pl +++ b/contribs/openlava/lsid.pl @@ -9,11 +9,11 @@ # Copyright (C) 2015 SchedMD LLC. # Written by Danny Auble . # -# This file is part of SLURM, a resource management program. +# This file is part of Slurm, a resource management program. # For details, see . # 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. @@ -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. # ############################################################################### diff --git a/contribs/pam/pam_slurm.c b/contribs/pam/pam_slurm.c index 6131a01c3371cc8b18304e9c28896d4b72bea0ad..fe2d4921c9ba66ebbf477fb414237f7ab065512d 100644 --- a/contribs/pam/pam_slurm.c +++ b/contribs/pam/pam_slurm.c @@ -8,7 +8,7 @@ * * Written by Chris Dunlap * and Jim Garlick - * modified for SLURM by Moe Jette . + * modified for Slurm by Moe Jette . * * This file is part of pam_slurm, a PAM module for restricting access to * the compute nodes within a cluster based on information obtained from @@ -230,7 +230,7 @@ _parse_args(struct _options *opts, int argc, const char **argv) /* * Return 1 if 'hostname' is a member of 'str', a SLURM-style host list as - * returned by SLURM database queries, else 0. The 'str' argument is + * returned by Slurm database queries, else 0. The 'str' argument is * truncated to the base prefix as a side-effect. */ static int @@ -288,7 +288,7 @@ _gethostname_short (char *name, size_t len) /* - * Query the SLURM database to find out if 'uid' has been allocated + * Query the Slurm database to find out if 'uid' has been allocated * this node. If so, return 1 indicating that 'uid' is authorized to * this node else return 0. */ diff --git a/contribs/pam_slurm_adopt/helper.c b/contribs/pam_slurm_adopt/helper.c index 1ace1447abb344e6ba77165436088f99b8908750..9c3e202a87c9278ef26f5df19fdebee268e55415 100644 --- a/contribs/pam_slurm_adopt/helper.c +++ b/contribs/pam_slurm_adopt/helper.c @@ -10,7 +10,7 @@ * * Written by Chris Dunlap * and Jim Garlick - * modified for SLURM by Moe Jette . + * modified for Slurm by Moe Jette . * * This file is part of pam_slurm, a PAM module for restricting access to * the compute nodes within a cluster based on information obtained from diff --git a/contribs/pam_slurm_adopt/pam_slurm_adopt.c b/contribs/pam_slurm_adopt/pam_slurm_adopt.c index 059a28bd2f937c5f09bae3516c3ceb59f7c22ff2..8c17bdfdebb537707b3a8089f01b7e7d3bd04882 100644 --- a/contribs/pam_slurm_adopt/pam_slurm_adopt.c +++ b/contribs/pam_slurm_adopt/pam_slurm_adopt.c @@ -4,11 +4,11 @@ * Copyright (C) 2015, Brigham Young University * Author: Ryan Cox * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/contribs/pmi2/testpmi2.c b/contribs/pmi2/testpmi2.c index f623d23f04c69df49b9a157f15178fcc1aa156d0..bbfb78824e8eb35e8894c0ca1b7fbe6eee7ab0b8 100644 --- a/contribs/pmi2/testpmi2.c +++ b/contribs/pmi2/testpmi2.c @@ -5,11 +5,11 @@ * Copyright (C) 2014 SchedMD LLC * Written by David Bigagli * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #include diff --git a/contribs/sgi/netloc_to_topology.c b/contribs/sgi/netloc_to_topology.c index 33f3919d01112ffc8104d5485453767aa92527dc..576be3d68895844cbbc3341256653e32238cd800 100644 --- a/contribs/sgi/netloc_to_topology.c +++ b/contribs/sgi/netloc_to_topology.c @@ -705,7 +705,7 @@ int save_topology_data_to_file() // print hypercube topology configuration information for reference fprintf(f,"#############################################################" - "#####\n# SLURM's network topology configuration file for use with the" + "#####\n# Slurm's network topology configuration file for use with the" " topology/hypercube plugin\n#########################################" "#########################\n# Hypcube topology information:\n# Maximum " "Number of Dimensions: %d \n# Maximum Number of Nodes per Switch: %d\n" diff --git a/contribs/spank_core.c b/contribs/spank_core.c index 18c3dfd55ba76af159b9220fc1cb1d62e9cd8157..d65fa7e5685383692e2b7a59fbe7346db8aa7f0a 100644 --- a/contribs/spank_core.c +++ b/contribs/spank_core.c @@ -75,7 +75,7 @@ struct core_format_info core_types[] = { }; /* - * All spank plugins must define this macro for the SLURM plugin loader. + * All spank plugins must define this macro for the Slurm plugin loader. */ SPANK_PLUGIN(core, 1) diff --git a/contribs/spank_direct_io.c b/contribs/spank_direct_io.c index 139acbefd3d4a53952b01d34f7a55da48f569a8b..33b3ea7c83c50f855d7ba29db22979842ad1efec 100644 --- a/contribs/spank_direct_io.c +++ b/contribs/spank_direct_io.c @@ -39,7 +39,7 @@ #include /* - * All spank plugins must define this macro for the SLURM plugin loader. + * All spank plugins must define this macro for the Slurm plugin loader. */ SPANK_PLUGIN(direct-io, 1) diff --git a/contribs/time_login.c b/contribs/time_login.c index 0f9e1c0b0e29764e18c243a529e8ad419783e5ba..20fb6f01af300af6451a01011495909bd1879279 100644 --- a/contribs/time_login.c +++ b/contribs/time_login.c @@ -8,7 +8,7 @@ * Users indentified for whom the pseudo-login takes too long will not * have their environment variables set by Moab on job submit, which * relies upon the srun "--get-user-env" option to get this information. - * See SLURM's env_array_user_default() code in src/common/env.c. + * See Slurm's env_array_user_default() code in src/common/env.c. * This option is presently used only by Moab. ***************************************************************************** * Copyright (C) 2007 The Regents of the University of California. @@ -16,11 +16,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -36,13 +36,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. \*****************************************************************************/ #include diff --git a/contribs/torque/generate_pbs_nodefile.pl b/contribs/torque/generate_pbs_nodefile.pl index ed364f619170352ed1ee9ef2da6f5dea3b4d5387..98e1743882376b2a5c7bc9bae3fc90d3af2a48df 100755 --- a/contribs/torque/generate_pbs_nodefile.pl +++ b/contribs/torque/generate_pbs_nodefile.pl @@ -6,7 +6,7 @@ # Licensed 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. # -# Uses SLURM environment variables to produce a $PBS_NODEFILE -style +# Uses Slurm environment variables to produce a $PBS_NODEFILE -style # output file. The output goes in a temporary file and the name of # the file is printed on stdout. Intended usage is: # export PBS_NODEFILE=`generate_pbs_nodefile` diff --git a/contribs/torque/mpiexec.pl b/contribs/torque/mpiexec.pl index 96ec1874c0e03d2b37b994d8d8376ad32c192df3..1eeb9775c3a2f982f044060ac3a5c2514f45d9e3 100755 --- a/contribs/torque/mpiexec.pl +++ b/contribs/torque/mpiexec.pl @@ -10,11 +10,11 @@ # Written by Danny Auble . # 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 . # 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. @@ -30,13 +30,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. # ############################################################################### diff --git a/contribs/torque/pbsnodes.pl b/contribs/torque/pbsnodes.pl index 06e337034277070a2e7a123df87a169c68c05665..2103df3331af8b9540722ad43ebe6eecf5ac64a0 100755 --- a/contribs/torque/pbsnodes.pl +++ b/contribs/torque/pbsnodes.pl @@ -11,11 +11,11 @@ # CODE-OCEC-09-009. All rights reserved. # Additions by Troy Baer # -# This file is part of SLURM, a resource management program. +# This file is part of Slurm, a resource management program. # For details, see . # 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. @@ -31,13 +31,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. # # Based off code with permission copyright 2006, 2007 Cluster Resources, Inc. @@ -169,10 +169,10 @@ Main: # how to get list of jobs on node efficiently? } - # this isn't really defined in SLURM, so I am not sure how to get it + # this isn't really defined in Slurm, so I am not sure how to get it my $load; - # mangle SLURM states into PBS equivs + # mangle Slurm states into PBS equivs my $pbsstate = $state; $pbsstate =~ s/drained/offline/g; $pbsstate =~ s/idle/free/g; diff --git a/contribs/torque/qdel.pl b/contribs/torque/qdel.pl index 13a1e671815849bd2bfb4ac6888bf30988c13e64..bf2b42ff875efdeb00752d5bfedfc2589fe7452a 100755 --- a/contribs/torque/qdel.pl +++ b/contribs/torque/qdel.pl @@ -10,11 +10,11 @@ # Written by Danny Auble . # 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 . # 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. @@ -30,13 +30,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. # # Based off code with permission copyright 2006, 2007 Cluster Resources, Inc. diff --git a/contribs/torque/qhold.pl b/contribs/torque/qhold.pl index 00cd70d1632c6c32444e59203f8bfba2608f3aa1..dfc5e70adfbf51342f2eb24b447474ea20a44f7d 100755 --- a/contribs/torque/qhold.pl +++ b/contribs/torque/qhold.pl @@ -11,11 +11,11 @@ # Written by Danny Auble . # 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 . # 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. @@ -31,13 +31,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. # # Based off code with permission copyright 2006, 2007 Cluster Resources, Inc. diff --git a/contribs/torque/qrerun.pl b/contribs/torque/qrerun.pl index 4d38b6abd338ebb4e1f564e03d633b27c59a5912..aefb261f7e5ffd3365c99ffe95b5e4961acbed48 100755 --- a/contribs/torque/qrerun.pl +++ b/contribs/torque/qrerun.pl @@ -4,11 +4,11 @@ # qrerun - PBS wrapper to cancel and resubmit a job # ############################################################################### -# This file is part of SLURM, a resource management program. +# This file is part of Slurm, a resource management program. # For details, see . # 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. @@ -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. # # Based off code with permission copyright 2006, 2007 Cluster Resources, Inc. diff --git a/contribs/torque/qrls.pl b/contribs/torque/qrls.pl index 55feebc5961a962fe94f92b7788eedc59cf99773..fd322622a51f7a0d57a6e1a5baae5e1b326c80be 100755 --- a/contribs/torque/qrls.pl +++ b/contribs/torque/qrls.pl @@ -10,11 +10,11 @@ # Written by Danny Auble . # 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 . # 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. @@ -30,13 +30,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. # # Based off code with permission copyright 2006, 2007 Cluster Resources, Inc. diff --git a/contribs/torque/qstat.pl b/contribs/torque/qstat.pl index d3fcd2417d9559af7c8ac7d300b7e227d08c0325..e11efe0bd265f73345ddc8be0179f2c75a160d4c 100755 --- a/contribs/torque/qstat.pl +++ b/contribs/torque/qstat.pl @@ -10,11 +10,11 @@ # Written by Danny Auble . # 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 . # 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. @@ -30,13 +30,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. # # Based off code with permission copyright 2006, 2007 Cluster Resources, Inc. diff --git a/contribs/torque/qsub.pl b/contribs/torque/qsub.pl index cb82d33ec646c73020bdb3125979e5523485f0e4..3b836dbe9c8bbb8ffff999e696d13ff94b4f27d6 100755 --- a/contribs/torque/qsub.pl +++ b/contribs/torque/qsub.pl @@ -11,11 +11,11 @@ # Written by Danny Auble . # 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 . # 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. @@ -31,13 +31,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. # ############################################################################### @@ -408,7 +408,7 @@ if ($interactive) { $job_id= $spcommand_output[$#spcommand_output]; print "$job_id\n"; } else { - print("There was an error running the SLURM sbatch command.\n" . + print("There was an error running the Slurm sbatch command.\n" . "The command was:\n" . "'$command'\n" . "and the output was:\n" . @@ -490,7 +490,7 @@ sub parse_resource_list { # If needed, un-protect the walltime string. if ($opt{walltime}) { $opt{walltime} =~ s/(\d{1,2})h(\d{2})m(\d{2})s/$1:$2:$3/; -# Convert to minutes for SLURM. +# Convert to minutes for Slurm. $opt{walltime} = get_minutes($opt{walltime}); } diff --git a/doc/html/acct_gather_profile_plugins.shtml b/doc/html/acct_gather_profile_plugins.shtml index ae52d5944473e3e3487365176b3533c00e6e0267..2c8032361cd8d6a08093cd99924ada15fd29745e 100644 --- a/doc/html/acct_gather_profile_plugins.shtml +++ b/doc/html/acct_gather_profile_plugins.shtml @@ -104,8 +104,8 @@ implemented must be stubbed.

Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

diff --git a/doc/html/authplugins.shtml b/doc/html/authplugins.shtml index a13346edb9af8029605df098a67750d2c47dfa8c..e38c963d5ab54140f30ebb95811064f3434bca5d 100644 --- a/doc/html/authplugins.shtml +++ b/doc/html/authplugins.shtml @@ -4,7 +4,7 @@

Overview

This document describes Slurm authentication plugins and the API that defines -them. It is intended as a resource to programmers wishing to write their own SLURM +them. It is intended as a resource to programmers wishing to write their own Slurm authentication plugins.

Slurm authentication plugins are Slurm plugins that implement the Slurm authentication API described herein. They must conform to the Slurm Plugin API with the following @@ -91,8 +91,8 @@ be stubbed.

Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

diff --git a/doc/html/checkpoint_plugins.shtml b/doc/html/checkpoint_plugins.shtml index b001cec4b071798b97836af4c8f46524b0c69266..fc6c77d759d22dd28d9966b6ac5b10619284415b 100644 --- a/doc/html/checkpoint_plugins.shtml +++ b/doc/html/checkpoint_plugins.shtml @@ -4,10 +4,10 @@

Overview

This document describes Slurm job checkpoint plugins and the API that defines -them. It is intended as a resource to programmers wishing to write their own SLURM +them. It is intended as a resource to programmers wishing to write their own Slurm job checkpoint plugins.

-

Slurm job checkpoint plugins are Slurm plugins that implement the SLURM +

Slurm job checkpoint plugins are Slurm plugins that implement the Slurm API for checkpointing and restarting jobs. The plugins must conform to the Slurm Plugin API with the following specifications:

@@ -79,8 +79,8 @@ be stubbed.

Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

diff --git a/doc/html/job_container_plugins.shtml b/doc/html/job_container_plugins.shtml index 26a573b9b3cd011706fbf88b45fa3934d53f2206..640f7ca1e18ef76ce92422bf7aef765654990898 100644 --- a/doc/html/job_container_plugins.shtml +++ b/doc/html/job_container_plugins.shtml @@ -54,7 +54,7 @@ enumerated errno to allow Slurm to discover as practically as possible the reason for any failed API call. These values must not be used as return values in integer-valued functions in the API. -The proper error return value from integer-valued functions is Slurm_ERROR. +The proper error return value from integer-valued functions is SLURM_ERROR. The implementation should endeavor to provide useful and pertinent information by whatever means is practical. Successful API calls are not required to reset errno to a known value.

@@ -81,8 +81,8 @@ be stubbed.

Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

@@ -93,8 +93,8 @@ The caller should ensure that the valid

Argument: job_id    (input) Job ID.

-

Returns: Slurm_SUCCESS if successful. On failure, -the plugin should return Slurm_ERROR and set the errno to an appropriate value +

Returns: SLURM_SUCCESS if successful. On failure, +the plugin should return SLURM_ERROR and set the errno to an appropriate value to indicate the reason for failure.

int container_p_add_cont (uint32_t job_id, uint64_t cont_id);

@@ -105,8 +105,8 @@ container (PAGG) to a given job's container.

Job ID.
cont_id    (input) Process tracking container value as set by the proctrack plugin.

-

Returns: Slurm_SUCCESS if successful. On failure, -the plugin should return Slurm_ERROR and set the errno to an appropriate value +

Returns: SLURM_SUCCESS if successful. On failure, +the plugin should return SLURM_ERROR and set the errno to an appropriate value to indicate the reason for failure.

int container_p_add_pid (uint32_t job_id, pid_t pid, uid_t uid);

@@ -120,8 +120,8 @@ Job ID.
Process ID.
uid    (input) Owning user ID.

-

Returns: Slurm_SUCCESS if successful. On failure, -the plugin should return Slurm_ERROR and set the errno to an appropriate value +

Returns: SLURM_SUCCESS if successful. On failure, +the plugin should return SLURM_ERROR and set the errno to an appropriate value to indicate the reason for failure.

int container_p_delete (uint32_t job_id);

@@ -132,8 +132,8 @@ needed.

Arguments: job_id    (input) Job ID.

-

Returns: Slurm_SUCCESS if successful. On failure, -the plugin should return Slurm_ERROR and set the errno to an appropriate value +

Returns: SLURM_SUCCESS if successful. On failure, +the plugin should return SLURM_ERROR and set the errno to an appropriate value to indicate the reason for failure.

void container_p_reconfig (void);

diff --git a/doc/html/jobcompplugins.shtml b/doc/html/jobcompplugins.shtml index 9c71a5c0de495e144c7198ca0927730e5bd21cab..fb62afccddf8206370cc0c5f910d789bdd9d6c22 100644 --- a/doc/html/jobcompplugins.shtml +++ b/doc/html/jobcompplugins.shtml @@ -4,9 +4,9 @@

Overview

This document describes Slurm job completion logging plugins and the API that defines -them. It is intended as a resource to programmers wishing to write their own SLURM +them. It is intended as a resource to programmers wishing to write their own Slurm job completion logging plugins.

-

Slurm job completion logging plugins are Slurm plugins that implement the SLURM +

Slurm job completion logging plugins are Slurm plugins that implement the Slurm API for logging job information upon their completion. This may be used to log job information to a text file, database, etc. The plugins must conform to the Slurm Plugin API with the following specifications:

@@ -79,8 +79,8 @@ SLURM_SUCCESS.

Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

diff --git a/doc/html/mcs_plugins.shtml b/doc/html/mcs_plugins.shtml index 0c7c9a9578673bc235ef2d52b3c64239cb3052c4..8f6b1d33255ff0e2d3a67bbfacdf43c2c8ffcf67 100644 --- a/doc/html/mcs_plugins.shtml +++ b/doc/html/mcs_plugins.shtml @@ -65,8 +65,8 @@ implemented must be stubbed.

Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

diff --git a/doc/html/mpi_guide.shtml b/doc/html/mpi_guide.shtml index d3593e7d92f1836575ce365c926ffc86fb34af9b..9f059dbdc2ca594b086782cc921dbb9f2851c85f 100644 --- a/doc/html/mpi_guide.shtml +++ b/doc/html/mpi_guide.shtml @@ -302,7 +302,7 @@ PMIx plugin: directories.
  • SLURM_PMIX_DIRECT_CONN (default - yes) enables (1/yes/true) or disables (0/no/false) controls wheter direct connections between slurmstepd's -are astablished or SLURM RPCs are used for data exchange. Direct connection +are astablished or Slurm RPCs are used for data exchange. Direct connection shows better performanse for fully-packed nodes when PMIx is running in the direct-modex mode. diff --git a/doc/html/mpiplugins.shtml b/doc/html/mpiplugins.shtml index 08b892e9765578c1b5a36fab7b13dcc6412a448b..8a9bdb0c3a282de30f628dfe2770c7cb1cd77396 100644 --- a/doc/html/mpiplugins.shtml +++ b/doc/html/mpiplugins.shtml @@ -4,7 +4,7 @@

    Overview

    This document describes Slurm MPI selection plugins and the API that defines -them. It is intended as a resource to programmers wishing to write their own SLURM +them. It is intended as a resource to programmers wishing to write their own Slurm node selection plugins.

    Slurm MPI selection plugins are Slurm plugins that implement the which version of @@ -86,8 +86,8 @@ be stubbed.

    Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

    diff --git a/doc/html/proctrack_plugins.shtml b/doc/html/proctrack_plugins.shtml index dd4e9bc52df1cd797035a05fb3c79ee6cbd8a6f5..650cccdeaa952c2c277a954d89be34f7212b51d4 100644 --- a/doc/html/proctrack_plugins.shtml +++ b/doc/html/proctrack_plugins.shtml @@ -93,8 +93,8 @@ be stubbed.

    Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

    diff --git a/doc/html/qos.shtml b/doc/html/qos.shtml index 9e2ae1aeb53ba583f3acbd689da98c1115923645..05482540c4cace29d6d830f0c02c15015d4937bd 100644 --- a/doc/html/qos.shtml +++ b/doc/html/qos.shtml @@ -27,7 +27,7 @@ utility.

    Job scheduling priority is made up of a number of factors as described in the priority/multifactor plugin. One -of the factors is the QOS priority. Each QOS is defined in the SLURM +of the factors is the QOS priority. Each QOS is defined in the Slurm database and includes an associated priority. Jobs that request and are permitted a QOS will incorporate the priority associated with that QOS in the job's The QOS can be assigned (using sacctmgr) a list of other QOS's that it can preempt. When there is a queued job with a QOS that -is allowed to preempt a running job of another QOS, the SLURM +is allowed to preempt a running job of another QOS, the Slurm scheduler will preempt the running job.

    @@ -67,7 +67,7 @@ scheduler will preempt the running job.

    Each QOS is assigned a set of limits which will be applied to the job. The limits mirror the limits imposed by the -user/account/cluster/partition association defined in the SLURM +user/account/cluster/partition association defined in the Slurm database and described in the Resource Limits section. When limits for a QOS have been defined, they will take precedence over the association's limits. diff --git a/doc/html/route_plugin.shtml b/doc/html/route_plugin.shtml index daedf2a02dca766f7c73945b8b92d404b96bedd9..9c3e1fb2d47a9d7cf2c09ab0833dc79b2e34a29c 100644 --- a/doc/html/route_plugin.shtml +++ b/doc/html/route_plugin.shtml @@ -75,8 +75,8 @@ Functions which are not implemented should be stubbed.

    Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

    diff --git a/doc/html/schedplugins.shtml b/doc/html/schedplugins.shtml index 2c649eb07ad019de6456f497c9204fdef19860dc..3fd313c3bae3f2b211f9d2588a00b23685677e04 100644 --- a/doc/html/schedplugins.shtml +++ b/doc/html/schedplugins.shtml @@ -4,7 +4,7 @@

    Overview

    This document describe. Slurm scheduler plugins and the API that defines -them. It is intended as a resource to programmers wishing to write their own SLURM +them. It is intended as a resource to programmers wishing to write their own Slurm scheduler plugins.

    It is noteworthy that two different models are used for job scheduling. @@ -86,8 +86,8 @@ be stubbed.

    Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

    diff --git a/doc/html/selectplugins.shtml b/doc/html/selectplugins.shtml index 45b130dbb9e96fda9f1b51e1674883c4089cbef4..14940223b2542866e32fa0d71db76a75e2ff585c 100644 --- a/doc/html/selectplugins.shtml +++ b/doc/html/selectplugins.shtml @@ -4,7 +4,7 @@

    Overview

    This document describe. Slurm resource selection plugins and the API that defines -them. It is intended as a resource to programmers wishing to write their own SLURM +them. It is intended as a resource to programmers wishing to write their own Slurm node selection plugins.

    Slurm node selection plugins are Slurm plugins that implement the Slurm node selection @@ -122,8 +122,8 @@ be stubbed.

    Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

    diff --git a/doc/html/slurmctld_plugstack.shtml b/doc/html/slurmctld_plugstack.shtml index 0dc53285dec6621ed5b00c5f4bc9b2cea1ea6073..75a62010def80df9d8a09528f5d52d7ce6b47a54 100644 --- a/doc/html/slurmctld_plugstack.shtml +++ b/doc/html/slurmctld_plugstack.shtml @@ -59,8 +59,8 @@ in other Slurm functions used by the plugin.

    Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

    diff --git a/doc/html/switchplugins.shtml b/doc/html/switchplugins.shtml index 9cf1a3dfbf33ee35a188b149c24c5c7902cc2e57..c3b8b426aae6425d1ea22283971c3f375b2f5701 100644 --- a/doc/html/switchplugins.shtml +++ b/doc/html/switchplugins.shtml @@ -4,7 +4,7 @@

    Overview

    This document describe. Slurm switch (interconnect) plugins and the API that defines -them. It is intended as a resource to programmers wishing to write their own SLURM +them. It is intended as a resource to programmers wishing to write their own Slurm switch plugins. Note that many of the API functions are used only by one of the daemons. For example the slurmctld daemon builds a job step's switch credential @@ -91,8 +91,8 @@ be stubbed.

    Note: These init and fini functions are not the same as those described in the dlopen (3) system library. The C run-time system co-opts those symbols for its own initialization. -The system _init() is called before the SLURM -init(), and the SLURM +The system _init() is called before the Slurm +init(), and the Slurm fini() is called before the system's _fini().

    diff --git a/doc/html/testimonials.shtml b/doc/html/testimonials.shtml index 8776595cb5c7a3cfbb759093511573fbf663cbaa..621d49f4f8bfb96e59c865931b1bf6da95c98fa8 100644 --- a/doc/html/testimonials.shtml +++ b/doc/html/testimonials.shtml @@ -6,10 +6,10 @@ "With Oxford providing HPC not just to researchers within the University, but to local businesses and in collaborative projects, -such as the T2K and NQIT projects, the SLURM scheduler really was the +such as the T2K and NQIT projects, the Slurm scheduler really was the best option to ensure different service level agreements can be supported. If you look at the Top500 list of the World's fastest -supercomputers, they're now starting to move to SLURM. The scheduler +supercomputers, they're now starting to move to Slurm. The scheduler was specifically requested by the University to support GPUs and the heterogeneous estate of different CPUs, which the previous TORQUE scheduler couldn't, so this forms quite an important part of the @@ -59,7 +59,7 @@ Aaron Knister, Environmental Protection Agency "Today our largest IBM computers, BlueGene/L and Purple, ranked #1 and #3 -respectively on the November 2005 Top500 list, use SLURM. +respectively on the November 2005 Top500 list, use Slurm. This decision reduces large job launch times from tens of minutes to seconds. This effectively provides us with millions of dollars with of additional compute resources without diff --git a/slurm/slurm.h.in b/slurm/slurm.h.in index 010378f31a7b6427b4dd7007fa1e82b3eaa10d3d..8960d7527e91300a4eb7a7f441f95c539402f899 100644 --- a/slurm/slurm.h.in +++ b/slurm/slurm.h.in @@ -1,5 +1,5 @@ /*****************************************************************************\ - * slurm.h - Definitions for all of the SLURM RPCs + * slurm.h - Definitions for all of the Slurm RPCs ***************************************************************************** * Copyright (C) 2002-2007 The Regents of the University of California. * Copyright (C) 2008-2010 Lawrence Livermore National Security. @@ -10,11 +10,11 @@ * Written by Morris Jette , et. al. * 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 . * 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. @@ -30,13 +30,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. \*****************************************************************************/ @@ -130,7 +130,7 @@ typedef struct sbcast_cred sbcast_cred_t; /* opaque data type */ /*****************************************************************************\ * DEFINITIONS FOR VERSION MANAGEMENT \*****************************************************************************/ -/* Define SLURM version number. +/* Define Slurm version number. * High-order byte is major version. * Middle byte is minor version. * Low-order byte is micro version (NOTE: excludes "-pre#" component @@ -1471,7 +1471,7 @@ typedef struct job_descriptor { /* For submit, allocate, and update requests */ uint32_t group_id; /* group to assume, if run as root. */ uint16_t immediate; /* 1 if allocate to run or fail immediately, * 0 if to be queued awaiting resources */ - uint32_t job_id; /* job ID, default set by SLURM */ + uint32_t job_id; /* job ID, default set by Slurm */ char * job_id_str; /* string representation of the jobid */ uint16_t kill_on_node_fail; /* 1 if node failure to kill job, * 0 otherwise,default=1 */ @@ -1495,7 +1495,7 @@ typedef struct job_descriptor { /* For submit, allocate, and update requests */ uint8_t overcommit; /* over subscribe resources, for batch only */ uint32_t pack_job_offset; /* pack job index */ char *partition; /* name of requested partition, - * default in SLURM config */ + * default in Slurm config */ uint16_t plane_size; /* plane size when task_dist = SLURM_DIST_PLANE */ uint8_t power_flags; /* power management flags, @@ -1590,7 +1590,7 @@ typedef struct job_descriptor { /* For submit, allocate, and update requests */ /* End of Blue Gene specific values */ uint32_t req_switch; /* Minimum number of switches */ dynamic_plugin_data_t *select_jobinfo; /* opaque data type, - * SLURM internal use only */ + * Slurm internal use only */ char *std_err; /* pathname of stderr */ char *std_in; /* pathname of stdin */ char *std_out; /* pathname of stdout */ @@ -2201,9 +2201,9 @@ typedef struct node_info_msg { uint32_t node_scaling; /* the amount of nodes per each record used for systems like bluegene - where SLURM handles a + where Slurm handles a bluegene midplane as a - single SLURM node. */ + single Slurm node. */ uint32_t record_count; /* number of records */ node_info_t *node_array; /* the node records */ } node_info_msg_t; @@ -3337,14 +3337,14 @@ extern int slurm_allocation_lookup(uint32_t job_id, extern int slurm_pack_job_lookup(uint32_t jobid, List *resp); /* - * slurm_read_hostfile - Read a SLURM hostfile specified by "filename". - * "filename" must contain a list of SLURM NodeNames, one per line. + * slurm_read_hostfile - Read a Slurm hostfile specified by "filename". + * "filename" must contain a list of Slurm NodeNames, one per line. * Reads up to "n" number of hostnames from the file. Returns a * string representing a hostlist ranged string of the contents of * the file. This is a helper function, it does not contact any - * SLURM daemons. + * Slurm daemons. * - * IN filename - name of SLURM Hostlist file to be read. + * IN filename - name of Slurm Hostlist file to be read. * IN n - number of NodeNames required * RET - a string representing the hostlist. Returns NULL if there are * fewer than "n" hostnames in the file, or if an error occurs. @@ -3744,7 +3744,7 @@ extern void slurm_step_launch_fwd_wake(slurm_step_ctx_t *ctx); /* * Specify the plugin name to be used. This may be needed to specify the - * non-default MPI plugin when using SLURM API to launch tasks. + * non-default MPI plugin when using Slurm API to launch tasks. * IN plugin name - "none", "pmi2", etc. * RET SLURM_SUCCESS or SLURM_ERROR (with errno set) */ @@ -3755,7 +3755,7 @@ extern int slurm_mpi_plugin_init(char *plugin_name); \*****************************************************************************/ /* - * slurm_api_version - Return a single number reflecting the SLURM API's + * slurm_api_version - Return a single number reflecting the Slurm API's * version number. Use the macros SLURM_VERSION_NUM, SLURM_VERSION_MAJOR, * SLURM_VERSION_MINOR, and SLURM_VERSION_MICRO to work with this value * RET API's version number diff --git a/slurm/slurm_errno.h b/slurm/slurm_errno.h index 0193b99082888c5185bcd65bc7d21a52add0ff57..d8885b68ddf31f2671fbc326a2ebc38df947a8d5 100644 --- a/slurm/slurm_errno.h +++ b/slurm/slurm_errno.h @@ -8,11 +8,11 @@ * Jim Garlick , et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ #ifndef _SLURM_ERRNO_H @@ -251,7 +251,7 @@ enum { ESCRIPT_OPEN_OUTPUT_FAILED, ESCRIPT_NON_ZERO_RETURN, - /* socket specific SLURM communications error */ + /* socket specific Slurm communications error */ SLURM_PROTOCOL_SOCKET_IMPL_ZERO_RECV_LENGTH = 5000, SLURM_PROTOCOL_SOCKET_IMPL_NEGATIVE_RECV_LENGTH, SLURM_PROTOCOL_SOCKET_IMPL_NOT_ALL_DATA_SENT, diff --git a/slurm/slurmdb.h b/slurm/slurmdb.h index 1dbd423c3dc4b61c67fb527197f8a05715e73af2..ce781205f655ecbae373e1e80f0c8635fd200aa1 100644 --- a/slurm/slurmdb.h +++ b/slurm/slurmdb.h @@ -6,11 +6,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ #ifndef _SLURMDB_H diff --git a/slurm/smd_ns.h b/slurm/smd_ns.h index 7ca7e0907131b1693a24a40be858a5c123876977..5dd42065e08883ae295ee126025b4dce8764403b 100644 --- a/slurm/smd_ns.h +++ b/slurm/smd_ns.h @@ -4,11 +4,11 @@ * Copyright (C) 2013-2014 SchedMD LLC * Written by Morris Jette and David Bigagli (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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/slurm/spank.h b/slurm/spank.h index cedd92d968001814abf142d4b676bb4bda5798d1..32cdcc7b9cadd0d619a7b2672770c18a16a7276a 100644 --- a/slurm/spank.h +++ b/slurm/spank.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * 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 . * 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. @@ -26,19 +26,19 @@ * 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. \*****************************************************************************/ #ifndef SPANK_H #define SPANK_H -/* SPANK handle. Plug-in's context for running SLURM job +/* SPANK handle. Plug-in's context for running Slurm job */ typedef struct spank_handle * spank_t; @@ -132,8 +132,8 @@ extern spank_f slurm_spank_exit; enum spank_item { S_JOB_UID, /* User id (uid_t *) */ S_JOB_GID, /* Primary group id (gid_t *) */ - S_JOB_ID, /* SLURM job id (uint32_t *) */ - S_JOB_STEPID, /* SLURM job step id (uint32_t *) */ + S_JOB_ID, /* Slurm job id (uint32_t *) */ + S_JOB_STEPID, /* Slurm job step id (uint32_t *) */ S_JOB_NNODES, /* Total number of nodes in job (uint32_t *) */ S_JOB_NODEID, /* Relative id of this node (uint32_t *) */ S_JOB_LOCAL_TASK_COUNT, /* Number of local tasks (uint32_t *) */ @@ -150,10 +150,10 @@ enum spank_item { S_JOB_LOCAL_TO_GLOBAL_ID,/* local id to global id (uint32_t, uint32_t *) */ S_JOB_GLOBAL_TO_LOCAL_ID,/* global id to local id (uint32_t, uint32_t *) */ S_JOB_SUPPLEMENTARY_GIDS,/* Array of suppl. gids (gid_t **, int *) */ - S_SLURM_VERSION, /* Current SLURM version (char **) */ - S_SLURM_VERSION_MAJOR, /* SLURM version major release (char **) */ - S_SLURM_VERSION_MINOR, /* SLURM version minor release (char **) */ - S_SLURM_VERSION_MICRO, /* SLURM version micro release (char **) */ + S_SLURM_VERSION, /* Current Slurm version (char **) */ + S_SLURM_VERSION_MAJOR, /* Slurm version major release (char **) */ + S_SLURM_VERSION_MINOR, /* Slurm version minor release (char **) */ + S_SLURM_VERSION_MICRO, /* Slurm version micro release (char **) */ S_STEP_CPUS_PER_TASK, /* CPUs allocated per task (=1 if --overcommit * option is used, uint32_t *) */ S_JOB_ALLOC_CORES, /* Job allocated cores in list format (char **) */ @@ -369,7 +369,7 @@ spank_err_t spank_unsetenv (spank_t spank, const char *var); /* * Set an environment variable "name" to "value" in the "job control" * environment, which is an extra set of environment variables - * included in the environment of the SLURM prolog and epilog + * included in the environment of the Slurm prolog and epilog * programs. Environment variables set via this function will * be prepended with SPANK_ to differentiate them from other env * vars, and to avoid security issues. @@ -404,7 +404,7 @@ spank_err_t spank_job_control_getenv (spank_t sp, const char *name, spank_err_t spank_job_control_unsetenv (spank_t sp, const char *name); /* - * SLURM logging functions which are exported to plugins. + * Slurm logging functions which are exported to plugins. */ extern void slurm_info (const char *format, ...) __attribute__ ((format (printf, 1, 2))); @@ -424,7 +424,7 @@ extern void slurm_debug3 (const char *format, ...) #endif /* - * All spank plugins must issue the following for the SLURM plugin + * All spank plugins must issue the following for the Slurm plugin * loader. */ #define SPANK_PLUGIN(__name, __ver) \ diff --git a/src/api/allocate.c b/src/api/allocate.c index 9f39dec9ac2219c15a61490580b69952671701fc..6feb0e5ddb78fbd51a0f73310e6fbc27ecd462ec 100644 --- a/src/api/allocate.c +++ b/src/api/allocate.c @@ -7,11 +7,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -1010,11 +1010,11 @@ _handle_rc_msg(slurm_msg_t *msg) } /* - * Read a SLURM hostfile specified by "filename". "filename" must contain - * a list of SLURM NodeNames, one per line. Reads up to "n" number of hostnames + * Read a Slurm hostfile specified by "filename". "filename" must contain + * a list of Slurm NodeNames, one per line. Reads up to "n" number of hostnames * from the file. Returns a string representing a hostlist ranged string of * the contents of the file. This is a helper function, it does not - * contact any SLURM daemons. + * contact any Slurm daemons. * * Returns a string representing the hostlist. Returns NULL if there are fewer * than "n" hostnames in the file, or if an error occurs. If "n" == @@ -1153,7 +1153,7 @@ char *slurm_read_hostfile(char *filename, int n) goto cleanup_hostfile; } if (hostlist_count(hostlist) < n) { - error("Too few NodeNames in SLURM Hostfile"); + error("Too few NodeNames in Slurm Hostfile"); goto cleanup_hostfile; } diff --git a/src/api/allocate_msg.c b/src/api/allocate_msg.c index c093fe4007167540643b6beb24304905d7c58de6..5f19b4f8c7b2b16331f89e9bac1e8648ccf4d7cb 100644 --- a/src/api/allocate_msg.c +++ b/src/api/allocate_msg.c @@ -7,11 +7,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/api/assoc_mgr_info.c b/src/api/assoc_mgr_info.c index d7764dc69f27c683eb131af339339e22bcf5dbe5..1de73876d591410665434fc380bddd93c53201e3 100644 --- a/src/api/assoc_mgr_info.c +++ b/src/api/assoc_mgr_info.c @@ -7,11 +7,11 @@ * Written by Stephen Trofinoff * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/api/block_info.c b/src/api/block_info.c index f7615b2eba4f6900910bb690a932b54539405e82..57fadd5863e4f3a86f28bb027ad402c0484472a6 100644 --- a/src/api/block_info.c +++ b/src/api/block_info.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/burst_buffer_info.c b/src/api/burst_buffer_info.c index 05f4633adff3a07c46ac1a311645539d9cecf914..45637b19bb72b041995957d987cf5f44464471fe 100644 --- a/src/api/burst_buffer_info.c +++ b/src/api/burst_buffer_info.c @@ -4,11 +4,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/cancel.c b/src/api/cancel.c index 6af2166b262f3611fc37f10a076f3551daaab3e6..0dacff876fab2680151ec683e157dcf1d9ae5aa1 100644 --- a/src/api/cancel.c +++ b/src/api/cancel.c @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/checkpoint.c b/src/api/checkpoint.c index 0fb4776dc664a10cfef3d2cf5be94c325bbe1788..75883ffe0f24259944b34bc01772e05d9378565c 100644 --- a/src/api/checkpoint.c +++ b/src/api/checkpoint.c @@ -7,11 +7,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/api/complete.c b/src/api/complete.c index ec2daf7ca1381ec794d9c73c2573521a7ca88f5f..7e1f7e4d9513557b6f81bb0f8048dc697b7aec83 100644 --- a/src/api/complete.c +++ b/src/api/complete.c @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/config_info.c b/src/api/config_info.c index 363c6b5708de1e5553095a23189cd8581cb93c5e..d8260181bd290ca2f533699f22f33c3b38772b92 100644 --- a/src/api/config_info.c +++ b/src/api/config_info.c @@ -8,11 +8,11 @@ * Written by Morris Jette and Kevin Tew . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -63,7 +63,7 @@ static void _write_key_pairs(FILE* out, void *key_pairs); static void _print_config_plugin_params_list(FILE* out, List l, char *title); /* - * slurm_api_version - Return a single number reflecting the SLURM API's + * slurm_api_version - Return a single number reflecting the Slurm API's * version number. Use the macros SLURM_VERSION_NUM, SLURM_VERSION_MAJOR, * SLURM_VERSION_MINOR, and SLURM_VERSION_MICRO to work with this value * RET API's version number @@ -150,7 +150,7 @@ void slurm_write_ctl_conf ( slurm_ctl_conf_info_msg_t * slurm_ctl_conf_ptr, fprintf(fp, "########################################################\n"); fprintf(fp, - "# Configuration file for SLURM - %s #\n", time_str); + "# Configuration file for Slurm - %s #\n", time_str); fprintf(fp, "########################################################\n"); fprintf(fp, "#\n#\n"); diff --git a/src/api/federation_info.c b/src/api/federation_info.c index 297deaf30b7f31e2f3f1f8857d4b48fe1fd0506c..9cb125780d4d894f73a4bb5467a4c3ac1c895f87 100644 --- a/src/api/federation_info.c +++ b/src/api/federation_info.c @@ -4,11 +4,11 @@ * Copyright (C) 2016-2017 SchedMD LLC. * Written by Brian Christiansen * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/front_end_info.c b/src/api/front_end_info.c index 600a3cad56ca11b5d27941bfa1de37ce055d76d2..a12317310cf63cc2cd5437ed0846fccc98078a94 100644 --- a/src/api/front_end_info.c +++ b/src/api/front_end_info.c @@ -7,11 +7,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/api/init_msg.c b/src/api/init_msg.c index 79aa3c7c0fce0cee6c4928bcc362a3a632ab41e2..bf90a4953a7f686abea4897cd451d6691de0fa6f 100644 --- a/src/api/init_msg.c +++ b/src/api/init_msg.c @@ -8,11 +8,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/job_info.c b/src/api/job_info.c index 122d9e5e20e9a61984e8c314aa4cd758a015ce55..4fcae4609274d4f5f31b338c4f6ad91a45ec860e 100644 --- a/src/api/job_info.c +++ b/src/api/job_info.c @@ -8,11 +8,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/job_step_info.c b/src/api/job_step_info.c index 5fb21ee678d9c25d8f7c7ffe97193cca9e2f839e..c3753ed5917e7c1f52e618131833f2e88d676bd5 100644 --- a/src/api/job_step_info.c +++ b/src/api/job_step_info.c @@ -7,11 +7,11 @@ * Written by Morris Jette , et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/api/layout_info.c b/src/api/layout_info.c index f5a3ac26d0d40807826e64af10ad700423b483a1..bb156562a2697bf80c0e9cb1a2d5ed3344969415 100644 --- a/src/api/layout_info.c +++ b/src/api/layout_info.c @@ -4,11 +4,11 @@ * Copyright (C) 2015 * Written by Bull - Thomas Cadeau * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/license_info.c b/src/api/license_info.c index 90a9d5490d5a200caca8db3ee64d8c1927b43453..5086fa81f7bf8cb74c34873d75f3a0ba84fb33e5 100644 --- a/src/api/license_info.c +++ b/src/api/license_info.c @@ -8,11 +8,11 @@ * Written by David Bigagli * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/node_info.c b/src/api/node_info.c index ae83cda8d2ce1f05a5af6bfb7bfb958e8e4a9517..befe0e872f6aee3f585b483f3eee45f168de608d 100644 --- a/src/api/node_info.c +++ b/src/api/node_info.c @@ -8,11 +8,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/partition_info.c b/src/api/partition_info.c index 5c3e84b5823c24ffcd58428603dcacd9ee3bb114..2115201ed83991e9a96eb0636e0ac46aed936a23 100644 --- a/src/api/partition_info.c +++ b/src/api/partition_info.c @@ -8,11 +8,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/pmi.c b/src/api/pmi.c index d7ee7ab5c3b961ff67dbfac186d26773ae430c17..c3cc3644f1fcc8a30e8eb470bfe0fa6d338bc3ef 100644 --- a/src/api/pmi.c +++ b/src/api/pmi.c @@ -52,11 +52,11 @@ * Written by Morris Jette * 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 . * 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. @@ -72,13 +72,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. \*****************************************************************************/ #define _GNU_SOURCE diff --git a/src/api/pmi_server.c b/src/api/pmi_server.c index 4dd58c23f353852123f56212d5870f9a990ac432..b1509871138a03a5fab78b8ee25ea52702b1c433 100644 --- a/src/api/pmi_server.c +++ b/src/api/pmi_server.c @@ -6,22 +6,22 @@ * Written by Morris Jette * 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 . * 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. * - * 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. \*****************************************************************************/ diff --git a/src/api/pmi_server.h b/src/api/pmi_server.h index 7007db924b6bafb9d48937441805119ff9556049..4a6110d927ae5ffda2526776865f680f057f7a62 100644 --- a/src/api/pmi_server.h +++ b/src/api/pmi_server.h @@ -6,22 +6,22 @@ * Written by Morris Jette * 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 . * 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. * - * 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. \*****************************************************************************/ diff --git a/src/api/powercap_info.c b/src/api/powercap_info.c index 7b0224ac1ca14cdc02ab5804e54a2760de0535ce..9e42224cffe99bd3206b8cab89340a5748a78af9 100644 --- a/src/api/powercap_info.c +++ b/src/api/powercap_info.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/reconfigure.c b/src/api/reconfigure.c index 17a9188f3ecbdbc0c8c3754af3f2ad2ff18cfa1e..d784db97a8e710c0adfb124d606549f5a75c57f6 100644 --- a/src/api/reconfigure.c +++ b/src/api/reconfigure.c @@ -8,11 +8,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/reservation_info.c b/src/api/reservation_info.c index f41073a34fb886aa57022aef12e084c856afa43e..5e882341ab4f2e9c65719448cea146cdf67dcca3 100644 --- a/src/api/reservation_info.c +++ b/src/api/reservation_info.c @@ -6,11 +6,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/signal.c b/src/api/signal.c index 3c2917c225660936332dc6f0e0a4ef6ec8944cf7..e60bccf270b22fddd5c37cd6ab85a3c2e7140c17 100644 --- a/src/api/signal.c +++ b/src/api/signal.c @@ -6,11 +6,11 @@ * Written by Christopher J. Morrone . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/slurm_get_statistics.c b/src/api/slurm_get_statistics.c index bc2e3d1343782af83068526b2e71dfef75bba167..c7f1ce00cce44fd78d44a88f5e0626fff396f3e1 100644 --- a/src/api/slurm_get_statistics.c +++ b/src/api/slurm_get_statistics.c @@ -4,11 +4,11 @@ * Produced at Barcelona Supercomputing Center, December 2011 * Written by Alejandro Lucero * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/slurm_hostlist.c b/src/api/slurm_hostlist.c index c40e35f78a472249351d2bdb169d30cb0703450e..18c834639f285289b76d191ac36c1a68e843837c 100644 --- a/src/api/slurm_hostlist.c +++ b/src/api/slurm_hostlist.c @@ -7,11 +7,11 @@ * Written by Danny Auble . * LLNL-CODE-402394. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/api/slurm_pmi.c b/src/api/slurm_pmi.c index a8ad173db76cfc1f43b939749ffa293497e7a8b7..cf8a65654de8e192500fe73f454ca66c0ad8b018 100644 --- a/src/api/slurm_pmi.c +++ b/src/api/slurm_pmi.c @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/slurm_pmi.h b/src/api/slurm_pmi.h index 9de81d73d3e7f8953cf04e5f5b31bdaaaf4c9a68..8a54b3b7ca955b1632749f6c8e3c219029519dfd 100644 --- a/src/api/slurm_pmi.h +++ b/src/api/slurm_pmi.h @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/step_ctx.c b/src/api/step_ctx.c index 2fe0763bfd7e2154f0eab21cc1db49e0e86303d9..20fc9a860d5a3cb289e1326a2bee3d15b353e9af 100644 --- a/src/api/step_ctx.c +++ b/src/api/step_ctx.c @@ -7,11 +7,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/api/step_ctx.h b/src/api/step_ctx.h index 71a25a7fc93662fcfce02fab78b1cde8b066b83a..4691cdc2f2c1d556fa0ed8d694ce09571574dcf5 100644 --- a/src/api/step_ctx.h +++ b/src/api/step_ctx.h @@ -7,22 +7,22 @@ * Christopher J. Morrone * 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 . * 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. * - * 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. \*****************************************************************************/ #ifndef _STEP_CTX_H diff --git a/src/api/step_io.c b/src/api/step_io.c index 488ee458fab3fbcc3c971e7eebd9996d474ebcaf..2fc7b77eb9f7a1e38f442b812aab7b105e3217a7 100644 --- a/src/api/step_io.c +++ b/src/api/step_io.c @@ -6,22 +6,22 @@ * Written by Mark Grondona , et. al. * 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 . * 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. * - * 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. \*****************************************************************************/ diff --git a/src/api/step_io.h b/src/api/step_io.h index f1e7553fe0242c1853e23b0223566de908c46e1c..e163da231fe730db3b8e81e43c3fbcc3e751703a 100644 --- a/src/api/step_io.h +++ b/src/api/step_io.h @@ -6,22 +6,22 @@ * Written by Christopher J. Morrone * 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 . * 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. * - * 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. \*****************************************************************************/ #ifndef _HAVE_STEP_IO_H diff --git a/src/api/step_launch.c b/src/api/step_launch.c index 4427e3f735ab9fe645f7809466edf65cf97eb91e..5a4e8ff207da5ac170ea043216e88700fe5ff876 100644 --- a/src/api/step_launch.c +++ b/src/api/step_launch.c @@ -7,11 +7,11 @@ * Written by Christopher J. Morrone * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -151,7 +151,7 @@ extern void slurm_step_launch_params_t_init(slurm_step_launch_params_t *ptr) /* * Specify the plugin name to be used. This may be needed to specify the - * non-default MPI plugin when using SLURM API to launch tasks. + * non-default MPI plugin when using Slurm API to launch tasks. * IN plugin name - "none", "pmi2", etc. * RET SLURM_SUCCESS or SLURM_ERROR (with errno set) */ diff --git a/src/api/step_launch.h b/src/api/step_launch.h index 8f9ceb4530c38b04cf779d129b236807fae6ad52..38eb487a85bdcc6ed38763466e7205a21c39cc70 100644 --- a/src/api/step_launch.h +++ b/src/api/step_launch.h @@ -7,11 +7,11 @@ * Written by Christopher J. Morrone * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ #ifndef _STEP_LAUNCH_H diff --git a/src/api/submit.c b/src/api/submit.c index 29cc815d5f49773d10a9392a790cdb7ec67dabab..ab303277b84f0cf136713103f46e63af93cb6985 100644 --- a/src/api/submit.c +++ b/src/api/submit.c @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/suspend.c b/src/api/suspend.c index 96914cdf4436de6983b76624478e6c0490a7f9e3..644990c3f3ef278ead14fec17ea0f9bff183de96 100644 --- a/src/api/suspend.c +++ b/src/api/suspend.c @@ -6,11 +6,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/topo_info.c b/src/api/topo_info.c index 669e5b76a847603daba5dc45a691fe36ca05d941..a6d645bf608d22c51b9c9453157eb836989fb55d 100644 --- a/src/api/topo_info.c +++ b/src/api/topo_info.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/api/triggers.c b/src/api/triggers.c index 5cca6579d07bb5d5d6183b94925d047509325090..c27a27aa3a567c4f06fa238e2c4076a1dc0009c5 100644 --- a/src/api/triggers.c +++ b/src/api/triggers.c @@ -7,11 +7,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/api/update_config.c b/src/api/update_config.c index 2e78722b4bb67187a057b28105185685c9f863cc..8830989215b5e35d540294d138a8d6550002e342 100644 --- a/src/api/update_config.c +++ b/src/api/update_config.c @@ -7,11 +7,11 @@ * Written by Morris Jette and Kevin Tew . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/bcast/file_bcast.c b/src/bcast/file_bcast.c index 69c1ae1f2d0841082de83542a1450f99b23545d2..c44ef507ca0e17339411246a4b6e5a7727941676 100644 --- a/src/bcast/file_bcast.c +++ b/src/bcast/file_bcast.c @@ -8,11 +8,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/bcast/file_bcast.h b/src/bcast/file_bcast.h index 281a2bb9d1aef4ef8da62685f5b455cb7bf62b50..9c3c3006103d2a6dd7e1f17eea3f414ec0e134b0 100644 --- a/src/bcast/file_bcast.h +++ b/src/bcast/file_bcast.h @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2015-2016 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 . * 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. @@ -23,13 +23,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. \****************************************************************************/ diff --git a/src/common/assoc_mgr.c b/src/common/assoc_mgr.c index 21a960dbbc40ea716300aa6b4faca07ae5fcdabc..9db6e3b47d54a9113ace14e3d4e212d195abbd0d 100644 --- a/src/common/assoc_mgr.c +++ b/src/common/assoc_mgr.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/assoc_mgr.h b/src/common/assoc_mgr.h index d0281d8d9c5aedf1a72f53aeac7f1f7fad4649b7..8c62e4f6328f6db10495098cae55615e070955e7 100644 --- a/src/common/assoc_mgr.h +++ b/src/common/assoc_mgr.h @@ -7,11 +7,11 @@ * Written by Danny Auble * 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 . * 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. @@ -27,13 +27,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. ***************************************************************************** * NOTE: When using lock_slurmctld() and assoc_mgr_lock(), always call diff --git a/src/common/bitstring.c b/src/common/bitstring.c index 50a458fcdcb306a9b45cdb26e7c89da7437e12b7..50cfe9459416970cffc0e6261f3f0eb62d601297 100644 --- a/src/common/bitstring.c +++ b/src/common/bitstring.c @@ -9,11 +9,11 @@ * Written by Jim Garlick , Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/bitstring.h b/src/common/bitstring.h index 121c2aa5e52936572580b04ef714e58ad18eb5bd..98f68fb8a99e36e79aa27a1b7062264ddd9511af 100644 --- a/src/common/bitstring.h +++ b/src/common/bitstring.h @@ -10,11 +10,11 @@ * Written by Jim Garlick , Morris Jette * 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 . * 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. @@ -30,13 +30,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. \*****************************************************************************/ diff --git a/src/common/callerid.c b/src/common/callerid.c index f8f060ead5a068bef87619352ed0da9b6c2b2b8d..040aa14e2b8b3021b987cdad6b602519f8d80799 100644 --- a/src/common/callerid.c +++ b/src/common/callerid.c @@ -4,11 +4,11 @@ * Copyright (C) 2015, Brigham Young University * Author: Ryan Cox * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/callerid.h b/src/common/callerid.h index d53c09aa17f41abd832474fcbb10df66ea3e12c1..65379fabc330c7ec09717d640c0a6537f66578c5 100644 --- a/src/common/callerid.h +++ b/src/common/callerid.h @@ -4,11 +4,11 @@ * Copyright (C) 2015, Brigham Young University * Author: Ryan Cox * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/checkpoint.c b/src/common/checkpoint.c index 2f4ce092ab435e7fae5bc6df181df360c15afabe..8e805043da3c8a5355ca72f982e445c29f918943 100644 --- a/src/common/checkpoint.c +++ b/src/common/checkpoint.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/checkpoint.h b/src/common/checkpoint.h index 3fe4cca70bbfb0c916d87497e2c6d7ce40e2a8b6..9396e9d4bb060442581f258f9f63c512c3620b57 100644 --- a/src/common/checkpoint.h +++ b/src/common/checkpoint.h @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/cpu_frequency.c b/src/common/cpu_frequency.c index cdc12c44e88180d82c7527672b63a94b6dd2c328..2f779a9baeb7cac20481b1c52ca75bca4ac2a011 100644 --- a/src/common/cpu_frequency.c +++ b/src/common/cpu_frequency.c @@ -7,11 +7,11 @@ * Modified by Janne Blomqvist, for * intel_pstate support * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/cpu_frequency.h b/src/common/cpu_frequency.h index 31d285d8f3cd15e95eab2fda5b6d3c2d85be40af..671e9cbc44fbd8c4e64826379ffdff60ccc7f0a1 100644 --- a/src/common/cpu_frequency.h +++ b/src/common/cpu_frequency.h @@ -4,11 +4,11 @@ * Copyright (C) 2012 Bull * Written by Don Albert, * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/daemonize.c b/src/common/daemonize.c index e22a1d0a7f04f4fe3c5d3ec07a41921a81ce533c..59dddca56c19dfabbfe4d3841c061ea9794471c5 100644 --- a/src/common/daemonize.c +++ b/src/common/daemonize.c @@ -6,11 +6,11 @@ * Written by Mark A. Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/daemonize.h b/src/common/daemonize.h index 22a31f6ccf8a1f4331914e62ba3532c3768f4e86..0303a74f4cb80d506cf864d07d6cbda56b9f480c 100644 --- a/src/common/daemonize.h +++ b/src/common/daemonize.h @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/eio.c b/src/common/eio.c index 9928ec5e467293892dd5a04d7a98dc7f9d3b0350..97839d0d5dfb81af8ad301d8f8405c720aa99d39 100644 --- a/src/common/eio.c +++ b/src/common/eio.c @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/eio.h b/src/common/eio.h index c0a2cec0db372ba69fae28bc8dab64906dd80b51..1a82549642c6fc6bd13056a9795b3c0f47d764cf 100644 --- a/src/common/eio.h +++ b/src/common/eio.h @@ -6,22 +6,22 @@ * Written by Mark Grondona . * 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 . * 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. * - * 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. \*****************************************************************************/ diff --git a/src/common/entity.c b/src/common/entity.c index 300355736af41cb2a1d529d2b985017f6841c05b..5e72aa4a8653c4fcdb2ef4546aa57ee3ce654e5f 100644 --- a/src/common/entity.c +++ b/src/common/entity.c @@ -5,11 +5,11 @@ * at Bull for slurm-2.6. * Adapted by Matthieu Hautreux for slurm-14.11. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/entity.h b/src/common/entity.h index 8b4014edcba4e756a956aecb22b871ae45743502..eac8500bc2477fd0e51c2fa4f73ec63af55b51ac 100644 --- a/src/common/entity.h +++ b/src/common/entity.h @@ -5,11 +5,11 @@ * at Bull for slurm-2.6. * Adapted by Matthieu Hautreux for slurm-14.11. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/env.c b/src/common/env.c index e4119f2edf709b92c9a2ba554c4ac30ebc017f3b..ef12d4c95926cab998474b86956b63e5ff237f9f 100644 --- a/src/common/env.c +++ b/src/common/env.c @@ -7,11 +7,11 @@ * Written by Mark Grondona , Danny Auble . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -140,7 +140,7 @@ static int _setup_particulars(uint32_t cluster_flags, if (resv_id) { setenvf(dest, "BASIL_RESERVATION_ID", "%u", resv_id); } else { - /* This is not an error for a SLURM job allocation with + /* This is not an error for a Slurm job allocation with * no compute nodes and no BASIL reservation */ verbose("Can't set BASIL_RESERVATION_ID " "environment variable"); @@ -913,7 +913,7 @@ extern char *uint16_array_to_str(int array_len, const uint16_t *array) /* - * The cpus-per-node representation in SLURM (and perhaps tasks-per-node + * The cpus-per-node representation in Slurm (and perhaps tasks-per-node * in the future) is stored in a compressed format comprised of two * equal-length arrays, and an integer holding the array length. In one * array an element represents a count (number of cpus, number of tasks, @@ -950,7 +950,7 @@ extern char *uint32_compressed_to_str(uint32_t array_len, } /* - * Set in "dest" the environment variables relevant to a SLURM job + * Set in "dest" the environment variables relevant to a Slurm job * allocation, overwriting any environment variables of the same name. * If the address pointed to by "dest" is NULL, memory will automatically be * xmalloc'ed. The array is terminated by a NULL pointer, and thus is @@ -1178,7 +1178,7 @@ extern int env_array_for_job(char ***dest, } /* - * Set in "dest" the environment variables strings relevant to a SLURM batch + * Set in "dest" the environment variables strings relevant to a Slurm batch * job allocation, overwriting any environment variables of the same name. * If the address pointed to by "dest" is NULL, memory will automatically be * xmalloc'ed. The array is terminated by a NULL pointer, and thus is @@ -1361,7 +1361,7 @@ env_array_for_batch_job(char ***dest, const batch_job_launch_msg_t *batch, } /* - * Set in "dest" the environment variables relevant to a SLURM job step, + * Set in "dest" the environment variables relevant to a Slurm job step, * overwriting any environment variables of the same name. If the address * pointed to by "dest" is NULL, memory will automatically be xmalloc'ed. * The array is terminated by a NULL pointer, and thus is suitable for diff --git a/src/common/env.h b/src/common/env.h index 9cb062ea3f9b3fe2e49e501a99dd79957c2e3df2..7bf257f325fa30730c2ae4c5d9d53fa9c8f1acc8 100644 --- a/src/common/env.h +++ b/src/common/env.h @@ -6,22 +6,22 @@ * Written by Mark Grondona . * 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 . * 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. * - * 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. \*****************************************************************************/ #ifndef _ENV_H @@ -104,7 +104,7 @@ int setup_env(env_t *env, bool preserve_env); * Newer environment variable handling scheme **********************************************************************/ /* - * Set in "dest" the environment variables relevant to a SLURM job + * Set in "dest" the environment variables relevant to a Slurm job * allocation, overwriting any environment variables of the same name. * If the address pointed to by "dest" is NULL, memory will automatically be * xmalloc'ed. The array is terminated by a NULL pointer, and thus is @@ -130,7 +130,7 @@ extern int env_array_for_job(char ***dest, const job_desc_msg_t *desc, int pack_offset); /* - * Set in "dest" the environment variables relevant to a SLURM batch + * Set in "dest" the environment variables relevant to a Slurm batch * job allocation, overwriting any environment variables of the same name. * If the address pointed to by "dest" is NULL, memory will automatically be * xmalloc'ed. The array is terminated by a NULL pointer, and thus is @@ -157,7 +157,7 @@ extern int env_array_for_batch_job(char ***dest, const char* node_name); /* - * Set in "dest" the environment variables relevant to a SLURM job step, + * Set in "dest" the environment variables relevant to a Slurm job step, * overwriting any environment variables of the same name. If the address * pointed to by "dest" is NULL, memory will automatically be xmalloc'ed. * The array is terminated by a NULL pointer, and thus is suitable for @@ -335,7 +335,7 @@ char **env_array_user_default(const char *username, int timeout, int mode, extern char *uint16_array_to_str(int array_len, const uint16_t *array); /* - * The cpus-per-node representation in SLURM (and perhaps tasks-per-node + * The cpus-per-node representation in Slurm (and perhaps tasks-per-node * in the future) is stored in a compressed format comprised of two * equal-length arrays, and an integer holding the array length. In one * array an element represents a count (number of cpus, number of tasks, diff --git a/src/common/forward.c b/src/common/forward.c index 1fbeeb0d119778ea536f6ae7aff3843a3be48577..217d0c531dca2e727dba3e76cf5da02945432073 100644 --- a/src/common/forward.c +++ b/src/common/forward.c @@ -7,11 +7,11 @@ * Written by Danny Auble . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/forward.h b/src/common/forward.h index e6b83ef1edbeb01bf68d72c19bf443324f52b5fc..8a1d5d66895d939559e7f3197633d7bd3a3ce2ec 100644 --- a/src/common/forward.h +++ b/src/common/forward.h @@ -6,11 +6,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/gres.c b/src/common/gres.c index d9fdf8f0ad8299693466e7742bba221472620437..bf14998b04d0b839aa9b5b638d28c6230fd77411 100644 --- a/src/common/gres.c +++ b/src/common/gres.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -434,7 +434,7 @@ static int _unload_gres_plugin(slurm_gres_context_t *plugin_context) /* * Initialize the gres plugin. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int gres_plugin_init(void) { @@ -541,7 +541,7 @@ fini: slurm_mutex_unlock(&gres_context_lock); /* * Terminate the gres plugin. Free memory. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int gres_plugin_fini(void) { diff --git a/src/common/gres.h b/src/common/gres.h index 83309ce71a4fd7009a3709c17a24d0d010ffc760..fa93067b9211c6aa8174b05f00f2ec8bcf2475b4 100644 --- a/src/common/gres.h +++ b/src/common/gres.h @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -173,14 +173,14 @@ typedef enum { /* * Initialize the gres plugin. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int gres_plugin_init(void); /* * Terminate the gres plugin. Free memory. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int gres_plugin_fini(void); diff --git a/src/common/group_cache.c b/src/common/group_cache.c index 7616596b8832132ea3d564fd6c753f376aab57c7..4d94a8fb6a36d1b1c81b03a4f74516fc77393c8a 100644 --- a/src/common/group_cache.c +++ b/src/common/group_cache.c @@ -5,11 +5,11 @@ * Written by Tim Wickberg * Based on code originally contributed by Takao Hatazaki (HP). * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/group_cache.h b/src/common/group_cache.h index 5141583b16e21e270501b000b1c6bb2c6913584e..79ac16a8f311a5b3918618f87db69311ccfbe8f7 100644 --- a/src/common/group_cache.h +++ b/src/common/group_cache.h @@ -4,11 +4,11 @@ * Copyright (C) 2017 SchedMD LLC. * Written by Tim Wickberg * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/hostlist.c b/src/common/hostlist.c index 254b0986e66f81d0fd869d12bbe13626a6eff3fd..5c2643870145fe896fe1fba82e62efa838637a89 100644 --- a/src/common/hostlist.c +++ b/src/common/hostlist.c @@ -6,11 +6,11 @@ * Written by Mark Grondona * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/hostlist.h b/src/common/hostlist.h index 27f9db719b3f9576eb9a012468cf657abead24f3..cf6fe6da209ad8b11f906b8a4471652dcb5a6aa9 100644 --- a/src/common/hostlist.h +++ b/src/common/hostlist.h @@ -6,11 +6,11 @@ * Written by Mark Grondona * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/io_hdr.c b/src/common/io_hdr.c index 68cc04e57b0be038abcc40696d8f8dceaa63713f..ceb2e06c48cf1707b55034da22d2cf691f484384 100644 --- a/src/common/io_hdr.c +++ b/src/common/io_hdr.c @@ -6,11 +6,11 @@ * Written by Mark A. Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/io_hdr.h b/src/common/io_hdr.h index ea5ae3e59ee3d305d29b70cbd67d2efdb555dbeb..11b13a76233bae01c66280d26152d540def4bfa8 100644 --- a/src/common/io_hdr.h +++ b/src/common/io_hdr.h @@ -6,11 +6,11 @@ * Written by Mark A. Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/job_options.c b/src/common/job_options.c index 370503401179fb4bc1571c3d917e7d9cd00d0617..42bdd0fec377929b0508b36c17934c3e3945270e 100644 --- a/src/common/job_options.c +++ b/src/common/job_options.c @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/job_options.h b/src/common/job_options.h index 1f8f032566a258da03e9b537240495eeb184762c..67d9a9706a8eef6c249b264ce8370215053ac893 100644 --- a/src/common/job_options.h +++ b/src/common/job_options.h @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/job_resources.c b/src/common/job_resources.c index 117d92ab048f03c10bedf0394d40a23c18b58015..7e7c4f778ffb174188e23ef2ec945273715401bf 100644 --- a/src/common/job_resources.c +++ b/src/common/job_resources.c @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/job_resources.h b/src/common/job_resources.h index 0b629ee45d90c5f427703a980a7af72abf3c1891..19cc4905ea2aaf36cf5017f519ed891c20b83c59 100644 --- a/src/common/job_resources.h +++ b/src/common/job_resources.h @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/layout.c b/src/common/layout.c index b9e24911eff19ff7b56629bfdbe656e0fe8e0e86..512c2a2b44c71e978c90cf425eedd3a677efff6e 100644 --- a/src/common/layout.c +++ b/src/common/layout.c @@ -5,11 +5,11 @@ * at Bull for slurm-2.6. * Adapted by Matthieu Hautreux for slurm-14.11. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/layout.h b/src/common/layout.h index 6e4166162e8fe6772dd5a07b7db95107890416ea..a94391bc23b69ae8b5b1819e28f23262cf2143d2 100644 --- a/src/common/layout.h +++ b/src/common/layout.h @@ -5,11 +5,11 @@ * at Bull for slurm-2.6. * Adapted by Matthieu Hautreux for slurm-14.11. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/layouts_mgr.c b/src/common/layouts_mgr.c index 5e19c42bfe9d29a6125e2df5209905dfc19032f5..8748eeb0c2521651d5c108d9fa998655d3449edb 100644 --- a/src/common/layouts_mgr.c +++ b/src/common/layouts_mgr.c @@ -6,11 +6,11 @@ * Adapted by Matthieu Hautreux for slurm-14.11. * Enhanced by Matthieu Hautreux for slurm-15.x. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/layouts_mgr.h b/src/common/layouts_mgr.h index e32ec249fb032c887a473e7d771e857710a0a2df..6e42f9c06e273bd148ce3e3821e968e1bb71d189 100644 --- a/src/common/layouts_mgr.h +++ b/src/common/layouts_mgr.h @@ -6,11 +6,11 @@ * Adapted by Matthieu Hautreux for slurm-14.11. * Enhanced by Matthieu Hautreux for slurm-15.x. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/macros.h b/src/common/macros.h index 0a97a0804fa0d0ff6234d7c326b1b4f217f8868f..1a5541d47107f3fecde52eb5fd4c64cfd5242f73 100644 --- a/src/common/macros.h +++ b/src/common/macros.h @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/mapping.c b/src/common/mapping.c index b6b10914f0424c026ff425c4fdabbf16e277230e..578372be3727e5ee9dd9873bfb740e915fe59e70 100644 --- a/src/common/mapping.c +++ b/src/common/mapping.c @@ -6,11 +6,11 @@ * Written by Artem Polyakov . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/mapping.h b/src/common/mapping.h index 6eaff47716ae8e645f631330275df48e724eae22..5adc00f577871605789a71d6846e902a84e868ff 100644 --- a/src/common/mapping.h +++ b/src/common/mapping.h @@ -6,11 +6,11 @@ * Written by Artem Polyakov . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/mpi.c b/src/common/mpi.c index df443882e4b5bc5b3b0d45c613609607ab38fb85..7d18d848c59c6c54d3ec67dcecc08e7d02ebbdba 100644 --- a/src/common/mpi.c +++ b/src/common/mpi.c @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/msg_aggr.c b/src/common/msg_aggr.c index de57fdd008c32a1a9145354b7ad7241e2f20af19..d19c26b77784d7202db4838db56b9b03a4b0caee 100644 --- a/src/common/msg_aggr.c +++ b/src/common/msg_aggr.c @@ -9,11 +9,11 @@ * Written by Martin Perry * Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/msg_aggr.h b/src/common/msg_aggr.h index 3db44b290a52c9bfb98b410132accbc58746f945..2e26d6a1049cc649eb7404283a0cad3aa688ff4f 100644 --- a/src/common/msg_aggr.h +++ b/src/common/msg_aggr.h @@ -9,11 +9,11 @@ * Written by Martin Perry * Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/net.c b/src/common/net.c index e0f2e5c63f63819ba7020d0400dc401c8654910c..16421c6caef4bbfe823843f085c6911efbcf2ab3 100644 --- a/src/common/net.c +++ b/src/common/net.c @@ -7,11 +7,11 @@ * et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/net.h b/src/common/net.h index 31e04bff955e05f21d748b5c21b391ce7548c334..3b352960232bee8add81b81373de363a6cdcc3ea 100644 --- a/src/common/net.h +++ b/src/common/net.h @@ -7,11 +7,11 @@ * et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/node_conf.c b/src/common/node_conf.c index 5af831008bb765dd1a06666a1f7957f5ce4cf122..02b5eb081b0dad4b5af4a848c789648775748406 100644 --- a/src/common/node_conf.c +++ b/src/common/node_conf.c @@ -13,11 +13,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -33,13 +33,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. \*****************************************************************************/ diff --git a/src/common/node_conf.h b/src/common/node_conf.h index 341bc2d77d1fc540ff8e2f04098f75818d321a33..725004a460a6f7583bc66c1d11be16c980433e03 100644 --- a/src/common/node_conf.h +++ b/src/common/node_conf.h @@ -9,11 +9,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/node_features.c b/src/common/node_features.c index 83264b15464ad70031294c0c4d45328483c2f78f..b4bd0f21127996869319efd4e5386cdc7094dd7f 100644 --- a/src/common/node_features.c +++ b/src/common/node_features.c @@ -5,11 +5,11 @@ * Copyright (C) 2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/node_features.h b/src/common/node_features.h index a7442ff77f438aad74c135e75a441874acc52cfe..b53f145365078a702b42a3969aca0cc94b9ecc9a 100644 --- a/src/common/node_features.h +++ b/src/common/node_features.h @@ -5,11 +5,11 @@ * Copyright (C) 2016 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/node_select.c b/src/common/node_select.c index e74298ecbc0d702d1435388238bc60a68bd78dd1..327dec6f578d53d18c716be3b3d19baf09b49cd8 100644 --- a/src/common/node_select.c +++ b/src/common/node_select.c @@ -15,11 +15,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -35,13 +35,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. \*****************************************************************************/ @@ -367,7 +367,7 @@ fini: slurm_mutex_unlock(&select_context_lock); return rc; } -/* Get this plugin's sequence number in SLURM's internal tables */ +/* Get this plugin's sequence number in Slurm's internal tables */ extern int select_get_plugin_id_pos(uint32_t plugin_id) { int i; diff --git a/src/common/node_select.h b/src/common/node_select.h index e8679a0b7fa5590deee6d9138a489085c3465152..90a65204156646a2be208b913825bc6ca6363c54 100644 --- a/src/common/node_select.h +++ b/src/common/node_select.h @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -257,7 +257,7 @@ extern int slurm_select_init(bool only_default); */ extern int slurm_select_fini(void); -/* Get this plugin's sequence number in SLURM's internal tables */ +/* Get this plugin's sequence number in Slurm's internal tables */ extern int select_get_plugin_id_pos(uint32_t plugin_id); /* Get the plugin ID number. Unique for each select plugin type */ @@ -300,7 +300,7 @@ extern int select_g_block_init(List part_list); /* * Note the initialization of job records, issued upon restart of * slurmctld and used to synchronize any job state. - * IN job_list - List of SLURM jobs from slurmctld + * IN job_list - List of Slurm jobs from slurmctld */ extern int select_g_job_init(List job_list); diff --git a/src/common/optz.c b/src/common/optz.c index 98a8fbb6a62aeabcc8a2e583abd03f9d0dbb4dd1..2a979d6517bdffffdadb00a7725b5b953cd9b269 100644 --- a/src/common/optz.c +++ b/src/common/optz.c @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/optz.h b/src/common/optz.h index 651966e65d0cf63b5f63ede08bd0c0248d5ec117..ad134c5f6bffc3cbd284c672874fecb9eb3e4a6b 100644 --- a/src/common/optz.h +++ b/src/common/optz.h @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/pack.c b/src/common/pack.c index a15de93c58b0fcefe64fea8945a62a02dcba4db6..3d2035bb68a5ab8bcaa7c0ba0a504695c0f2878c 100644 --- a/src/common/pack.c +++ b/src/common/pack.c @@ -9,11 +9,11 @@ * Morris Jette , et. al. * 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 . * 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. @@ -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. \****************************************************************************/ diff --git a/src/common/pack.h b/src/common/pack.h index 176882a9cef26a744d7744502810b3ceeb70d4cc..495064e67d5b5c3138fb981c4ddac382c6810253 100644 --- a/src/common/pack.h +++ b/src/common/pack.h @@ -8,11 +8,11 @@ * Written by Kevin Tew , Morris Jette , et. al. * 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 . * 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. @@ -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. \****************************************************************************/ diff --git a/src/common/parse_config.c b/src/common/parse_config.c index dcff478e9219f6c5b0ff19b3bb027311aae51832..14540f15f86b1c3d3ef36b02c681ebe4d218a0d0 100644 --- a/src/common/parse_config.c +++ b/src/common/parse_config.c @@ -9,11 +9,11 @@ * Written by Christopher J. Morrone . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/parse_config.h b/src/common/parse_config.h index 459d92b2827882804fda561aca79319075a0c837..7355ae57072e222433234b3b4818c9913013289c 100644 --- a/src/common/parse_config.h +++ b/src/common/parse_config.h @@ -8,11 +8,11 @@ * Written by Christopher J. Morrone . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/parse_time.c b/src/common/parse_time.c index 89e231f19bbc0a8a74a904a593fcbf7ea1522137..954dd2248df5b9506d26312ccdd2f544edea349d 100644 --- a/src/common/parse_time.c +++ b/src/common/parse_time.c @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/parse_time.h b/src/common/parse_time.h index e12f505659668c044bb4340f208d8933ae205e0c..baae3ab689d19340a90c83ee10f19894f687b26f 100644 --- a/src/common/parse_time.h +++ b/src/common/parse_time.h @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/parse_value.c b/src/common/parse_value.c index ae701dcb851ebf2ddcee8f534568ab7a736f346b..49fa8285b3714f54c828db847f9bba8d6dabf2ff 100644 --- a/src/common/parse_value.c +++ b/src/common/parse_value.c @@ -6,11 +6,11 @@ * for slurm-2.6. Adapted by Matthieu Hautreux , CEA, * for slurm-14.11. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/parse_value.h b/src/common/parse_value.h index ee9781b8892c447a027ca128b0d36c96db6fd770..d6ee866de8558b91e288441142a6a42f33706b7d 100644 --- a/src/common/parse_value.h +++ b/src/common/parse_value.h @@ -6,11 +6,11 @@ * for slurm-2.6. Adapted by Matthieu Hautreux , CEA, * for slurm-14.11. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/plugin.c b/src/common/plugin.c index eb54a1b0b4fa6cdddf2d42975aa038a53228ba3c..464695c0f418a002651211924cd6dba613df02ba 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -9,11 +9,11 @@ * Portions Copyright (C) 2012 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -121,7 +121,7 @@ plugin_peek( const char *fq_path, } else { dlclose( plug ); /* could be vestigial library, don't treat as an error */ - verbose( "%s: not a SLURM plugin", fq_path ); + verbose( "%s: not a Slurm plugin", fq_path ); return SLURM_ERROR; } diff --git a/src/common/plugin.h b/src/common/plugin.h index 14867fcd8ec4116dd891f1e647c89a62bb4300c5..c54f7e731a23e4bc5394b182866ec68a59c8c566 100644 --- a/src/common/plugin.h +++ b/src/common/plugin.h @@ -6,11 +6,11 @@ * Written by Jay Windlay . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -106,7 +106,7 @@ const char *plugin_strerror(plugin_err_t err); * be NULL to indicate that the caller is not interested in the * plugin version. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugin_peek( const char *fq_path, char *plugin_type, diff --git a/src/common/plugrack.c b/src/common/plugrack.c index 02036541f7a9a194ba2410931b432a8be9d91fea..201de5b3f4906b856563d07f34f6f1c5c84ad23f 100644 --- a/src/common/plugrack.c +++ b/src/common/plugrack.c @@ -7,11 +7,11 @@ * Written by Jay Windley . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/plugrack.h b/src/common/plugrack.h index 9dec50c56f577e682e0a972be42a183026dd2b4c..c4bc8283f00601c5f85a082a7556b65562ddf011 100644 --- a/src/common/plugrack.h +++ b/src/common/plugrack.h @@ -6,11 +6,11 @@ * Written by Jay Windley . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -56,7 +56,7 @@ plugrack_t plugrack_create( void ); * Destroy a plugin rack. All the associated plugins are unloaded and * all associated memory is deallocated. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugrack_destroy( plugrack_t rack ); @@ -67,7 +67,7 @@ int plugrack_destroy( plugrack_t rack ); * Pass NULL to disable typing in plugins handled by this rack. * This is the default. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugrack_set_major_type( plugrack_t rack, const char *type ); @@ -104,7 +104,7 @@ int plugrack_set_major_type( plugrack_t rack, const char *type ); * directory where it resides. If no ownership checking is requested, * this parameter is ignored. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugrack_set_paranoia( plugrack_t rack, const uint32_t paranoia_flags, @@ -117,7 +117,7 @@ int plugrack_set_paranoia( plugrack_t rack, * have been set, they are applied to files considered candidates for * plugins. Plugins that fail the paranoid examination are not loaded. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugrack_read_dir( plugrack_t rack, const char *dir ); @@ -135,14 +135,14 @@ int plugrack_read_cache( plugrack_t rack, * Remove from memory all plugins that are not currently in use by the * program. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugrack_purge_idle( plugrack_t rack ); /* * Load into memory all plugins which are currently unloaded. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugrack_load_all( plugrack_t rack ); @@ -150,7 +150,7 @@ int plugrack_load_all( plugrack_t rack ); * Write the current contents of the plugin rack to a file * in cache format, suitable to be read later using plugrack_read_cache(). * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugrack_write_cache( plugrack_t rack, const char *cache ); @@ -168,14 +168,14 @@ plugin_handle_t plugrack_use_by_type( plugrack_t rack, * Indicate that a plugin is no longer needed. Whether the plugin * is actually unloaded depends on the rack's disposal policy. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugrack_finished_with_plugin( plugrack_t rack, plugin_handle_t plug ); /* * print all plugins in rack * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int plugrack_print_all_plugin( plugrack_t rack); diff --git a/src/common/plugstack.c b/src/common/plugstack.c index fd70c3592fc0a543e2bdee0dc226fd7bb455aea2..9f33e111395e7633d7b71463068ec523a051cce6 100644 --- a/src/common/plugstack.c +++ b/src/common/plugstack.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -1616,7 +1616,7 @@ spank_option_getopt (spank_t sp, struct spank_option *opt, char **argp) * We need to check for variables that start with either * the default spank option env prefix, or the default * prefix + an *extra* prefix of SPANK_, in case we're - * running in prolog/epilog, where SLURM prepends SPANK_ + * running in prolog/epilog, where Slurm prepends SPANK_ * to all spank job environment variables. */ spopt = _spank_plugin_opt_create (sp->plugin, opt, 0); diff --git a/src/common/plugstack.h b/src/common/plugstack.h index e48cd513608e6ef7f50bec739eddc0036e82b8cc..2bf2f59752ea889d4d6dfd28d58917710f2aa659 100644 --- a/src/common/plugstack.h +++ b/src/common/plugstack.h @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/power.c b/src/common/power.c index 1fbba3b7ec215cd52b3e4499fa9b9660d7f633fb..cb299ecd0e997267d733298cd82390e1e8c22dd0 100644 --- a/src/common/power.c +++ b/src/common/power.c @@ -4,11 +4,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/power.h b/src/common/power.h index 59af68a2cc01b7799fbbda2cdc046abd980ab05f..ab0c40b759b4a6e48a392fafa004747a7ebe12c2 100644 --- a/src/common/power.h +++ b/src/common/power.h @@ -4,11 +4,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/print_fields.c b/src/common/print_fields.c index c0d033b4fdca08cc60b42491824e3419c7dab9ff..38ed9e0cb93cd735f63ac0af15c81efff702b112 100644 --- a/src/common/print_fields.c +++ b/src/common/print_fields.c @@ -7,11 +7,11 @@ * Written by Danny Auble * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ #include "src/common/print_fields.h" diff --git a/src/common/print_fields.h b/src/common/print_fields.h index 9e681a52e8af7e3b2516251db3b273f948264731..120fc4921fafbccb64d4d6b0e12a8504cfb869fd 100644 --- a/src/common/print_fields.h +++ b/src/common/print_fields.h @@ -7,11 +7,11 @@ * Written by Danny Auble * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ #ifndef __PRINT_FIELDS_H__ diff --git a/src/common/proc_args.c b/src/common/proc_args.c index 5fec090080b0f62d197f88cd143a7623b0e66700..ea2a20d270cd01736ea2e02a9e62310497e074e7 100644 --- a/src/common/proc_args.c +++ b/src/common/proc_args.c @@ -4,13 +4,13 @@ * Copyright (C) 2007 Hewlett-Packard Development Company, L.P. * Portions Copyright (C) 2010-2015 SchedMD LLC . * Written by Christopher Holmes , who borrowed heavily - * from existing SLURM source code, particularly src/srun/opt.c + * from existing Slurm source code, particularly src/srun/opt.c * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -72,7 +72,7 @@ #include "src/common/xstring.h" -/* print this version of SLURM */ +/* print this version of Slurm */ void print_slurm_version(void) { printf("%s %s\n", PACKAGE_NAME, SLURM_VERSION_STRING); diff --git a/src/common/proc_args.h b/src/common/proc_args.h index cce9445d364dfc56f568458661b129773c58981b..4a82a6e6a5b6b628b8d2dbdbd8676957b5b8b2e4 100644 --- a/src/common/proc_args.h +++ b/src/common/proc_args.h @@ -3,13 +3,13 @@ ***************************************************************************** * Copyright (C) 2007 Hewlett-Packard Development Company, L.P. * Written by Christopher Holmes , who borrowed heavily - * from existing SLURM source code, particularly src/srun/opt.c + * from existing Slurm source code, particularly src/srun/opt.c * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -47,7 +47,7 @@ /* convert task state ID to equivalent string */ extern char *format_task_dist_states(task_dist_states_t t); -/* print this version of SLURM */ +/* print this version of Slurm */ void print_slurm_version(void); /* print the available gres options */ diff --git a/src/common/read_config.c b/src/common/read_config.c index ca0cca3c60fb1364abaf46abc2f8a8d73c96962c..59d4efe555380aa72bda39b51bebed7730273703 100644 --- a/src/common/read_config.c +++ b/src/common/read_config.c @@ -13,11 +13,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -33,13 +33,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. \*****************************************************************************/ @@ -502,11 +502,11 @@ static int _parse_frontend(void **dest, slurm_parser_enum_t type, #ifndef HAVE_FRONT_END if (local_test_config) { - error("Use of FrontendName in slurm.conf without SLURM being " + error("Use of FrontendName in slurm.conf without Slurm being " "configured/built with the --enable-front-end option"); local_test_config = 1; } else { - fatal("Use of FrontendName in slurm.conf without SLURM being " + fatal("Use of FrontendName in slurm.conf without Slurm being " "configured/built with the --enable-front-end option"); } #endif @@ -1035,7 +1035,7 @@ int slurm_conf_frontend_array(slurm_conf_frontend_t **ptr_array[]) * NodeHostName from the first node's record and use that to * build an equivalent structure to that constructed when * FrontendName is configured. This is intended for backward - * compatibility with SLURM version 2.2. */ + * compatibility with Slurm version 2.2. */ static slurm_conf_frontend_t local_front_end; static slurm_conf_frontend_t *local_front_end_array[2] = {NULL, NULL}; diff --git a/src/common/read_config.h b/src/common/read_config.h index f3a95f3bc086e82d4fd0b0ff5bb05185408edb46..cfee3e1d92f040bba1b0458efdaa7929c3f3d271 100644 --- a/src/common/read_config.h +++ b/src/common/read_config.h @@ -10,11 +10,11 @@ * Written by Morris Mette . * 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 . * 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. @@ -30,13 +30,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. \*****************************************************************************/ diff --git a/src/common/run_command.c b/src/common/run_command.c index 8e3adb85625d3ad0489a391b8fa27f6f03de0401..2484a2a14de0f1624e4de062be4d4bf9ea1d16ef 100644 --- a/src/common/run_command.c +++ b/src/common/run_command.c @@ -4,11 +4,11 @@ * Copyright (C) 2014-2017 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/run_command.h b/src/common/run_command.h index c705af2dca80fcdad36d1f456b0283c083f4b7a5..1e12aa05585f8f3d9b12dd0b52020aa65b840a71 100644 --- a/src/common/run_command.h +++ b/src/common/run_command.h @@ -4,11 +4,11 @@ * Copyright (C) 2014-2017 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/safeopen.c b/src/common/safeopen.c index 3795aab447da4d11951bdd04a7cdcab51aa72202..bb2f77fc948b627c9cb0c96e255d7e558f47d8a3 100644 --- a/src/common/safeopen.c +++ b/src/common/safeopen.c @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/safeopen.h b/src/common/safeopen.h index 1bd7a7f105808a753c72cb9160fa2e0735f576b2..beceb34a6c62152e32b20b365fa8f42cc82c399f 100644 --- a/src/common/safeopen.h +++ b/src/common/safeopen.h @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_accounting_storage.c b/src/common/slurm_accounting_storage.c index 3e06876b0d4f13df9d5fd2bdf08b0be79dc54707..53873d1a3fda688ad588a177be1c55082032e2b9 100644 --- a/src/common/slurm_accounting_storage.c +++ b/src/common/slurm_accounting_storage.c @@ -7,11 +7,11 @@ * Written by Danny Auble . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurm_accounting_storage.h b/src/common/slurm_accounting_storage.h index dbdb1da3c44fa43f518ff7eca6bc4bd30e2dec5a..39c4c8e8e038ee2fd360fee1d45b38d1abe2f14b 100644 --- a/src/common/slurm_accounting_storage.h +++ b/src/common/slurm_accounting_storage.h @@ -7,11 +7,11 @@ * Written by Danny Auble * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather.c b/src/common/slurm_acct_gather.c index e2100612ccc7b203fa901dfc46fa3cc7f548567f..290dad28c47549db09241fb87fff5125597be563 100644 --- a/src/common/slurm_acct_gather.c +++ b/src/common/slurm_acct_gather.c @@ -5,11 +5,11 @@ * Copyright (C) 2013 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather.h b/src/common/slurm_acct_gather.h index c4493ffe4eec43494cf7e4a42588d5ee2cd829f2..5f9470653f9ceaa7aa5a68fef79ce86107e62142 100644 --- a/src/common/slurm_acct_gather.h +++ b/src/common/slurm_acct_gather.h @@ -5,11 +5,11 @@ * Copyright (C) 2013 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather_energy.c b/src/common/slurm_acct_gather_energy.c index 4015687e9e491b3e83dee6f74a1d6b076d3e1f2d..23c8e4b89db48b9dc9e21b82bf82fdada83ac874 100644 --- a/src/common/slurm_acct_gather_energy.c +++ b/src/common/slurm_acct_gather_energy.c @@ -5,11 +5,11 @@ * Copyright (C) 2012 Bull-HN-PHX. * Written by Bull-HN-PHX/d.rusak, * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather_energy.h b/src/common/slurm_acct_gather_energy.h index b774727dd6d1416a384b8aed06b3b69fcc0682c1..45b77ea3db5b92f98303699e681c5733d9e03536 100644 --- a/src/common/slurm_acct_gather_energy.h +++ b/src/common/slurm_acct_gather_energy.h @@ -5,11 +5,11 @@ * Written by Bull-HN-PHX/d.rusak, * Copyright (C) 2012 Bull-HN-PHX * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather_filesystem.c b/src/common/slurm_acct_gather_filesystem.c index 7462b9b0cc704eefcd277498df0259bafc14f505..4cb7365b52a2c80214d6029194cf7485b335cd27 100644 --- a/src/common/slurm_acct_gather_filesystem.c +++ b/src/common/slurm_acct_gather_filesystem.c @@ -5,11 +5,11 @@ * Copyright (C) 2013 Bull. * Written by Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather_filesystem.h b/src/common/slurm_acct_gather_filesystem.h index f68a83d100d93a9246f91de6201cab611d9b1404..02aa4c20638a895c2c282f2066c5e84ec92b4953 100644 --- a/src/common/slurm_acct_gather_filesystem.h +++ b/src/common/slurm_acct_gather_filesystem.h @@ -5,11 +5,11 @@ * Copyright (C) 2013 Bull * Written by Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather_interconnect.c b/src/common/slurm_acct_gather_interconnect.c index ed87d23c2730494fcd4e321eaa57b45124e7af4e..468b261a5febb02efe8aee4035e7ef1bcf402854 100644 --- a/src/common/slurm_acct_gather_interconnect.c +++ b/src/common/slurm_acct_gather_interconnect.c @@ -5,11 +5,11 @@ * Copyright (C) 2013 Bull. * Written by Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather_interconnect.h b/src/common/slurm_acct_gather_interconnect.h index 87badee242cf8b0f9e18952e8f2b5bfe0931bef8..7f50938e90e917984ee7ed9f00b53a07a5b6467e 100644 --- a/src/common/slurm_acct_gather_interconnect.h +++ b/src/common/slurm_acct_gather_interconnect.h @@ -5,11 +5,11 @@ * Copyright (C) 2013 Bull * Written by Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather_profile.c b/src/common/slurm_acct_gather_profile.c index e252236ae8217c7c57d9ca4a1394d8f9c36301c7..fd8b754c09205a2bd3f60049f4dc3c2777d667ba 100644 --- a/src/common/slurm_acct_gather_profile.c +++ b/src/common/slurm_acct_gather_profile.c @@ -7,11 +7,11 @@ * * Written by Rod Schultz * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurm_acct_gather_profile.h b/src/common/slurm_acct_gather_profile.h index 8070fe28ddc886ca810bf3b5be10c721307d892b..bfc49efb82d39955c62855bc89d60d46f591f4af 100644 --- a/src/common/slurm_acct_gather_profile.h +++ b/src/common/slurm_acct_gather_profile.h @@ -6,11 +6,11 @@ * * Written by Rod Schultz * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_auth.c b/src/common/slurm_auth.c index f7811e71aa248652d455deb704c1d0d29ea25645..6e7d9dfd911573d31d2f6e1ea33e5cae49524968 100644 --- a/src/common/slurm_auth.c +++ b/src/common/slurm_auth.c @@ -7,11 +7,11 @@ * Written by Jay Windley * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurm_auth.h b/src/common/slurm_auth.h index b430809ca5b8428c6a416b7df9817e3dbf9e080d..84731c469ed3e66eefcab57b5adc87887eddb3a2 100644 --- a/src/common/slurm_auth.h +++ b/src/common/slurm_auth.h @@ -6,11 +6,11 @@ * Written by Kevin Tew et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -89,7 +89,7 @@ enum { }; /* - * SLURM authentication context opaque type. + * Slurm authentication context opaque type. */ typedef struct slurm_auth_context * slurm_auth_context_t; @@ -106,7 +106,7 @@ slurm_auth_context_t slurm_auth_context_create( const char *auth_type ); * invalid, and calls to their functions may result in core dumps and * other nasty behavior. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int slurm_auth_context_destroy( slurm_auth_context_t ctxt ); diff --git a/src/common/slurm_cred.c b/src/common/slurm_cred.c index 749bb6eab3f23ae2dca0aa1f543b1b60031e4c7c..e47f8136736533a0955a581b8b797ba82ff6f857 100644 --- a/src/common/slurm_cred.c +++ b/src/common/slurm_cred.c @@ -1,5 +1,5 @@ /*****************************************************************************\ - * src/common/slurm_cred.c - SLURM job and sbcast credential functions + * src/common/slurm_cred.c - Slurm job and sbcast credential functions ***************************************************************************** * Copyright (C) 2002-2007 The Regents of the University of California. * Copyright (C) 2008-2010 Lawrence Livermore National Security. @@ -8,11 +8,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -91,8 +91,8 @@ typedef struct sbcast_cred sbcast_cred_t; /* opaque data type */ typedef struct { time_t ctime; /* Time that the cred was created */ time_t expiration; /* Time at which cred is no longer good */ - uint32_t jobid; /* SLURM job id for this credential */ - uint32_t stepid; /* SLURM step id for this credential */ + uint32_t jobid; /* Slurm job id for this credential */ + uint32_t stepid; /* Slurm step id for this credential */ } cred_state_t; /* @@ -103,7 +103,7 @@ typedef struct { typedef struct { time_t ctime; /* Time that this entry was created */ time_t expiration; /* Time at which credentials can be purged */ - uint32_t jobid; /* SLURM job id for this credential */ + uint32_t jobid; /* Slurm job id for this credential */ time_t revoked; /* Time at which credentials were revoked */ } job_state_t; @@ -123,7 +123,7 @@ enum ctx_type { struct sbcast_cred { time_t ctime; /* Time that the cred was created */ time_t expiration; /* Time at which cred is no longer good */ - uint32_t jobid; /* SLURM job id for this credential */ + uint32_t jobid; /* Slurm job id for this credential */ uint32_t uid; /* user for which this cred is valid */ uint32_t gid; /* user's primary group id */ char *user_name; /* user_name as a string */ @@ -238,7 +238,7 @@ static const char *syms[] = { struct sbcast_cache { time_t expire; /* Time that the cred was created */ - uint32_t value; /* SLURM job id for this credential */ + uint32_t value; /* Slurm job id for this credential */ }; static slurm_crypto_ops_t ops; diff --git a/src/common/slurm_cred.h b/src/common/slurm_cred.h index f10c53e289dc17fb03a2d98301676ee1cc4cae93..d57f06bdb96825b180506f0d64d9c8c7d8b2ef5e 100644 --- a/src/common/slurm_cred.h +++ b/src/common/slurm_cred.h @@ -1,5 +1,5 @@ /*****************************************************************************\ - * src/common/slurm_cred.h - SLURM job and sbcast credential functions + * src/common/slurm_cred.h - Slurm job and sbcast credential functions ***************************************************************************** * Copyright (C) 2002-2007 The Regents of the University of California. * Copyright (C) 2008-2010 Lawrence Livermore National Security. @@ -7,11 +7,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -127,7 +127,7 @@ int slurm_cred_ctx_unpack(slurm_cred_ctx_t ctx, Buf buffer); /* - * Container for SLURM credential create and verify arguments + * Container for Slurm credential create and verify arguments * * The core_bitmap, cores_per_socket, sockets_per_node, and * sock_core_rep_count is based upon the nodes allocated to the diff --git a/src/common/slurm_errno.c b/src/common/slurm_errno.c index 74cfa5dff0a2387b6bce332ca39d7a90f959fd13..54c92b6d7812d064ed21e6f0f8b992456e773b21 100644 --- a/src/common/slurm_errno.c +++ b/src/common/slurm_errno.c @@ -7,11 +7,11 @@ * Written by Jim Garlick , et. al. * 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 . * 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. @@ -27,19 +27,19 @@ * 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. \*****************************************************************************/ /* This implementation relies on "overloading" the libc errno by - * partitioning its domain into system (<1000) and SLURM (>=1000) values. - * SLURM API functions should call slurm_seterrno() to set errno to a value. + * partitioning its domain into system (<1000) and Slurm (>=1000) values. + * Slurm API functions should call slurm_seterrno() to set errno to a value. * API users should call slurm_strerror() to convert all errno values to * their description strings. */ @@ -176,13 +176,13 @@ static slurm_errtab_t slurm_errtab[] = { { ESLURM_INVALID_FEATURE, "Invalid feature specification" }, { ESLURM_INVALID_AUTHTYPE_CHANGE, - "AuthType change requires restart of all SLURM daemons and " + "AuthType change requires restart of all Slurm daemons and " "commands to take effect"}, { ESLURM_INVALID_CHECKPOINT_TYPE_CHANGE, - "CheckpointType change requires restart of all SLURM daemons " + "CheckpointType change requires restart of all Slurm daemons " "to take effect" }, { ESLURM_INVALID_CRYPTO_TYPE_CHANGE, - "CryptoType change requires restart of all SLURM daemons " + "CryptoType change requires restart of all Slurm daemons " "to take effect" }, { ESLURM_INVALID_SCHEDTYPE_CHANGE, "SchedulerType change requires restart of the slurmctld daemon " @@ -191,7 +191,7 @@ static slurm_errtab_t slurm_errtab[] = { "SelectType change requires restart of the slurmctld daemon " "to take effect" }, { ESLURM_INVALID_SWITCHTYPE_CHANGE, - "SwitchType change requires restart of all SLURM daemons and " + "SwitchType change requires restart of all Slurm daemons and " "jobs to take effect" }, { ESLURM_FRAGMENTATION, "Immediate execution impossible, " @@ -425,7 +425,7 @@ static slurm_errtab_t slurm_errtab[] = { "Script terminated with non-zero exit code" }, - /* socket specific SLURM communications error */ + /* socket specific Slurm communications error */ { SLURM_PROTOCOL_SOCKET_IMPL_ZERO_RECV_LENGTH, "Received zero length message" }, @@ -528,7 +528,7 @@ static char *_lookup_slurm_api_errtab(int errnum) } /* - * Return string associated with error (SLURM or system). + * Return string associated with error (Slurm or system). * Always returns a valid string (because strerror always does). */ char *slurm_strerror(int errnum) diff --git a/src/common/slurm_ext_sensors.c b/src/common/slurm_ext_sensors.c index e9ddb50ad7baee8bcd72a2b16304ac134181a605..0599dbeaf8ebae3a53835efed2dc8aee61aed45b 100644 --- a/src/common/slurm_ext_sensors.c +++ b/src/common/slurm_ext_sensors.c @@ -5,11 +5,11 @@ * Copyright (C) 2013 Bull-HN-PHX. * Written by Bull-HN-PHX/Martin Perry, * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_ext_sensors.h b/src/common/slurm_ext_sensors.h index c5684ff66c0cf882f16577b575c104b7105fdcaa..fe7f4073a9c1b32c05e94bd70f782ade6680fe3f 100644 --- a/src/common/slurm_ext_sensors.h +++ b/src/common/slurm_ext_sensors.h @@ -5,11 +5,11 @@ * Written by Bull-HN-PHX/Martin Perry, * Copyright (C) 2013 Bull-HN-PHX * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_jobacct_gather.c b/src/common/slurm_jobacct_gather.c index e624abe316888189f76742bf6a2ffdfd8687a21d..97f34d95b4a9115042bbf56f123a9c3aee296d54 100644 --- a/src/common/slurm_jobacct_gather.c +++ b/src/common/slurm_jobacct_gather.c @@ -9,11 +9,11 @@ * * Copyright (C) 2005 Hewlett-Packard Development Company, L.P. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_jobacct_gather.h b/src/common/slurm_jobacct_gather.h index c0fd5f37959148ab0ab0e59eb91b729a26d09323..2da79c851eec84c274dd9881eddb97d491da5801 100644 --- a/src/common/slurm_jobacct_gather.h +++ b/src/common/slurm_jobacct_gather.h @@ -9,11 +9,11 @@ * * Copyright (C) 2005 Hewlett-Packard Development Company, L.P. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_jobcomp.c b/src/common/slurm_jobcomp.c index aa0335dc43fdcf043d76fcd8de14843b0e3f84f5..ddae2f41207de569c37283844a5a07fc27225045 100644 --- a/src/common/slurm_jobcomp.c +++ b/src/common/slurm_jobcomp.c @@ -8,11 +8,11 @@ * Written by Jay Windley , Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_jobcomp.h b/src/common/slurm_jobcomp.h index 7c70f37c926bc21dfae56d230c522032ee0c540e..edd3737c908de4dd8aeb5ce0163a2b6324ffe2c3 100644 --- a/src/common/slurm_jobcomp.h +++ b/src/common/slurm_jobcomp.h @@ -7,11 +7,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurm_mcs.c b/src/common/slurm_mcs.c index cd4a692f3128cc469c51a924f6b97f83087aff6c..c60402140ed1ba544660ff87e3155dbc55d2cd6f 100644 --- a/src/common/slurm_mcs.c +++ b/src/common/slurm_mcs.c @@ -4,11 +4,11 @@ * Copyright (C) 2015 CEA/DAM/DIF * Written by Aline Roy * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_mcs.h b/src/common/slurm_mcs.h index bd9924ce7649b85b11bdb2324035d81e5cda9164..9a6f1fd6c94d5649a7a89d7182d297d6a8b77701 100644 --- a/src/common/slurm_mcs.h +++ b/src/common/slurm_mcs.h @@ -4,11 +4,11 @@ * Copyright (C) 2015 CEA/DAM/DIF * Written by Aline Roy * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_mpi.h b/src/common/slurm_mpi.h index 4f3246d31089a5bf73f0c8014d996ca289ea3a54..55591f16f5b23f2d58ff4c5c2b3e0976b0069452 100644 --- a/src/common/slurm_mpi.h +++ b/src/common/slurm_mpi.h @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -56,7 +56,7 @@ typedef struct { } mpi_plugin_client_info_t; typedef struct { - uint32_t jobid; /* Current SLURM job id */ + uint32_t jobid; /* Current Slurm job id */ uint32_t stepid; /* Current step id (or NO_VAL) */ uint32_t nnodes; /* number of nodes in current job step */ uint32_t nodeid; /* relative position of this node in job */ diff --git a/src/common/slurm_opt.h b/src/common/slurm_opt.h index 98e43c871eab8ae9b4366f75b6f2827c1a6d358b..4be21117c1132bdfd87656b3092fd82a789a3d95 100644 --- a/src/common/slurm_opt.h +++ b/src/common/slurm_opt.h @@ -9,11 +9,11 @@ * Christopher J. Morrone , et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -144,7 +144,7 @@ typedef struct srun_opt { bool launch_cmd; /* --launch_cmd */ char *launcher_opts; /* --launcher-opts commands to be sent * to the external launcher command if - * not SLURM */ + * not Slurm */ int32_t max_threads; /* --threads */ int max_wait; /* --wait */ int msg_timeout; /* undocumented */ diff --git a/src/common/slurm_persist_conn.c b/src/common/slurm_persist_conn.c index a15624b219a9ea7fbb97be778210c43c8355c149..a324c24dd60fca8ad51fb1de868a8b08c5d4e2ca 100644 --- a/src/common/slurm_persist_conn.c +++ b/src/common/slurm_persist_conn.c @@ -5,11 +5,11 @@ * Copyright (C) 2016 SchedMD LLC * Written by Danny Auble da@schedmd.com, et. al. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_persist_conn.h b/src/common/slurm_persist_conn.h index ba6df4c904fba4005da79242917c6870124181d8..64b0787f5dee87d56f2f39a4d4cf17cea947c70e 100644 --- a/src/common/slurm_persist_conn.h +++ b/src/common/slurm_persist_conn.h @@ -5,11 +5,11 @@ * Copyright (C) 2016 SchedMD LLC * Written by Danny Auble da@schedmd.com, et. al. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #ifndef _SLURM_PERSIST_CONN_H diff --git a/src/common/slurm_priority.c b/src/common/slurm_priority.c index 2512c86d141a33de4884470180cf831b206f8cb4..bf09a9e37c373be3606007b5f84ea5a1b46d2b31 100644 --- a/src/common/slurm_priority.c +++ b/src/common/slurm_priority.c @@ -6,11 +6,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_priority.h b/src/common/slurm_priority.h index 82ac88209a0185dcc47bdec1e9cdb3520e9b2e09..16a7f5f2c128d25705e6848cbbe067bf3ce644b3 100644 --- a/src/common/slurm_priority.h +++ b/src/common/slurm_priority.h @@ -6,11 +6,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_protocol_api.c b/src/common/slurm_protocol_api.c index d33ccc4fd043778c302d5669af7a060df5d500f7..1306d733ff112af112c4dda4189002948789299a 100644 --- a/src/common/slurm_protocol_api.c +++ b/src/common/slurm_protocol_api.c @@ -9,11 +9,11 @@ * Written by Kevin Tew , et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -4081,7 +4081,7 @@ int slurm_get_peer_addr(int fd, slurm_addr_t * slurm_address) * OUT slurm_address - slurm_addr_t to pack * IN size_val - how many to pack * IN/OUT buffer - buffer to pack the slurm_addr_t from - * returns - SLURM error code + * returns - Slurm error code */ void slurm_pack_slurm_addr_array(slurm_addr_t * slurm_address, uint32_t size_val, Buf buffer) @@ -4101,7 +4101,7 @@ void slurm_pack_slurm_addr_array(slurm_addr_t * slurm_address, * OUT slurm_address - slurm_addr_t to unpack to * IN size_val - how many to unpack * IN/OUT buffer - buffer to upack the slurm_addr_t from - * returns - SLURM error code + * returns - Slurm error code */ int slurm_unpack_slurm_addr_array(slurm_addr_t ** slurm_address, uint32_t * size_val, Buf buffer) @@ -4584,7 +4584,7 @@ extern int slurm_send_only_controller_msg(slurm_msg_t *req, bool use_backup = false; /* - * Open connection to SLURM controller: + * Open connection to Slurm controller: */ if ((fd = slurm_open_controller_conn(&ctrl_addr, &use_backup, comm_cluster_rec)) < 0) { diff --git a/src/common/slurm_protocol_api.h b/src/common/slurm_protocol_api.h index 9dc65d24381a4ced037d83eab2a81924c36547da..65deb341f8190f60cbf92932ddd84727910d63d4 100644 --- a/src/common/slurm_protocol_api.h +++ b/src/common/slurm_protocol_api.h @@ -9,11 +9,11 @@ * Written by Kevin Tew , et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -1172,7 +1172,7 @@ extern int slurm_get_peer_addr(int fd, slurm_addr_t * slurm_address); * OUT slurm_address - slurm_addr_t to pack * IN size_val - how many to pack * IN/OUT buffer - buffer to pack the slurm_addr_t from - * returns - SLURM error code + * returns - Slurm error code */ extern void slurm_pack_slurm_addr_array(slurm_addr_t * slurm_address, uint32_t size_val, Buf buffer); @@ -1181,7 +1181,7 @@ extern void slurm_pack_slurm_addr_array(slurm_addr_t * slurm_address, * OUT slurm_address - slurm_addr_t to unpack to * IN size_val - how many to unpack * IN/OUT buffer - buffer to upack the slurm_addr_t from - * returns - SLURM error code + * returns - Slurm error code */ extern int slurm_unpack_slurm_addr_array(slurm_addr_t ** slurm_address, uint32_t * size_val, Buf buffer); diff --git a/src/common/slurm_protocol_common.h b/src/common/slurm_protocol_common.h index 40e2b2b3fb3a158534d86b4eb04cfb0ef78d9da0..bd54a7c6075448ca7235d9ee766af187d54546e0 100644 --- a/src/common/slurm_protocol_common.h +++ b/src/common/slurm_protocol_common.h @@ -7,11 +7,11 @@ * Written by Kevin Tew , et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurm_protocol_defs.c b/src/common/slurm_protocol_defs.c index c7593d1f70d67edb54def4f51223f2dbb8e1f07d..c5903f91c5162249925efb3c38415aec5e4568b5 100644 --- a/src/common/slurm_protocol_defs.c +++ b/src/common/slurm_protocol_defs.c @@ -10,11 +10,11 @@ * Written by Kevin Tew et. al. * 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 . * 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. @@ -30,13 +30,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. \*****************************************************************************/ diff --git a/src/common/slurm_protocol_defs.h b/src/common/slurm_protocol_defs.h index a54d1b8ed0899f7912e623a88c293af8813425c9..bea22f60f995a91b73dff10dfdec6ad0377b3ed7 100644 --- a/src/common/slurm_protocol_defs.h +++ b/src/common/slurm_protocol_defs.h @@ -8,11 +8,11 @@ * Written by Kevin Tew . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -175,7 +175,7 @@ #endif /* - * SLURM Message types + * Slurm Message types * * IMPORTANT: ADD NEW MESSAGE TYPES TO THE *END* OF ONE OF THESE NUMBERED * SECTIONS. ADDING ONE ELSEWHERE WOULD SHIFT THE VALUES OF EXISTING MESSAGE diff --git a/src/common/slurm_protocol_interface.h b/src/common/slurm_protocol_interface.h index 1afa88d7a62f26539dd35e426da09f93c71c8ddf..7115e3eaffdccdd5c3beb1ceedefc7263fa363dd 100644 --- a/src/common/slurm_protocol_interface.h +++ b/src/common/slurm_protocol_interface.h @@ -6,11 +6,11 @@ * Written by Kevin Tew , et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -196,7 +196,7 @@ extern void slurm_pack_slurm_addr ( slurm_addr_t * slurm_address , * unpacks a buffer into a slurm_addr_t after serialization transport * OUT slurm_address - slurm_addr_t to unpack to * IN/OUT buffer - buffer to upack the slurm_addr_t from - * returns - SLURM error code + * returns - Slurm error code */ extern int slurm_unpack_slurm_addr_no_alloc ( slurm_addr_t * slurm_address , Buf buffer ) ; diff --git a/src/common/slurm_protocol_pack.c b/src/common/slurm_protocol_pack.c index d6312e232104d0c2c9758e78e8ba093ac07e5ea7..9f6c45ca3d0bdad30b17ba9b73ade30ec66c8790 100644 --- a/src/common/slurm_protocol_pack.c +++ b/src/common/slurm_protocol_pack.c @@ -8,11 +8,11 @@ * Written by Kevin Tew , et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_protocol_pack.h b/src/common/slurm_protocol_pack.h index de221902339cc116f9e76bcf7428ef8b327c2cc1..929fedcb602f6af059ceb3da41f88ba2573f26f3 100644 --- a/src/common/slurm_protocol_pack.h +++ b/src/common/slurm_protocol_pack.h @@ -7,11 +7,11 @@ * Written by Kevin Tew . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurm_protocol_socket_common.h b/src/common/slurm_protocol_socket_common.h index a0b033f20fa276f5718709a2a8ab2295ef696c5f..72ef3942d0afd75864577800275123305b597c2d 100644 --- a/src/common/slurm_protocol_socket_common.h +++ b/src/common/slurm_protocol_socket_common.h @@ -7,11 +7,11 @@ * Written by Kevin Tew , et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurm_protocol_socket_implementation.c b/src/common/slurm_protocol_socket_implementation.c index 13a66b09414721cf404faea86678656e4f80aa71..ecb125ab9f36f3fcd34dbaac2a4f03101204677d 100644 --- a/src/common/slurm_protocol_socket_implementation.c +++ b/src/common/slurm_protocol_socket_implementation.c @@ -8,11 +8,11 @@ * Written by Kevin Tew , et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_protocol_util.c b/src/common/slurm_protocol_util.c index c6bd925f3576d4a012e2f21ea9f5c960c18a9f2e..29f714c3c1bc2b23454b8bb28555044b774aff3b 100644 --- a/src/common/slurm_protocol_util.c +++ b/src/common/slurm_protocol_util.c @@ -7,11 +7,11 @@ * Written by Kevin Tew et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -54,7 +54,7 @@ * check_header_version checks to see that the specified header was sent * from a node running the same version of the protocol as the current node * IN header - the message header received - * RET - SLURM error code + * RET - Slurm error code */ int check_header_version(header_t * header) { diff --git a/src/common/slurm_protocol_util.h b/src/common/slurm_protocol_util.h index a4422ef9fe7a02acb259f59fe5e3d07be3b3a7ad..0fc654f3fbd0511eeaf0f07a8189ec107d2dd8ac 100644 --- a/src/common/slurm_protocol_util.h +++ b/src/common/slurm_protocol_util.h @@ -6,11 +6,11 @@ * Written by Kevin Tew et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -50,7 +50,7 @@ * check_header_version checks to see that the specified header was sent * from a node running the same version of the protocol as the current node * IN header - the message header received - * RET - SLURM error code + * RET - Slurm error code */ extern int check_header_version(header_t * header); diff --git a/src/common/slurm_resource_info.c b/src/common/slurm_resource_info.c index 9019cdab4046ba0afee2e9a100c2e14f91864175..1450db44285e8693d6cfc838dc7509cd19b3fe19 100644 --- a/src/common/slurm_resource_info.c +++ b/src/common/slurm_resource_info.c @@ -5,11 +5,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_resource_info.h b/src/common/slurm_resource_info.h index 92c572d45197ab90f6173fb0e40c0e8d103acba0..b2592d1a960d4796c6b6b251e002e17188800dc2 100644 --- a/src/common/slurm_resource_info.h +++ b/src/common/slurm_resource_info.h @@ -5,11 +5,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_rlimits_info.c b/src/common/slurm_rlimits_info.c index b8a0f736d500f6ec72f2bfcd56c73dda572848dc..6dbe3c610a58ce53173b4c1bc0a69d6934c8bcf0 100644 --- a/src/common/slurm_rlimits_info.c +++ b/src/common/slurm_rlimits_info.c @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2005 Hewlett-Packard Development Company, L.P. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -23,13 +23,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. \*****************************************************************************/ @@ -47,7 +47,7 @@ /* - * List SLURM rlimits get/setrlimit resource number with associated name and + * List Slurm rlimits get/setrlimit resource number with associated name and * whether it should be propagated. */ diff --git a/src/common/slurm_rlimits_info.h b/src/common/slurm_rlimits_info.h index 20feb11fc2b9b68b1463aaa2bc6ad5aef776a253..1eb939f227d632388e2838c49afcba08476415c0 100644 --- a/src/common/slurm_rlimits_info.h +++ b/src/common/slurm_rlimits_info.h @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2005 Hewlett-Packard Development Company, L.P. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -23,13 +23,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. \*****************************************************************************/ diff --git a/src/common/slurm_route.c b/src/common/slurm_route.c index 07822b2aab59659b6c3b76a60df7c71763a1e6f8..db131ec1998a68e457950da46031fff4fe5a7a06 100644 --- a/src/common/slurm_route.c +++ b/src/common/slurm_route.c @@ -6,11 +6,11 @@ * * Written by Rod Schultz * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_route.h b/src/common/slurm_route.h index 8ebd3ded210ffbb6b0bec2655cbe448fa05d4a3b..cda9785839a7a0430af60f768d56f83c4d7a51f2 100644 --- a/src/common/slurm_route.h +++ b/src/common/slurm_route.h @@ -6,11 +6,11 @@ * * Written by Rod Schultz * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -48,14 +48,14 @@ * * IN - the name of the node this is running on. Only needed on the slurmd. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int route_init(char *node_name); /* * Terminate the route plugin. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int route_fini(void); diff --git a/src/common/slurm_selecttype_info.c b/src/common/slurm_selecttype_info.c index 9c50e812247cfe0cddfa06b2c4b0b8068a10ed39..0d0572d7ebac1fd9d5b09c63e173638d01fe40ed 100644 --- a/src/common/slurm_selecttype_info.c +++ b/src/common/slurm_selecttype_info.c @@ -6,11 +6,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. * \*****************************************************************************/ diff --git a/src/common/slurm_selecttype_info.h b/src/common/slurm_selecttype_info.h index 90c9bfb433ec4a9c333a1edf155975d5e0f78f37..63867d10a8b395150fae160fc8b1997e61473d69 100644 --- a/src/common/slurm_selecttype_info.h +++ b/src/common/slurm_selecttype_info.h @@ -6,11 +6,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. * \*****************************************************************************/ diff --git a/src/common/slurm_step_layout.c b/src/common/slurm_step_layout.c index 105b8cb10fec3580b1f496d3b1c42cabd0864833..8af84fe1a81d9b9f8c7f2b6f3baff2dfc253d9c2 100644 --- a/src/common/slurm_step_layout.c +++ b/src/common/slurm_step_layout.c @@ -6,22 +6,22 @@ * from other parts of SLURM. * 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 . * 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. * - * 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. * * This file is patterned after hostlist.c, written by Mark Grondona and diff --git a/src/common/slurm_step_layout.h b/src/common/slurm_step_layout.h index be63106ee21b10dd0884e68430c86c2a54d6ce6b..57b708602c7babc583d88c0cfb8c04cc47f4d051 100644 --- a/src/common/slurm_step_layout.h +++ b/src/common/slurm_step_layout.h @@ -6,22 +6,22 @@ * from other parts of SLURM. * 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 . * 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. * - * 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. * * This file is patterned after hostlist.h, written by Mark Grondona and diff --git a/src/common/slurm_time.c b/src/common/slurm_time.c index f9666732a627d9e81dbe47c0de8ed13485f2425a..18f960ec16cb5353165eb06ab5ce12ddf64fe877 100644 --- a/src/common/slurm_time.c +++ b/src/common/slurm_time.c @@ -6,11 +6,11 @@ * * Based upon glibc version 2.21 and the fork handler logic from Slurm. ***************************************************************************** - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurm_topology.c b/src/common/slurm_topology.c index b388a9003d1f7a5746cb1f94d0788a4b94fea7d0..f9bff6c1100d0a8873f6637b3e3e3989e5a14a40 100644 --- a/src/common/slurm_topology.c +++ b/src/common/slurm_topology.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurm_topology.h b/src/common/slurm_topology.h index 2642263c68d9a9616096cc85f32f26e054a1cbb3..2f6d5616821d0357c5075cdc3d1e9a9b63e07910 100644 --- a/src/common/slurm_topology.h +++ b/src/common/slurm_topology.h @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -100,14 +100,14 @@ extern struct hypercube_switch ***hypercube_switches; /* * Initialize the topology plugin. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ int slurm_topo_init( void ); /* * Terminate the topology plugin. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int slurm_topo_fini(void); diff --git a/src/common/slurm_xlator.h b/src/common/slurm_xlator.h index 4dbb60d1aea4295855b0a5755918749575d98006..685b45b8830bb0264457c69d3d8aff8369ca757b 100644 --- a/src/common/slurm_xlator.h +++ b/src/common/slurm_xlator.h @@ -1,14 +1,14 @@ /*****************************************************************************\ - * slurm_xlator.h - Definitions required to translate SLURM function names + * slurm_xlator.h - Definitions required to translate Slurm function names * to aliases containing a prefix of "slurm_". * - * This is required because some SLURM functions have common names + * This is required because some Slurm functions have common names * (e.g. "debug" and "info"). If a user application defines these functions - * and uses SLURM APIs, they could link to the user function rather than - * the SLURM function. By renaming the functions, inappropriate linking + * and uses Slurm APIs, they could link to the user function rather than + * the Slurm function. By renaming the functions, inappropriate linking * should be avoided. * - * All SLURM functions referenced from the switch, auth, and mpi plugins should + * All Slurm functions referenced from the switch, auth, and mpi plugins should * have aliases established. Functions not referenced from the plugins * need not be aliased. * @@ -33,11 +33,11 @@ * Morris Jette * 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 . * 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. @@ -53,13 +53,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. \*****************************************************************************/ diff --git a/src/common/slurmdb_defs.c b/src/common/slurmdb_defs.c index 2e08f054c5b45c1e6c3b7bd88496e9892a7bdac2..d81e8bac5972487df474583406c9e7ca5ffefb35 100644 --- a/src/common/slurmdb_defs.c +++ b/src/common/slurmdb_defs.c @@ -6,11 +6,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurmdb_defs.h b/src/common/slurmdb_defs.h index 51951b9af780aadefe1029bc8de5519a4e8b90eb..e728da4fc4b1876876fc2db1a2d2133c9b21a24e 100644 --- a/src/common/slurmdb_defs.h +++ b/src/common/slurmdb_defs.h @@ -6,11 +6,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ #ifndef _SLURMDB_DEFS_H diff --git a/src/common/slurmdb_pack.c b/src/common/slurmdb_pack.c index af88708b1dde569942275b7b234ddd3868265158..0d7454ab170b4e53fc9c8bf36e942830f3eed360 100644 --- a/src/common/slurmdb_pack.c +++ b/src/common/slurmdb_pack.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@schedmd.com, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/slurmdb_pack.h b/src/common/slurmdb_pack.h index 86c2e968226d6a64b9f8dd1ea879f32ccc1a0940..abb6e5d8388765d9ffffd8c2bec6f404c84540a7 100644 --- a/src/common/slurmdb_pack.h +++ b/src/common/slurmdb_pack.h @@ -6,11 +6,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ #ifndef _SLURMDB_PACK_H diff --git a/src/common/slurmdbd_defs.c b/src/common/slurmdbd_defs.c index 134a62260adf2878c6248d3dc76528659e11d681..967eedf69c1d92077e26a7f763482bc1ebd4f776 100644 --- a/src/common/slurmdbd_defs.c +++ b/src/common/slurmdbd_defs.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/slurmdbd_defs.h b/src/common/slurmdbd_defs.h index 459d5252848d1c344c053bba32fb035f5c76237f..d451edb3639a0665d49ea9236f1ed3154a91a5f5 100644 --- a/src/common/slurmdbd_defs.h +++ b/src/common/slurmdbd_defs.h @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -47,7 +47,7 @@ #include "src/common/list.h" #include "src/common/slurm_accounting_storage.h" -/* SLURM DBD message types */ +/* Slurm DBD message types */ /* ANY TIME YOU ADD TO THIS LIST UPDATE THE CONVERSION FUNCTIONS! */ typedef enum { DBD_INIT = 1400, /* Connection initialization */ diff --git a/src/common/state_control.c b/src/common/state_control.c index b48e834d3fad806c113fa1af707de7c8ac9476e7..a7dad30d9b024059064dfc7d94289a944ca06602 100644 --- a/src/common/state_control.c +++ b/src/common/state_control.c @@ -4,11 +4,11 @@ * Copyright (C) 2017 SchedMD LLC. * Written by Alejandro Sanchez * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/state_control.h b/src/common/state_control.h index f3c99fb2b7369051448edf033aabaeecd8257715..13ce69f93507fb1fc8b0beb6ab493b00ace7d473 100644 --- a/src/common/state_control.h +++ b/src/common/state_control.h @@ -4,11 +4,11 @@ * Copyright (C) 2017 SchedMD LLC. * Written by Alejandro Sanchez * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/stepd_api.c b/src/common/stepd_api.c index 98961fc15529dd58208cede8588c2f67996fa98d..73cb371a8744d72efab4a9fc908e2faeabb0435c 100644 --- a/src/common/stepd_api.c +++ b/src/common/stepd_api.c @@ -8,11 +8,11 @@ * Written by Christopher Morrone * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -1001,7 +1001,7 @@ rwfail: } /* - * List all of task process IDs and their local and global SLURM IDs. + * List all of task process IDs and their local and global Slurm IDs. * * Returns SLURM_SUCCESS on success. On error returns SLURM_ERROR * and sets errno. diff --git a/src/common/stepd_api.h b/src/common/stepd_api.h index 3e30c857af70b7a67def586d395eaffa49385e72..4186e32acf57f811da2513c4f795e38f96f19d1d 100644 --- a/src/common/stepd_api.h +++ b/src/common/stepd_api.h @@ -7,11 +7,11 @@ * Written by Christopher Morrone * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/switch.c b/src/common/switch.c index ae375679afeff5b6967e508a3ad60b58a22dd51b..5ee622dab4b9e3a063ca2b386ba772dbc8d3d733 100644 --- a/src/common/switch.c +++ b/src/common/switch.c @@ -7,11 +7,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/switch.h b/src/common/switch.h index c401be42c406d37ef87aa92fae9abe06b9dc2ef2..77ca13dcd73a5602132a3c2f467740e041c8b37d 100644 --- a/src/common/switch.h +++ b/src/common/switch.h @@ -7,11 +7,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/timers.c b/src/common/timers.c index 7219963917dd9f0e959a6ee0c9892e3ff70de7ac..345cf38267db88bf34bd1cd1034941e5c75867be 100644 --- a/src/common/timers.c +++ b/src/common/timers.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/timers.h b/src/common/timers.h index 710b970855cfd99503fc8a9ee51705de8fc5a5e5..33bd84d20a0c2c437139f60fdd162c5be138e8ba 100644 --- a/src/common/timers.h +++ b/src/common/timers.h @@ -6,11 +6,11 @@ * Written by Morris Jette and Kevin Tew * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/uid.c b/src/common/uid.c index c06217555bb8b65c5e990d6621ec8927151a7589..6cfb610d0df78375943aa13f72d7e1d11a794a8d 100644 --- a/src/common/uid.c +++ b/src/common/uid.c @@ -7,11 +7,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/uid.h b/src/common/uid.h index 5f2131348db7a43bc224ed3efa9504dfb030d865..b6ae6775da89899333c2cf410fd1e8e1949c3d7c 100644 --- a/src/common/uid.h +++ b/src/common/uid.h @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/working_cluster.c b/src/common/working_cluster.c index 3c52ae97e34cc933171dc05028b52c4d949f6ebf..777de274fdaefcfdf6d92823801353e18efdff18 100644 --- a/src/common/working_cluster.c +++ b/src/common/working_cluster.c @@ -6,11 +6,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/working_cluster.h b/src/common/working_cluster.h index 68a49b1c0fa6e685b916289e242955a63a959ed8..aad5e79649323ffbce6ffd501381ad41b1c89d7d 100644 --- a/src/common/working_cluster.h +++ b/src/common/working_cluster.h @@ -6,11 +6,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ #ifndef _WORKINGCLUSTER_H diff --git a/src/common/write_labelled_message.c b/src/common/write_labelled_message.c index 62562da8731d577f84c1f0d314ed611ebbd7fe64..ad94a2620d54079c4999aeb4db2b7af12828f263 100644 --- a/src/common/write_labelled_message.c +++ b/src/common/write_labelled_message.c @@ -7,11 +7,11 @@ * David Bremer * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/write_labelled_message.h b/src/common/write_labelled_message.h index 4c9d76bce0d33813e5121ca503ba359558e18ac9..1da318a882a65e25534f20685c29a996ffb31f23 100644 --- a/src/common/write_labelled_message.h +++ b/src/common/write_labelled_message.h @@ -6,11 +6,11 @@ * Written by David Bremer * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/x11_util.c b/src/common/x11_util.c index 6290be4b6810a37254ca91d31dc373f2d001f8f0..71313ab3ba491a266bd063ec045bf25f352942fe 100644 --- a/src/common/x11_util.c +++ b/src/common/x11_util.c @@ -5,11 +5,11 @@ * Copyright (C) 2017 SchedMD LLC. * Written by Tim Wickberg * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/x11_util.h b/src/common/x11_util.h index 6f26464b43537b66a1b25198707b1ca6d43f286a..a4ded1a86afdaaea45278dadc386f9d7122586b5 100644 --- a/src/common/x11_util.h +++ b/src/common/x11_util.h @@ -5,11 +5,11 @@ * Copyright (C) 2017 SchedMD LLC. * Written by Tim Wickberg * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xassert.c b/src/common/xassert.c index babfd2e8537c357af45d7fa0606c06df42b503ed..964d178db8ff1fc5992d0f9269cce0ba6a769753 100644 --- a/src/common/xassert.c +++ b/src/common/xassert.c @@ -7,11 +7,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/xassert.h b/src/common/xassert.h index a3250187cfd712b66253d85a0905c6a0eaaa875e..3dc731490ac9c9b7ff486d75811a2bf5b36e27b3 100644 --- a/src/common/xassert.h +++ b/src/common/xassert.h @@ -8,11 +8,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xcgroup_read_config.c b/src/common/xcgroup_read_config.c index 03f9075312adba45550aee0cc89e88b7582ebdec..e47eae08b94376404c4d719fbe5b5cfad20ededf 100644 --- a/src/common/xcgroup_read_config.c +++ b/src/common/xcgroup_read_config.c @@ -4,11 +4,11 @@ * Copyright (C) 2009 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xcgroup_read_config.h b/src/common/xcgroup_read_config.h index fb086ae2db8b899f4eabe1f034028358264b3555..398f85e784248c9bf9006d42aa1de91ade25e824 100644 --- a/src/common/xcgroup_read_config.h +++ b/src/common/xcgroup_read_config.h @@ -4,11 +4,11 @@ * Copyright (C) 2009 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xhash.c b/src/common/xhash.c index 90a73cd35df53c90740078b20c56dc3f9e30bdf5..3d57324dc4c39bd4d6fe8de544a063f82d70a13e 100644 --- a/src/common/xhash.c +++ b/src/common/xhash.c @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2012 CEA/DAM/DIF * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -23,13 +23,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. \*****************************************************************************/ diff --git a/src/common/xhash.h b/src/common/xhash.h index 54afbb4573799804e0abd653138950e0b9ece297..c06787ccf6a3b3707f790df295fd980b926d1b2d 100644 --- a/src/common/xhash.h +++ b/src/common/xhash.h @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2012 CEA/DAM/DIF * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -23,13 +23,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. \*****************************************************************************/ diff --git a/src/common/xlua.c b/src/common/xlua.c index 625eb8bfa0316e452da5b22362887c0b3a2deec5..28716ce92065fdb816b0c3ec482d0e1614e4dee2 100644 --- a/src/common/xlua.c +++ b/src/common/xlua.c @@ -4,11 +4,11 @@ * Copyright (C) 2015 SchedMD LLC. * Written by Tim Wickberg * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xlua.h b/src/common/xlua.h index a103307bee1a196fcf89cbfca411634f987be83e..8067948002a2fe15846476fb3435fc6d5172603c 100644 --- a/src/common/xlua.h +++ b/src/common/xlua.h @@ -4,11 +4,11 @@ * Copyright (C) 2015 SchedMD LLC. * Written by Tim Wickberg * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xmalloc.c b/src/common/xmalloc.c index 4bc221f908a1e08614ee3dbedf59a16237a667ec..918410c231c7d496d858f4877e6b6cc213092e16 100644 --- a/src/common/xmalloc.c +++ b/src/common/xmalloc.c @@ -9,11 +9,11 @@ * Mark Grondona * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xmalloc.h b/src/common/xmalloc.h index cd7a03effc60e9d50358c4ff0f3cd0e66b61faab..ead6c489ded294adebfdfdb135af06befc5b2e26 100644 --- a/src/common/xmalloc.h +++ b/src/common/xmalloc.h @@ -10,11 +10,11 @@ * Mark Grondona * 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 . * 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. @@ -30,13 +30,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. ***************************************************************************** * Description: diff --git a/src/common/xsignal.c b/src/common/xsignal.c index 9c90f6e79b8deb169d492b9f7f012abd82822833..589415eadbe429aa09d67494fe3253e172898a4d 100644 --- a/src/common/xsignal.c +++ b/src/common/xsignal.c @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xsignal.h b/src/common/xsignal.h index 079935e1f450c98672e0796da9f509ea71343e43..2b5bc1623d05cb66d41a438f0c3d2396a14aa883 100644 --- a/src/common/xsignal.h +++ b/src/common/xsignal.h @@ -6,11 +6,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xstring.c b/src/common/xstring.c index 019e75f82a7ac974fa7375a3dc6dfdabe1836df4..daa9807919fe4b59c02f0c7d9faf8b9694e802b5 100644 --- a/src/common/xstring.c +++ b/src/common/xstring.c @@ -9,11 +9,11 @@ * * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/common/xstring.h b/src/common/xstring.h index 4db6c9ec41136b8eff3aa805383ed3b39620ae1e..662c805d26f2c8c4560eb0949610c8a0a48cbebf 100644 --- a/src/common/xstring.h +++ b/src/common/xstring.h @@ -7,11 +7,11 @@ * Written by Jim Garlick , et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/common/xtree.c b/src/common/xtree.c index f465dc6f1feb9199ec2725e5eb781a6cc10cd85f..60efc0aba0d40612cf737f77884c4da84949f9b4 100644 --- a/src/common/xtree.c +++ b/src/common/xtree.c @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2012 CEA/DAM/DIF * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -23,13 +23,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. \*****************************************************************************/ diff --git a/src/common/xtree.h b/src/common/xtree.h index 0753c5c14ca6aa664dd25498aa00c600902f2a79..694d71b97ce55f99da5fe1756f37981d1d06dc9e 100644 --- a/src/common/xtree.h +++ b/src/common/xtree.h @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2012 CEA/DAM/DIF * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -23,13 +23,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. \*****************************************************************************/ diff --git a/src/database/mysql_common.c b/src/database/mysql_common.c index 8ae560bebaf1a31bf92c18fba029b2ea0deab17c..1490c44e5587d33f62e8048950458320c0085da3 100644 --- a/src/database/mysql_common.c +++ b/src/database/mysql_common.c @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/database/mysql_common.h b/src/database/mysql_common.h index e4aae68be23b3db24f717c65c903c16694b4dbc8..31900787826dfcc5168f0a2e81ab31f359bd2102 100644 --- a/src/database/mysql_common.h +++ b/src/database/mysql_common.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/db_api/account_functions.c b/src/db_api/account_functions.c index e1169ca37ee13c934e7bbbefc21b0e6f86a02782..58d6a946751ffb29b55f9badd8893bead22ee0d4 100644 --- a/src/db_api/account_functions.c +++ b/src/db_api/account_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/archive_functions.c b/src/db_api/archive_functions.c index 0b97dfa7889e46c6a3dce34a17a2e54cf2becb39..04f42da82b6c96fa5103596955707a5b46ce73ca 100644 --- a/src/db_api/archive_functions.c +++ b/src/db_api/archive_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/assoc_functions.c b/src/db_api/assoc_functions.c index d596a2b996179b9e694da22757ad9d8c3457200f..ed2fe45c9411b413d1d0460adbf79408421605e9 100644 --- a/src/db_api/assoc_functions.c +++ b/src/db_api/assoc_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/cluster_functions.c b/src/db_api/cluster_functions.c index a45f4ef608e81b442c29bddd138bb69083bb4ac8..f90265bb689ca0f6c4e88d9f433773cabab2810a 100644 --- a/src/db_api/cluster_functions.c +++ b/src/db_api/cluster_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/cluster_report_functions.c b/src/db_api/cluster_report_functions.c index 2e4d944e58320523d480c49cf3819437ec66ddd2..9d70cd210b960683b06a697d3a3442ddf42d57b3 100644 --- a/src/db_api/cluster_report_functions.c +++ b/src/db_api/cluster_report_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/connection_functions.c b/src/db_api/connection_functions.c index 0db085fc9e6d0827cf6b34a5680f81d333622920..9e627b3e73cf4e0f851af3ef2cf1a6c9a2e5fb54 100644 --- a/src/db_api/connection_functions.c +++ b/src/db_api/connection_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/coord_functions.c b/src/db_api/coord_functions.c index f225fad3d40e5aa15a208a7e23663a9e018a314e..a8a0c3b8776139d716836d897a94d40c3f957912 100644 --- a/src/db_api/coord_functions.c +++ b/src/db_api/coord_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/extra_get_functions.c b/src/db_api/extra_get_functions.c index 5d39b965f7d373dc150e8e2ea6834cc65007ff9b..50fd715310d9a88eb494da6fca9b12d6f070eb30 100644 --- a/src/db_api/extra_get_functions.c +++ b/src/db_api/extra_get_functions.c @@ -8,11 +8,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/db_api/federation_functions.c b/src/db_api/federation_functions.c index 802de22f5d6678c376c78c1568bcaee266354a2c..40179e233b786b1023d153607dc18174a8336209 100644 --- a/src/db_api/federation_functions.c +++ b/src/db_api/federation_functions.c @@ -5,11 +5,11 @@ * Copyright (C) 2016 SchedMD LLC. * Written by Brian Christiansen * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/db_api/job_functions.c b/src/db_api/job_functions.c index ae6d9ad07ff44116700a7fdf9f0d28ad64b81da7..9d7da3050bf362617a09b16881d2c47ea8d7177d 100644 --- a/src/db_api/job_functions.c +++ b/src/db_api/job_functions.c @@ -4,11 +4,11 @@ * Copyright (C) 2017 SchedMD LLC * Written by Danny Auble da@schedmd.com, et. al. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/db_api/job_report_functions.c b/src/db_api/job_report_functions.c index 70f441c1015b44abe6dc8d7fcbbd142186c42080..c46594ca24bb0a9a653773318ddd0799ffe74bb2 100644 --- a/src/db_api/job_report_functions.c +++ b/src/db_api/job_report_functions.c @@ -6,11 +6,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/db_api/qos_functions.c b/src/db_api/qos_functions.c index 8e41fd59c3951dac173bbd50bec2b35129db8edf..cf85975d18679f39d95f7a8a0c9d800511d1d581 100644 --- a/src/db_api/qos_functions.c +++ b/src/db_api/qos_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/resource_functions.c b/src/db_api/resource_functions.c index d7a534ae2560aab3d3e53266798d13f9954d2198..e26438a8c4c46b17483330ba83904bd39c2460d3 100644 --- a/src/db_api/resource_functions.c +++ b/src/db_api/resource_functions.c @@ -6,11 +6,11 @@ * * Written by Bill Brophy * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \****************************************************************************/ diff --git a/src/db_api/tres_functions.c b/src/db_api/tres_functions.c index ebc202c91328463379bab475b53c39c3db0923d3..11d3b2e64ff7b9406c8db7ece1fe1a928b242fd8 100644 --- a/src/db_api/tres_functions.c +++ b/src/db_api/tres_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/usage_functions.c b/src/db_api/usage_functions.c index ccc0a841c85d9b1386483e88b672e2e806d08644..69bbba72b7cb1486ec8c36ac1b4a1de6a7a559e6 100644 --- a/src/db_api/usage_functions.c +++ b/src/db_api/usage_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/user_functions.c b/src/db_api/user_functions.c index e04b7e4c91d95654b0a3b91a6be9bcb145676217..07f81521ba1439ce7f013d261bf98c54ae00639e 100644 --- a/src/db_api/user_functions.c +++ b/src/db_api/user_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/db_api/user_report_functions.c b/src/db_api/user_report_functions.c index aadd0a879bf41dda421f385f91c5f5b9300c10e1..980af734fb260f27b1d6439a1151fc586dcdb958 100644 --- a/src/db_api/user_report_functions.c +++ b/src/db_api/user_report_functions.c @@ -6,11 +6,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/db_api/wckey_functions.c b/src/db_api/wckey_functions.c index ec5cb516a49c87f8e51605b9370e68ab8513d61c..f996caef95d763e3407772f4241a23b97e939f9b 100644 --- a/src/db_api/wckey_functions.c +++ b/src/db_api/wckey_functions.c @@ -7,11 +7,11 @@ * Written by Danny Auble da@llnl.gov, et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/common/common_as.c b/src/plugins/accounting_storage/common/common_as.c index fc811188e42ec4cb57fe0fc2de110ee757349aad..1c262fb8573d33e3e5a6c6104668360149dd6b54 100644 --- a/src/plugins/accounting_storage/common/common_as.c +++ b/src/plugins/accounting_storage/common/common_as.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/common/common_as.h b/src/plugins/accounting_storage/common/common_as.h index 1019cd265251e2841acb519923c872bc681466f3..59730d70e0de2c9e056778206b9569b428be9a32 100644 --- a/src/plugins/accounting_storage/common/common_as.h +++ b/src/plugins/accounting_storage/common/common_as.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/filetxt/accounting_storage_filetxt.c b/src/plugins/accounting_storage/filetxt/accounting_storage_filetxt.c index 02df8fe8f93aafb8defa4ac41bda026aef1e25cd..58a45ce9e4a783132fee4853ddb01f427921d9a7 100644 --- a/src/plugins/accounting_storage/filetxt/accounting_storage_filetxt.c +++ b/src/plugins/accounting_storage/filetxt/accounting_storage_filetxt.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -52,14 +52,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.c b/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.c index c6eb8cc4a47cd3d578eb06585973b5ffde5c4c80..bc847d1189b603d1743df3654f8103410085c9f0 100644 --- a/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.c +++ b/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.c @@ -8,11 +8,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -1428,7 +1428,7 @@ extern int filetxt_jobacct_process_archive(slurmdb_archive_cond_t *arch_cond) file_err = slurm_reconfigure(); if (file_err) { file_err = 1; - error("Error: Attempt to reconfigure SLURM failed."); + error("Error: Attempt to reconfigure Slurm failed."); if (rename(old_logfile_name, filein)) { perror("renaming logfile from .old."); goto finished2; diff --git a/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.h b/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.h index eb72db366977783a0fed68c77229027a205c150d..34eb0d4b9daa8ee9876053fef22a9a476b18468d 100644 --- a/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.h +++ b/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.h @@ -8,11 +8,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c b/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c index 893f6461c72aa2e98ed03e3e4d6421bafcab65bf..78e6bfee68a86c8826292e11a460df7b895363b3 100644 --- a/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c +++ b/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. ***************************************************************************** * Notes on as_mysql configuration @@ -84,15 +84,15 @@ pthread_mutex_t as_mysql_cluster_list_lock = PTHREAD_MUTEX_INITIALIZER; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "accounting_storage" for SLURM job completion + * the plugin (e.g., "accounting_storage" for Slurm job completion * logging) and - * is a description of how this plugin satisfies that application. SLURM will + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "accounting_storage/". * diff --git a/src/plugins/accounting_storage/mysql/accounting_storage_mysql.h b/src/plugins/accounting_storage/mysql/accounting_storage_mysql.h index 4b133072587af537f0381327b97202713779e3cd..0b289265644fad1ecf6529c6dbca9129a6e9d213 100644 --- a/src/plugins/accounting_storage/mysql/accounting_storage_mysql.h +++ b/src/plugins/accounting_storage/mysql/accounting_storage_mysql.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_acct.c b/src/plugins/accounting_storage/mysql/as_mysql_acct.c index d4b9b6f4dd13aad39e42da077e9e986252ee2fff..f37359a9a88a5fdd3c6907495a38ba02b3770211 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_acct.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_acct.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_acct.h b/src/plugins/accounting_storage/mysql/as_mysql_acct.h index c8a00dfe1c521d6bba1e12312baec4c902b7a3ef..a141db1d4532825c44c1cc41f539611f0d074f07 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_acct.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_acct.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ #ifndef _HAVE_MYSQL_ACCT_H diff --git a/src/plugins/accounting_storage/mysql/as_mysql_archive.c b/src/plugins/accounting_storage/mysql/as_mysql_archive.c index 7460e72b908e2963bb87a6c859a49b320d5aa069..4672a959cd0d1587e7ed3417858f5c1ba8d5b65e 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_archive.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_archive.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_archive.h b/src/plugins/accounting_storage/mysql/as_mysql_archive.h index 75346a0b10aabc37cf9a3d2017ca380e69f6b24c..24105d342a59eca453e39c9fa2ef8b87ce21004e 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_archive.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_archive.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_assoc.c b/src/plugins/accounting_storage/mysql/as_mysql_assoc.c index 0268b44d90b812547568695acbeadc79c5ada18b..b41cdea9b172b88c2729ef791273354188b220bb 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_assoc.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_assoc.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_assoc.h b/src/plugins/accounting_storage/mysql/as_mysql_assoc.h index 903fac251fbee3b9166b8253134c97fdcc16d10c..479fbae9e997c3ad0afcd1550ec22e1ccb5a552f 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_assoc.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_assoc.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_cluster.c b/src/plugins/accounting_storage/mysql/as_mysql_cluster.c index a2530df947204c473f7c46256386e898d4ac0ae1..8fe7dad8f10236e73decf0fca3d0e14a904bf634 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_cluster.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_cluster.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -508,7 +508,7 @@ extern List as_mysql_modify_clusters(mysql_conn_t *mysql_conn, uint32_t uid, cluster_cond->with_deleted = 0; _setup_cluster_cond_limits(cluster_cond, &extra); - /* Needed if talking to older SLURM versions < 2.2 */ + /* Needed if talking to older Slurm versions < 2.2 */ if (!mysql_conn->cluster_name && cluster_cond->cluster_list && list_count(cluster_cond->cluster_list)) mysql_conn->cluster_name = diff --git a/src/plugins/accounting_storage/mysql/as_mysql_cluster.h b/src/plugins/accounting_storage/mysql/as_mysql_cluster.h index f605f111789a3791a0c01186e4ec7c856814cf20..71df21b325d8f1e576d0867820dcebb978d519f4 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_cluster.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_cluster.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ #ifndef _HAVE_MYSQL_CLUSTER_H diff --git a/src/plugins/accounting_storage/mysql/as_mysql_convert.c b/src/plugins/accounting_storage/mysql/as_mysql_convert.c index 0e197c2f57b814f44134c7af1a9ec3aec4358d26..e21a32fed41c2ed4f12034912171ae7aae6e0d1c 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_convert.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_convert.c @@ -6,11 +6,11 @@ * Copyright (C) 2015 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_convert.h b/src/plugins/accounting_storage/mysql/as_mysql_convert.h index 77a99b81919fa6e3c37ea7ce357f36d372b42415..ab5573ea1301b43dfb3206dc3e9dbb2adb603808 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_convert.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_convert.h @@ -6,11 +6,11 @@ * Copyright (C) 2015-2017 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_federation.c b/src/plugins/accounting_storage/mysql/as_mysql_federation.c index 779d5266334352990a34629b6676bc9f13681568..c2ff26384e8dfa47af268a83c6d43ac6d394546a 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_federation.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_federation.c @@ -5,11 +5,11 @@ * Copyright (C) 2016 SchedMD LLC. * Written by Brian Christiansen * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_federation.h b/src/plugins/accounting_storage/mysql/as_mysql_federation.h index d3d47309265b78c8a7ddfd239f53aad112e8fc3f..0ec78b6030eb7371116110e6e0afc8fd17c4c081 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_federation.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_federation.h @@ -5,11 +5,11 @@ * Copyright (C) 2016 SchedMD LLC. * Written by Brian Christiansen * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #ifndef _HAVE_MYSQL_FEDERATION_H diff --git a/src/plugins/accounting_storage/mysql/as_mysql_fix_runaway_jobs.c b/src/plugins/accounting_storage/mysql/as_mysql_fix_runaway_jobs.c index 499613b9b80c8e21db5255a4ebb8b38f266c54d4..9bb49aa940a0cdba2c751d763a6a4a6a845ad34a 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_fix_runaway_jobs.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_fix_runaway_jobs.c @@ -4,11 +4,11 @@ * Copyright (C) 2016 SchedMD LLC. * Written by Nathan Yee * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_fix_runaway_jobs.h b/src/plugins/accounting_storage/mysql/as_mysql_fix_runaway_jobs.h index 2270023be5b53c02e11e56335aae35ddca72ee18..92970aa2ece59182b3490c1d874d935031adb89f 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_fix_runaway_jobs.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_fix_runaway_jobs.h @@ -4,11 +4,11 @@ * Copyright (C) 2016 SchedMD LLC. * Written by Nathan Yee * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_job.c b/src/plugins/accounting_storage/mysql/as_mysql_job.c index 87bb0ed67862c276a5dab087b03d07a7a6557c5a..de8de12e72310f9d5a14cebf99d2e56f07f47aea 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_job.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_job.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_job.h b/src/plugins/accounting_storage/mysql/as_mysql_job.h index 657a5e6974b50bc9092c0bac24308bf6b2e1bb21..496ae1ed13a87760365404d3a4082f0625aa3c0e 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_job.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_job.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_jobacct_process.c b/src/plugins/accounting_storage/mysql/as_mysql_jobacct_process.c index fefb6fa684c1d24192252340f012c85359e6e6b3..14f0802aadebc1e64e7c6a37997f4d3a03f51f21 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_jobacct_process.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_jobacct_process.c @@ -9,11 +9,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/accounting_storage/mysql/as_mysql_jobacct_process.h b/src/plugins/accounting_storage/mysql/as_mysql_jobacct_process.h index 28e182bb5f034c3a716d20a73619de0428668880..2f9aa9d2a13713df869194ffafca484150f953c3 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_jobacct_process.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_jobacct_process.h @@ -8,11 +8,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/accounting_storage/mysql/as_mysql_problems.c b/src/plugins/accounting_storage/mysql/as_mysql_problems.c index 1f4c2217a8d3c22830576fdcac63be6e2a86a8df..a1be254e42858d0c651b6868d88e2ad9c6decdfb 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_problems.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_problems.c @@ -8,11 +8,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_problems.h b/src/plugins/accounting_storage/mysql/as_mysql_problems.h index 802016df0cd7c4fde64cf05cafccdf6508698826..317b88d145770e7b3f83fe3dcbbd581d7f9b6cd5 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_problems.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_problems.h @@ -8,11 +8,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_qos.c b/src/plugins/accounting_storage/mysql/as_mysql_qos.c index 00dd274ec8d46b26647af398c455d216d06d1352..3a1f8ec5b23428ebe8feb8ca5eb78652a20aa4c0 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_qos.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_qos.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_qos.h b/src/plugins/accounting_storage/mysql/as_mysql_qos.h index 9f9b976c0f417f1621f998c6d418c5b0b4644594..75b4b7f62c490bc7e056cf9359bd5921b08242cc 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_qos.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_qos.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_resource.c b/src/plugins/accounting_storage/mysql/as_mysql_resource.c index d6a485c31b598644c8bd6ff8a86d3a16e73b8a5c..3b2774b8e3db3c112dc6129792c433ad463a0ac6 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_resource.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_resource.c @@ -6,11 +6,11 @@ * * Written by Bill Brophy * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_resource.h b/src/plugins/accounting_storage/mysql/as_mysql_resource.h index 4f4dea1a7703ef744092653c49ee76e81c555559..0582e918ddd01c5f8d9f7bc3a3ef492df3a2c1dd 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_resource.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_resource.h @@ -7,11 +7,11 @@ * * Written by Bill Brophy * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ #ifndef _HAVE_MYSQL_RESOURCE_H diff --git a/src/plugins/accounting_storage/mysql/as_mysql_resv.c b/src/plugins/accounting_storage/mysql/as_mysql_resv.c index 0322be4603d2d6c1a2d916ee1c885c0c96a90705..7346a319060423fb9631acca74a5c2ce1161d973 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_resv.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_resv.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_resv.h b/src/plugins/accounting_storage/mysql/as_mysql_resv.h index 10d205a7eb864ecd457e190e64760840f348b029..158fc0ed3ae055f871183affdf55f3da9c0a772b 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_resv.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_resv.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ #ifndef _HAVE_MYSQL_RESV_H diff --git a/src/plugins/accounting_storage/mysql/as_mysql_rollup.c b/src/plugins/accounting_storage/mysql/as_mysql_rollup.c index b434e952486e9b3af314364e3eb3cd2157593ae8..bbdc70e1ab604a5f095f806e26edf764a05f91f9 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_rollup.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_rollup.c @@ -8,11 +8,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_rollup.h b/src/plugins/accounting_storage/mysql/as_mysql_rollup.h index 6a253741aaa1516aa87a5f6e27e6216024d1ba28..41770df5c8f2626de07caeb8cfbf3487e996f4eb 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_rollup.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_rollup.h @@ -9,11 +9,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_tres.c b/src/plugins/accounting_storage/mysql/as_mysql_tres.c index 648b5aa233acea492f2522780fa999fac6492478..932b537aff87f492af4d866fcc5a1feb5551623a 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_tres.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_tres.c @@ -5,11 +5,11 @@ * Copyright (C) 2015 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_tres.h b/src/plugins/accounting_storage/mysql/as_mysql_tres.h index a57cecf1115c3b03587d32a1b823b420830c4fd0..825425a5ad3a7dc02bf1058534b3f15593f850e3 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_tres.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_tres.h @@ -5,11 +5,11 @@ * Copyright (C) 2015 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_txn.c b/src/plugins/accounting_storage/mysql/as_mysql_txn.c index 2e9b601915ca35fa239d4e3fdd3d2dda9d184048..f4c7c4895b2caa9cc439761ccea398891fe7f046 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_txn.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_txn.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_txn.h b/src/plugins/accounting_storage/mysql/as_mysql_txn.h index 47d4a22b773fe36b01766a8373317ed2da95284d..713db1f66047e13070151916236cd8c830437f92 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_txn.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_txn.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_usage.c b/src/plugins/accounting_storage/mysql/as_mysql_usage.c index 02ae4efb0c6bf220b94e70d9b661c203f0f8c5ab..838c38332aaeb993cda80eb9b59f8c9575f2c467 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_usage.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_usage.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_usage.h b/src/plugins/accounting_storage/mysql/as_mysql_usage.h index 2ec1e98e647bdeb0ae1cab4054951ebcce2132d3..adbbeac56243d11b0e925012677c3b290a37d718 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_usage.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_usage.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_user.c b/src/plugins/accounting_storage/mysql/as_mysql_user.c index 723bd0b5e70c9482bef5f617765b59bdb363f292..095bba06bc15981252979d0fa0a915abe7b8984f 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_user.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_user.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_user.h b/src/plugins/accounting_storage/mysql/as_mysql_user.h index 97574e3390a3626b779e0a00b02889f261268be9..baf624524a77a3bb330399b2475804aecae3a796 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_user.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_user.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_wckey.c b/src/plugins/accounting_storage/mysql/as_mysql_wckey.c index fc7d3c9db0b3416937f49946dba512eaaccf48af..b0bc37446773a69e76216b0b4a01650f247cb1da 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_wckey.c +++ b/src/plugins/accounting_storage/mysql/as_mysql_wckey.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/mysql/as_mysql_wckey.h b/src/plugins/accounting_storage/mysql/as_mysql_wckey.h index f674a84e5cc6244b7a3264a728f9a9cce54fc953..7bcf4b59716efbd0914ac46c305e48c0e9ce50c0 100644 --- a/src/plugins/accounting_storage/mysql/as_mysql_wckey.h +++ b/src/plugins/accounting_storage/mysql/as_mysql_wckey.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/accounting_storage/none/accounting_storage_none.c b/src/plugins/accounting_storage/none/accounting_storage_none.c index 19fe0b3db87da186e2f7bc2215e24c187bebb6f5..c635e9fbbafc41b5607362730eb94912c927ff46 100644 --- a/src/plugins/accounting_storage/none/accounting_storage_none.c +++ b/src/plugins/accounting_storage/none/accounting_storage_none.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -49,14 +49,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/accounting_storage/slurmdbd/accounting_storage_slurmdbd.c b/src/plugins/accounting_storage/slurmdbd/accounting_storage_slurmdbd.c index 7cc3111946d53ad0bd98184be75670cade252864..a8bf7f1b3960096af8163b55f417cd87baa19012 100644 --- a/src/plugins/accounting_storage/slurmdbd/accounting_storage_slurmdbd.c +++ b/src/plugins/accounting_storage/slurmdbd/accounting_storage_slurmdbd.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -83,14 +83,14 @@ List job_list = NULL; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_energy/cray/acct_gather_energy_cray.c b/src/plugins/acct_gather_energy/cray/acct_gather_energy_cray.c index 64af14a95488e535356b6f6d4643998fe702a0c7..fd596ba71a7ad5e512dca25df1f963cc45f115af 100644 --- a/src/plugins/acct_gather_energy/cray/acct_gather_energy_cray.c +++ b/src/plugins/acct_gather_energy/cray/acct_gather_energy_cray.c @@ -5,11 +5,11 @@ * Written by Danny Auble who borrowed from the rapl * plugin of the same type * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * \*****************************************************************************/ @@ -57,14 +57,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_energy/ibmaem/acct_gather_energy_ibmaem.c b/src/plugins/acct_gather_energy/ibmaem/acct_gather_energy_ibmaem.c index 7dc12177447020405e89ea3cf907f08ced6f15ff..57530adaba584dcd337dad1e22cbab612309146f 100644 --- a/src/plugins/acct_gather_energy/ibmaem/acct_gather_energy_ibmaem.c +++ b/src/plugins/acct_gather_energy/ibmaem/acct_gather_energy_ibmaem.c @@ -5,11 +5,11 @@ * Written by Axel Auweter who shamelessly stole the * concepts & code from the rapl and cray plugins. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * \*****************************************************************************/ @@ -52,14 +52,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi.c b/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi.c index bfc05e6642a71f64e23f92044a100d704ad3b640..87b5e07eb2fb180968cbfa056bf10cabbde91797 100644 --- a/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi.c +++ b/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi.c @@ -4,11 +4,11 @@ * Copyright (C) 2012 * Initially written by Thomas Cadeau @ Bull. Adapted by Yoann Blein @ Bull. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -96,14 +96,14 @@ slurmd_conf_t *conf = NULL; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi_config.c b/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi_config.c index 243ac3306d251f71871d4866902c6315f3fd5580..f20c94118aab8427289c58ef44e28393d42712fa 100644 --- a/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi_config.c +++ b/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi_config.c @@ -4,11 +4,11 @@ * Copyright (C) 2012 * Written by Bull- Thomas Cadeau * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi_config.h b/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi_config.h index 6a26183e0c4b20feb4540f8a9381402ab38cb195..9f5fd86a0c7efb3cd9929a07057760c6d806b9d2 100644 --- a/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi_config.h +++ b/src/plugins/acct_gather_energy/ipmi/acct_gather_energy_ipmi_config.h @@ -4,11 +4,11 @@ * Copyright (C) 2012 * Written by Bull- Thomas Cadeau * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -133,7 +133,7 @@ typedef struct slurm_ipmi_conf { * 2 = IPMICONSOLE_PRIVILEGE_ADMIN * Pass < 0 for default of IPMICONSOLE_PRIVILEGE_ADMIN.*/ uint32_t privilege_level; - /* Options for SLURM IPMI plugin*/ + /* Options for Slurm IPMI plugin*/ /* sensor num (only for power) */ uint32_t power_sensor_num; char *power_sensors; diff --git a/src/plugins/acct_gather_energy/none/acct_gather_energy_none.c b/src/plugins/acct_gather_energy/none/acct_gather_energy_none.c index d2d89f61098cb8624ed0f63deec58acc8aadfd72..9b790b039abbceb21c9024d5cc170d0d2ba6683a 100644 --- a/src/plugins/acct_gather_energy/none/acct_gather_energy_none.c +++ b/src/plugins/acct_gather_energy/none/acct_gather_energy_none.c @@ -5,11 +5,11 @@ * Written by Bull-HN-PHX/d.rusak, * 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 . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -67,14 +67,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c b/src/plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c index 5aa7547feff2f73e5a4522465287360a751063e6..118d3e77493f29b0aa01bcff5569725207870341 100644 --- a/src/plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c +++ b/src/plugins/acct_gather_energy/rapl/acct_gather_energy_rapl.c @@ -5,11 +5,11 @@ * Written by Bull- Yiannis Georgiou * 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 . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -109,14 +109,14 @@ union { * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c b/src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c index b3f79fe856500ee523e856ac5f77c07786d706f4..97e00de5cd90a193fecf6167d6cd32ab7d2e7c2b 100644 --- a/src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c +++ b/src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 * Written by Bull- Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -78,14 +78,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_filesystem/none/acct_gather_filesystem_none.c b/src/plugins/acct_gather_filesystem/none/acct_gather_filesystem_none.c index ffd183002348fbfd9f860f7503c5936252c3c5b6..294f325fc341725b88c57181f59032904bd3419f 100644 --- a/src/plugins/acct_gather_filesystem/none/acct_gather_filesystem_none.c +++ b/src/plugins/acct_gather_filesystem/none/acct_gather_filesystem_none.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 BULL * Written by Yiannis Georgiou , * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -66,14 +66,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_interconnect/none/acct_gather_interconnect_none.c b/src/plugins/acct_gather_interconnect/none/acct_gather_interconnect_none.c index f2c296a9e7a75922aca760839f02c6358bf269f5..29f06fa53f411748d717638db549b7356a72b648 100644 --- a/src/plugins/acct_gather_interconnect/none/acct_gather_interconnect_none.c +++ b/src/plugins/acct_gather_interconnect/none/acct_gather_interconnect_none.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 BULL * Written by Yiannis Georgiou , * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -66,14 +66,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_interconnect/ofed/acct_gather_interconnect_ofed.c b/src/plugins/acct_gather_interconnect/ofed/acct_gather_interconnect_ofed.c index e6b96c2fc7fea169592b6368e4c4944dad20546d..33f29166dd36a16b91d8e76924010a7e013eb348 100644 --- a/src/plugins/acct_gather_interconnect/ofed/acct_gather_interconnect_ofed.c +++ b/src/plugins/acct_gather_interconnect/ofed/acct_gather_interconnect_ofed.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 * Written by Bull- Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -85,14 +85,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_interconnect/ofed/acct_gather_interconnect_ofed.h b/src/plugins/acct_gather_interconnect/ofed/acct_gather_interconnect_ofed.h index dc17ecb6c6e2128f9054e947a398ea1e62222dd9..696af4b85b1a551c0b3393e60af741c736a13b21 100644 --- a/src/plugins/acct_gather_interconnect/ofed/acct_gather_interconnect_ofed.h +++ b/src/plugins/acct_gather_interconnect/ofed/acct_gather_interconnect_ofed.h @@ -5,11 +5,11 @@ * Copyright (C) 2013 * Written by Bull- Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/acct_gather_profile/hdf5/acct_gather_profile_hdf5.c b/src/plugins/acct_gather_profile/hdf5/acct_gather_profile_hdf5.c index ad45035a38dcc85f30a7b4a4fd2176439bbf68ad..114145e07a20a382ed626f54660efeb5ac38f8f1 100644 --- a/src/plugins/acct_gather_profile/hdf5/acct_gather_profile_hdf5.c +++ b/src/plugins/acct_gather_profile/hdf5/acct_gather_profile_hdf5.c @@ -11,11 +11,11 @@ * and Danny Auble @ SchedMD. * Adapted by Yoann Blein @ Bull. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -31,13 +31,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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -82,14 +82,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_profile/hdf5/hdf5_api.c b/src/plugins/acct_gather_profile/hdf5/hdf5_api.c index 007d27f34d17bb36073206fec42192e40a88d3c0..34bae2d9b63e1915fecb6586c98c2445ad7eb809 100644 --- a/src/plugins/acct_gather_profile/hdf5/hdf5_api.c +++ b/src/plugins/acct_gather_profile/hdf5/hdf5_api.c @@ -8,11 +8,11 @@ * * Provide support for acct_gather_profile plugins based on HDF5 files. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \****************************************************************************/ diff --git a/src/plugins/acct_gather_profile/hdf5/hdf5_api.h b/src/plugins/acct_gather_profile/hdf5/hdf5_api.h index 40df9ce383bad5e0e55784dee231efd74cc1dfa2..01f71aae56d1f217f29e97a1d3b6360bf914fec3 100644 --- a/src/plugins/acct_gather_profile/hdf5/hdf5_api.h +++ b/src/plugins/acct_gather_profile/hdf5/hdf5_api.h @@ -11,11 +11,11 @@ * * Provide support for acct_gather_profile plugins based on HDF5 files. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -31,13 +31,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. \****************************************************************************/ #ifndef __ACCT_GATHER_HDF5_API_H__ diff --git a/src/plugins/acct_gather_profile/hdf5/sh5util/sh5util.c b/src/plugins/acct_gather_profile/hdf5/sh5util/sh5util.c index df34cd34700617d11a57cb89cb51495a212cc620..9d8d327259878af1cf4fdb8cb1a3cf61a9ce976d 100644 --- a/src/plugins/acct_gather_profile/hdf5/sh5util/sh5util.c +++ b/src/plugins/acct_gather_profile/hdf5/sh5util/sh5util.c @@ -12,11 +12,11 @@ * and Danny Auble @ SchedMD. * Adapted by Yoann Blein @ Bull. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -32,13 +32,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. * \*****************************************************************************/ diff --git a/src/plugins/acct_gather_profile/hdf5/sh5util/sh5util.h b/src/plugins/acct_gather_profile/hdf5/sh5util/sh5util.h index 8774045ed53dd348e97937d5d23804bd3f75966c..6b2dc0e473099222cf53d223df8683d0bb3ff929 100644 --- a/src/plugins/acct_gather_profile/hdf5/sh5util/sh5util.h +++ b/src/plugins/acct_gather_profile/hdf5/sh5util/sh5util.h @@ -7,11 +7,11 @@ * * Written by Danny Auble @ SchedMD. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. * \*****************************************************************************/ diff --git a/src/plugins/acct_gather_profile/influxdb/acct_gather_profile_influxdb.c b/src/plugins/acct_gather_profile/influxdb/acct_gather_profile_influxdb.c index 56c3d716134a8f5176d29a7cab76429941378fd7..372bfbba4c4f5b39c66162031bfa123bad27d0ca 100644 --- a/src/plugins/acct_gather_profile/influxdb/acct_gather_profile_influxdb.c +++ b/src/plugins/acct_gather_profile/influxdb/acct_gather_profile_influxdb.c @@ -12,11 +12,11 @@ * * Portions Copyright (C) 2013 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 . * 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. @@ -32,13 +32,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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -78,14 +78,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/acct_gather_profile/none/acct_gather_profile_none.c b/src/plugins/acct_gather_profile/none/acct_gather_profile_none.c index a1330dbbcb96d25fad950aea366208d7d65f6aea..70ce05676a637252e4cb0333ad6a0c568eeaef0b 100644 --- a/src/plugins/acct_gather_profile/none/acct_gather_profile_none.c +++ b/src/plugins/acct_gather_profile/none/acct_gather_profile_none.c @@ -6,11 +6,11 @@ * * Written by Rod Schultz * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * \*****************************************************************************/ @@ -65,14 +65,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/auth/munge/auth_munge.c b/src/plugins/auth/munge/auth_munge.c index 73498e65b3b869918ed774d0cb567c8d4a0fabf1..720afe822160e178991dff2a83bd211c4ce901e4 100644 --- a/src/plugins/auth/munge/auth_munge.c +++ b/src/plugins/auth/munge/auth_munge.c @@ -1,5 +1,5 @@ /*****************************************************************************\ - * auth_munge.c - SLURM auth implementation via Chris Dunlap's Munge + * auth_munge.c - Slurm auth implementation via Chris Dunlap's Munge ***************************************************************************** * Copyright (C) 2002-2007 The Regents of the University of California. * Copyright (C) 2008-2009 Lawrence Livermore National Security. @@ -7,11 +7,11 @@ * Written by Mark Grondona * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -67,14 +67,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * @@ -353,7 +353,7 @@ slurm_auth_get_gid( slurm_auth_credential_t *cred, char *opts ) /* * Marshall a credential for transmission over the network, according to - * SLURM's marshalling protocol. + * Slurm's marshalling protocol. */ int slurm_auth_pack( slurm_auth_credential_t *cred, Buf buf ) @@ -385,7 +385,7 @@ slurm_auth_pack( slurm_auth_credential_t *cred, Buf buf ) /* * Unmarshall a credential after transmission over the network according - * to SLURM's marshalling protocol. + * to Slurm's marshalling protocol. */ slurm_auth_credential_t * slurm_auth_unpack( Buf buf ) diff --git a/src/plugins/auth/none/auth_none.c b/src/plugins/auth/none/auth_none.c index 6bd3beee8895d7e7090ebcdaa3d74bff938c7741..9fbc1dbb0d35196602fbb4a94e1893338db6e8f1 100644 --- a/src/plugins/auth/none/auth_none.c +++ b/src/plugins/auth/none/auth_none.c @@ -7,11 +7,11 @@ * Written by Kevin Tew et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -57,14 +57,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * @@ -95,7 +95,7 @@ const uint32_t plugin_version = SLURM_VERSION_NUMBER; * random memory. * * A word about thread safety. The authentication plugin API specifies - * that SLURM will exercise the plugin sanely. That is, the authenticity + * that Slurm will exercise the plugin sanely. That is, the authenticity * of a credential which has not been activated should not be tested. * However, the credential should be thread-safe. This does not mean * necessarily that a plugin must recognize when an inconsistent sequence @@ -140,7 +140,7 @@ extern int fini ( void ) } /* - * The remainder of this file implements the standard SLURM authentication + * The remainder of this file implements the standard Slurm authentication * API. */ @@ -216,7 +216,7 @@ slurm_auth_get_gid( slurm_auth_credential_t *cred, char *auth_info ) /* * Marshall a credential for transmission over the network, according to - * SLURM's marshalling protocol. + * Slurm's marshalling protocol. */ int slurm_auth_pack( slurm_auth_credential_t *cred, Buf buf ) @@ -243,7 +243,7 @@ slurm_auth_pack( slurm_auth_credential_t *cred, Buf buf ) /* * Unmarshall a credential after transmission over the network according - * to SLURM's marshalling protocol. + * to Slurm's marshalling protocol. */ slurm_auth_credential_t * slurm_auth_unpack( Buf buf ) @@ -337,7 +337,7 @@ slurm_auth_errno( slurm_auth_credential_t *cred ) /* * Return a string corresponding to an error. We are responsible only for - * the errors we define here in the plugin. The SLURM plugin wrappers + * the errors we define here in the plugin. The Slurm plugin wrappers * take care of the API-mandated errors. */ const char * diff --git a/src/plugins/burst_buffer/common/burst_buffer_common.c b/src/plugins/burst_buffer/common/burst_buffer_common.c index b966396394db3e3f5048402cd1396c880a08f469..bfefd9b5ee262db494c74e8d4a12d71d069dece1 100644 --- a/src/plugins/burst_buffer/common/burst_buffer_common.c +++ b/src/plugins/burst_buffer/common/burst_buffer_common.c @@ -10,11 +10,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -30,13 +30,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. \*****************************************************************************/ diff --git a/src/plugins/burst_buffer/common/burst_buffer_common.h b/src/plugins/burst_buffer/common/burst_buffer_common.h index 930ad91e7c7d448d8a197915a6ad07363d65d2bc..df5a01a38ddcc1a40ef26c6022b7410a1ba91f63 100644 --- a/src/plugins/burst_buffer/common/burst_buffer_common.h +++ b/src/plugins/burst_buffer/common/burst_buffer_common.h @@ -10,11 +10,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -30,13 +30,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. \*****************************************************************************/ diff --git a/src/plugins/burst_buffer/cray/burst_buffer_cray.c b/src/plugins/burst_buffer/cray/burst_buffer_cray.c index 99a9fdfc2292cec5b601593f9809bd77785066c9..79488826b59e735079f0734e6ae3ee2cf2792dc6 100644 --- a/src/plugins/burst_buffer/cray/burst_buffer_cray.c +++ b/src/plugins/burst_buffer/cray/burst_buffer_cray.c @@ -4,11 +4,11 @@ * Copyright (C) 2014-2018 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -98,14 +98,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "burst_buffer" for SLURM burst_buffer) and is a - * description of how this plugin satisfies that application. SLURM will only + * the plugin (e.g., "burst_buffer" for Slurm burst_buffer) and is a + * description of how this plugin satisfies that application. Slurm will only * load a burst_buffer plugin if the plugin_type string has a prefix of * "burst_buffer/". * @@ -3114,7 +3114,7 @@ extern uint64_t bb_p_get_system_size(void) * etc.) * * init_config IN - true if called as part of slurmctld initialization - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_load_state(bool init_config) { @@ -3165,7 +3165,7 @@ extern char *bb_p_get_status(uint32_t argc, char **argv) /* * Note configuration may have changed. Handle changes in BurstBufferParameters. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_reconfig(void) { @@ -3201,7 +3201,7 @@ extern int bb_p_reconfig(void) * Pack current burst buffer state information for network transmission to * user (e.g. "scontrol show burst") * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_state_pack(uid_t uid, Buf buffer, uint16_t protocol_version) { @@ -3230,7 +3230,7 @@ extern int bb_p_state_pack(uid_t uid, Buf buffer, uint16_t protocol_version) * options. Performed after setting default account + qos, but prior to * establishing job ID or creating script file. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_validate(struct job_descriptor *job_desc, uid_t submit_uid) @@ -3407,7 +3407,7 @@ static bool _have_dw_cmd_opts(bb_job_t *bb_job) * NOTE: We do this work inline so the user can be notified immediately if * there is some problem with their script. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_validate2(struct job_record *job_ptr, char **err_msg) { @@ -3863,7 +3863,7 @@ extern int bb_p_job_test_stage_in(struct job_record *job_ptr, bool test_only) * At this time, bb_g_job_test_stage_in() should have been run sucessfully AND * the compute nodes selected for the job. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_begin(struct job_record *job_ptr) { @@ -4150,7 +4150,7 @@ static void *_start_pre_run(void *x) * Executed after bb_p_job_begin() if there was an allocation failure. * Does not release previously allocated resources. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_revoke_alloc(struct job_record *job_ptr) { @@ -4176,7 +4176,7 @@ extern int bb_p_job_revoke_alloc(struct job_record *job_ptr) /* * Trigger a job's burst buffer stage-out to begin * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_start_stage_out(struct job_record *job_ptr) { @@ -4326,7 +4326,7 @@ extern int bb_p_job_test_stage_out(struct job_record *job_ptr) /* * Terminate any file staging and completely release burst buffer resources * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_cancel(struct job_record *job_ptr) { diff --git a/src/plugins/burst_buffer/generic/burst_buffer_generic.c b/src/plugins/burst_buffer/generic/burst_buffer_generic.c index d079b4da36fd124676e3829949ee90b932b9283d..a89b0f1767eb85ab226c02988baaa029a0a62022 100644 --- a/src/plugins/burst_buffer/generic/burst_buffer_generic.c +++ b/src/plugins/burst_buffer/generic/burst_buffer_generic.c @@ -4,11 +4,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -64,14 +64,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "burst_buffer" for SLURM burst_buffer) and is a - * description of how this plugin satisfies that application. SLURM will only + * the plugin (e.g., "burst_buffer" for Slurm burst_buffer) and is a + * description of how this plugin satisfies that application. Slurm will only * load a burst_buffer plugin if the plugin_type string has a prefix of * "burst_buffer/". * @@ -115,7 +115,7 @@ extern uint64_t bb_p_get_system_size(void) * etc.) * * init_config IN - true if called as part of slurmctld initialization - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_load_state(bool init_config) { @@ -136,7 +136,7 @@ extern char *bb_p_get_status(uint32_t argc, char **argv) /* * Note configuration may have changed. Handle changes in BurstBufferParameters. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_reconfig(void) { @@ -147,7 +147,7 @@ extern int bb_p_reconfig(void) * Pack current burst buffer state information for network transmission to * user (e.g. "scontrol show burst") * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_state_pack(uid_t uid, Buf buffer, uint16_t protocol_version) { @@ -159,7 +159,7 @@ extern int bb_p_state_pack(uid_t uid, Buf buffer, uint16_t protocol_version) * options. Performed after setting default account + qos, but prior to * establishing job ID or creating script file. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_validate(struct job_descriptor *job_desc, uid_t submit_uid) @@ -171,7 +171,7 @@ extern int bb_p_job_validate(struct job_descriptor *job_desc, * Secondary validation of a job submit request with respect to burst buffer * options. Performed after establishing job ID and creating script file. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_validate2(struct job_record *job_ptr, char **err_msg) { @@ -226,7 +226,7 @@ extern int bb_p_job_test_stage_in(struct job_record *job_ptr, bool test_only) * At this time, bb_g_job_test_stage_in() should have been run sucessfully AND * the compute nodes selected for the job. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_begin(struct job_record *job_ptr) { @@ -237,7 +237,7 @@ extern int bb_p_job_begin(struct job_record *job_ptr) * Executed after bb_p_job_begin() if there was an allocation failure. * Does not release previously allocated resources. * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_revoke_alloc(struct job_record *job_ptr) { @@ -247,7 +247,7 @@ extern int bb_p_job_revoke_alloc(struct job_record *job_ptr) /* * Trigger a job's burst buffer stage-out to begin * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_start_stage_out(struct job_record *job_ptr) { @@ -281,7 +281,7 @@ extern int bb_p_job_test_stage_out(struct job_record *job_ptr) /* * Terminate any file staging and completely release burst buffer resources * - * Returns a SLURM errno. + * Returns a Slurm errno. */ extern int bb_p_job_cancel(struct job_record *job_ptr) { diff --git a/src/plugins/checkpoint/blcr/checkpoint_blcr.c b/src/plugins/checkpoint/blcr/checkpoint_blcr.c index b8ec15a5663f3eb3d850c87d31791c5424fcff07..8696639ce7ddf62ee727bea3ebfb4ceda6b9c0c6 100644 --- a/src/plugins/checkpoint/blcr/checkpoint_blcr.c +++ b/src/plugins/checkpoint/blcr/checkpoint_blcr.c @@ -6,10 +6,10 @@ * Written by Hongia Cao. * 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 . * - * 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. @@ -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. \*****************************************************************************/ @@ -124,14 +124,14 @@ static pthread_cond_t ckpt_agent_cond = PTHREAD_COND_INITIALIZER; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "checkpoint" for SLURM checkpoint) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "checkpoint" for Slurm checkpoint) and + * is a description of how this plugin satisfies that application. Slurm will * only load checkpoint plugins if the plugin_type string has a * prefix of "checkpoint/". * @@ -160,7 +160,7 @@ extern int fini ( void ) } /* - * The remainder of this file implements the standard SLURM checkpoint API. + * The remainder of this file implements the standard Slurm checkpoint API. */ extern int slurm_ckpt_op (uint32_t job_id, uint32_t step_id, struct step_record *step_ptr, uint16_t op, diff --git a/src/plugins/checkpoint/none/checkpoint_none.c b/src/plugins/checkpoint/none/checkpoint_none.c index f1ff496efe449f20dbd2c52716a803565462f7fd..187160b27ec2b8cc71e222e60686d2cd52c1f85a 100644 --- a/src/plugins/checkpoint/none/checkpoint_none.c +++ b/src/plugins/checkpoint/none/checkpoint_none.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -56,14 +56,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "checkpoint" for SLURM checkpoint) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "checkpoint" for Slurm checkpoint) and + * is a description of how this plugin satisfies that application. Slurm will * only load checkpoint plugins if the plugin_type string has a * prefix of "checkpoint/". * @@ -89,7 +89,7 @@ extern int fini ( void ) } /* - * The remainder of this file implements the standard SLURM checkpoint API. + * The remainder of this file implements the standard Slurm checkpoint API. */ extern int slurm_ckpt_op (uint32_t job_id, uint32_t step_id, diff --git a/src/plugins/checkpoint/ompi/checkpoint_ompi.c b/src/plugins/checkpoint/ompi/checkpoint_ompi.c index 413f07cb0d44046dced0cd26bdf74a57c986d191..47bd3c1e1bd2e3a2e9494e490043408fcffd2b72 100644 --- a/src/plugins/checkpoint/ompi/checkpoint_ompi.c +++ b/src/plugins/checkpoint/ompi/checkpoint_ompi.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -72,14 +72,14 @@ static int _ckpt_step(struct step_record * step_ptr, uint16_t wait, int vacate); * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "checkpoint" for SLURM checkpoint) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "checkpoint" for Slurm checkpoint) and + * is a description of how this plugin satisfies that application. Slurm will * only load checkpoint plugins if the plugin_type string has a * prefix of "checkpoint/". * @@ -108,7 +108,7 @@ extern int fini ( void ) } /* - * The remainder of this file implements the standard SLURM checkpoint API. + * The remainder of this file implements the standard Slurm checkpoint API. */ extern int slurm_ckpt_op (uint32_t job_id, uint32_t step_id, diff --git a/src/plugins/core_spec/cray/core_spec_cray.c b/src/plugins/core_spec/cray/core_spec_cray.c index 36df06436a2acb7387f3e6ea35de4ea011228bfe..93f62166d5ae48946b8992b234f7bab11d8efb25 100644 --- a/src/plugins/core_spec/cray/core_spec_cray.c +++ b/src/plugins/core_spec/cray/core_spec_cray.c @@ -4,11 +4,11 @@ * Copyright (C) 2014-2015 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -65,14 +65,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/core_spec/none/core_spec_none.c b/src/plugins/core_spec/none/core_spec_none.c index d4b7754b9e89db603dcfc750f7fd3a377d059a21..82609f5de4f28984681bec1de4d2708f6e25b6b2 100644 --- a/src/plugins/core_spec/none/core_spec_none.c +++ b/src/plugins/core_spec/none/core_spec_none.c @@ -4,11 +4,11 @@ * Copyright (C) 2014-2015 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -58,14 +58,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/crypto/munge/crypto_munge.c b/src/plugins/crypto/munge/crypto_munge.c index b1aa8bd7868a665da6cafc90b13a56e533674f5e..c027f88c372eed7b06cf9376835d8aefe854ede3 100644 --- a/src/plugins/crypto/munge/crypto_munge.c +++ b/src/plugins/crypto/munge/crypto_munge.c @@ -7,11 +7,11 @@ * Written by Mark A. Grondona . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -67,14 +67,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * @@ -331,7 +331,7 @@ crypto_verify_sign(void * key, char *buffer, unsigned int buf_size, if ((uid != slurm_user) && (uid != 0)) { - error("crypto/munge: Unexpected uid (%d) != SLURM uid (%d)", + error("crypto/munge: Unexpected uid (%d) != Slurm uid (%d)", (int) uid, (int) slurm_user); rc = ESIG_BAD_USERID; } diff --git a/src/plugins/crypto/openssl/crypto_openssl.c b/src/plugins/crypto/openssl/crypto_openssl.c index 1a190f89f9e4c56d5c22e99b401fe14da1cf556e..4a362c4b6900deda405b8ebae1c42fa2c24e11bd 100644 --- a/src/plugins/crypto/openssl/crypto_openssl.c +++ b/src/plugins/crypto/openssl/crypto_openssl.c @@ -7,11 +7,11 @@ * Written by Mark A. Grondona . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -70,14 +70,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/ext_sensors/none/ext_sensors_none.c b/src/plugins/ext_sensors/none/ext_sensors_none.c index 613ac9e9ddc756b440f5b98266617e84cd08fa81..9b1df72bee57d91b49148c3010c727ac3cec90e6 100644 --- a/src/plugins/ext_sensors/none/ext_sensors_none.c +++ b/src/plugins/ext_sensors/none/ext_sensors_none.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 * Written by Bull- Thomas Cadeau/Martin Perry/Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * \*****************************************************************************/ @@ -66,14 +66,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/ext_sensors/rrd/ext_sensors_rrd.c b/src/plugins/ext_sensors/rrd/ext_sensors_rrd.c index b0956e026f402a49839b8e2dd3214139d57c4408..b2148987e7aced3f02c1b75fa51755014d485516 100644 --- a/src/plugins/ext_sensors/rrd/ext_sensors_rrd.c +++ b/src/plugins/ext_sensors/rrd/ext_sensors_rrd.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 * Written by Bull- Thomas Cadeau/Martin Perry/Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * \*****************************************************************************/ @@ -79,14 +79,14 @@ enum ext_sensors_value_type { * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/ext_sensors/rrd/ext_sensors_rrd.h b/src/plugins/ext_sensors/rrd/ext_sensors_rrd.h index 1eb22fa9231ac0fc6b008c71884df8961ee6ec89..684abda3238e98956d24f977c0931ce2329ebb5e 100644 --- a/src/plugins/ext_sensors/rrd/ext_sensors_rrd.h +++ b/src/plugins/ext_sensors/rrd/ext_sensors_rrd.h @@ -4,11 +4,11 @@ * Copyright (C) 2013 * Written by Bull- Thomas Cadeau/Martin Perry/Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * \*****************************************************************************/ diff --git a/src/plugins/gres/common/gres_common.c b/src/plugins/gres/common/gres_common.c index 513a8cafbd0d2f28dc048e40490d0b3d7fafeded..056c929523bf66b28cf5902d24d5f7339e19232e 100644 --- a/src/plugins/gres/common/gres_common.c +++ b/src/plugins/gres/common/gres_common.c @@ -4,11 +4,11 @@ * Copyright (C) 2017 SchedMD LLC * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/gres/common/gres_common.h b/src/plugins/gres/common/gres_common.h index 80bef473ec8c862034592de446dd9cdd5e59c85b..39c05c90eaff71a2671449b719620554b1de7265 100644 --- a/src/plugins/gres/common/gres_common.h +++ b/src/plugins/gres/common/gres_common.h @@ -4,11 +4,11 @@ * Copyright (C) 2017 SchedMD LLC * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/gres/gpu/gres_gpu.c b/src/plugins/gres/gpu/gres_gpu.c index 558816ced0df1b2946dbcf4631e3d34b789af31e..36b0bd095574357b973c399038ddfb37c75ab38d 100644 --- a/src/plugins/gres/gpu/gres_gpu.c +++ b/src/plugins/gres/gpu/gres_gpu.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -71,14 +71,14 @@ * plugin_type - A string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/gres/mic/gres_mic.c b/src/plugins/gres/mic/gres_mic.c index 0ae5f335dbe07eba3a0cff72c12058112622eee9..1a00b13abdb6027c600023543887b00aeeac709a 100644 --- a/src/plugins/gres/mic/gres_mic.c +++ b/src/plugins/gres/mic/gres_mic.c @@ -8,11 +8,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -69,14 +69,14 @@ * plugin_type - A string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/gres/nic/gres_nic.c b/src/plugins/gres/nic/gres_nic.c index beaf081218495b4a378316ee9e90bc5607289850..5974870b28be1a4063091573b892ae7a49cd9699 100644 --- a/src/plugins/gres/nic/gres_nic.c +++ b/src/plugins/gres/nic/gres_nic.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -68,14 +68,14 @@ * plugin_type - A string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/job_container/cncu/job_container_cncu.c b/src/plugins/job_container/cncu/job_container_cncu.c index 15f3a9eebd81f8f122c2abafc84bbad197052248..3c3461c71da5011374ad65ad3e6b10ff0dde8169 100644 --- a/src/plugins/job_container/cncu/job_container_cncu.c +++ b/src/plugins/job_container/cncu/job_container_cncu.c @@ -5,11 +5,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette, SchedMD * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -66,14 +66,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/job_container/none/job_container_none.c b/src/plugins/job_container/none/job_container_none.c index ee90cc19aa58e949a27b819476e5507197b8abde..36a973f4ebe44ffbea20825d55cd8a1cf408c477 100644 --- a/src/plugins/job_container/none/job_container_none.c +++ b/src/plugins/job_container/none/job_container_none.c @@ -5,11 +5,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette, SchedMD * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -53,14 +53,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/job_submit/all_partitions/job_submit_all_partitions.c b/src/plugins/job_submit/all_partitions/job_submit_all_partitions.c index 6c42a01e498d34c4513b1214c0b334e79ce86687..4c81168f3e8a65e6f776345b08418c74cbfdb77b 100644 --- a/src/plugins/job_submit/all_partitions/job_submit_all_partitions.c +++ b/src/plugins/job_submit/all_partitions/job_submit_all_partitions.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -59,14 +59,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/job_submit/cray/job_submit_cray.c b/src/plugins/job_submit/cray/job_submit_cray.c index 622355ed8ecc635023b0c25ae33a323f08444492..4a067803c30bb96354967032dcde98b4e6ab2aa9 100644 --- a/src/plugins/job_submit/cray/job_submit_cray.c +++ b/src/plugins/job_submit/cray/job_submit_cray.c @@ -6,11 +6,11 @@ * Copyright (C) 2014 Cray Inc. All Rights Reserved. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -59,14 +59,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/job_submit/defaults/job_submit_defaults.c b/src/plugins/job_submit/defaults/job_submit_defaults.c index cb49832bad19ac3cbd49fd3ea4bd98fe5f44dffa..0a59fceb5997a34c9da3eced5b72088aad7b043d 100644 --- a/src/plugins/job_submit/defaults/job_submit_defaults.c +++ b/src/plugins/job_submit/defaults/job_submit_defaults.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -59,14 +59,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/job_submit/logging/job_submit_logging.c b/src/plugins/job_submit/logging/job_submit_logging.c index e081b44471b13290eed50fcda4ef35d2dc5870c6..77223c24863ffe095629446b80cc8bd9c4105b4f 100644 --- a/src/plugins/job_submit/logging/job_submit_logging.c +++ b/src/plugins/job_submit/logging/job_submit_logging.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -59,14 +59,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/job_submit/lua/job_submit_lua.c b/src/plugins/job_submit/lua/job_submit_lua.c index f7e027e8abf4734ab499cdc3b33285a87032a20b..309dd69e55dbcbb5ad7eff25aaa391e272faab36 100644 --- a/src/plugins/job_submit/lua/job_submit_lua.c +++ b/src/plugins/job_submit/lua/job_submit_lua.c @@ -7,11 +7,11 @@ * Written by Danny Auble * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -76,14 +76,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * @@ -157,7 +157,7 @@ static void _stack_dump (char *header, lua_State *L) } /* - * Lua interface to SLURM log facility: + * Lua interface to Slurm log facility: */ static int _log_lua_msg (lua_State *L) { @@ -1400,7 +1400,7 @@ static void _register_lua_slurm_output_functions (void) lua_newtable (L); _lua_table_register(L, NULL, slurm_functions); /* - * Create more user-friendly lua versions of SLURM log functions. + * Create more user-friendly lua versions of Slurm log functions. */ snprintf(tmp_string, sizeof(tmp_string), "slurm.error (string.format(%s({...})))", @@ -1624,7 +1624,7 @@ static int _load_script(void) } /* - * Register SLURM functions in lua state: + * Register Slurm functions in lua state: * logging and slurm structure read/write functions */ _register_lua_slurm_output_functions(); diff --git a/src/plugins/job_submit/partition/job_submit_partition.c b/src/plugins/job_submit/partition/job_submit_partition.c index d97f8a3969d7064ceb093974a317d6f4992ab452..f018b58edda2035acc2603784e4889d09ed3f132 100644 --- a/src/plugins/job_submit/partition/job_submit_partition.c +++ b/src/plugins/job_submit/partition/job_submit_partition.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -59,14 +59,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/job_submit/pbs/job_submit_pbs.c b/src/plugins/job_submit/pbs/job_submit_pbs.c index ba5d85c1f9610b1b3f43e8075743899287b109ac..a39c905720bff4dec76058535b0ea197f2f2028b 100644 --- a/src/plugins/job_submit/pbs/job_submit_pbs.c +++ b/src/plugins/job_submit/pbs/job_submit_pbs.c @@ -5,11 +5,11 @@ * Copyright (C) 2013 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -65,14 +65,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/job_submit/pbs/spank_pbs.c b/src/plugins/job_submit/pbs/spank_pbs.c index 7439da8b5e59e7db0ddd2847ef0eaa63e9636890..02a38c82cd0eb82ca496d2639f22dba43bec0f30 100644 --- a/src/plugins/job_submit/pbs/spank_pbs.c +++ b/src/plugins/job_submit/pbs/spank_pbs.c @@ -7,11 +7,11 @@ * Copyright (C) 2013 SchedMD . * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ #include diff --git a/src/plugins/job_submit/require_timelimit/job_submit_require_timelimit.c b/src/plugins/job_submit/require_timelimit/job_submit_require_timelimit.c index fe876b08d489117d6b91bc45613e49d568fe2fea..b816e5cbef59d566a96b7526fc81145aea8972c9 100644 --- a/src/plugins/job_submit/require_timelimit/job_submit_require_timelimit.c +++ b/src/plugins/job_submit/require_timelimit/job_submit_require_timelimit.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 Rensselaer Polytechnic Institute * Written by Daniel M. Weeks. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #include @@ -49,14 +49,14 @@ * plugin_type - a string suggesting t#include he type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/job_submit/throttle/job_submit_throttle.c b/src/plugins/job_submit/throttle/job_submit_throttle.c index 6739ec4313d31ce5bb4bfb3e9635b968fa7c094d..b4e823fa3f0e3ea0673e5c05d71e73591b9ffc2e 100644 --- a/src/plugins/job_submit/throttle/job_submit_throttle.c +++ b/src/plugins/job_submit/throttle/job_submit_throttle.c @@ -8,11 +8,11 @@ * Copyright (C) 2014 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -61,14 +61,14 @@ * plugin_type - a string suggesting t#include he type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup.c b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup.c index d23e537b71a64974c9e9afeb22bd5970959563ac..d9dc8d42e1381921631a9e72da25d93a4dd286c5 100644 --- a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup.c +++ b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup.c @@ -6,11 +6,11 @@ * from other parts of SLURM * 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 . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -78,14 +78,14 @@ int bg_recover = NOT_FROM_CONTROLLER; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup.h b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup.h index 33f9bcb05e47235c78416259c028ae190aa94701..fec71d09d4ec91a4276d95e249a6f2593a411367 100644 --- a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup.h +++ b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup.h @@ -6,11 +6,11 @@ * from other parts of SLURM * 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 . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_blkio.c b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_blkio.c index 9db6d4a44822e46c890903d6140516fac95e2293..b806df34ff5209505801a3fede5248b1f50c87a6 100644 --- a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_blkio.c +++ b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_blkio.c @@ -6,11 +6,11 @@ * Written by Martin Perry (martin.perry@bull.com) based on code from * Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_cpuacct.c b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_cpuacct.c index 15bed0393e9ac752c6f5d1b7625020a61d852feb..4c6fe8cb01f1bd742e0fc56dfef2748a838a11d3 100644 --- a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_cpuacct.c +++ b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_cpuacct.c @@ -6,11 +6,11 @@ * Written by Martin Perry (martin.perry@bull.com) based on code from * Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_memory.c b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_memory.c index 19d239a904d910e5e9fba40dc68d89cd18c3a2b7..b8478bda44215457eb6feab92c8888c65ea7b44f 100644 --- a/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_memory.c +++ b/src/plugins/jobacct_gather/cgroup/jobacct_gather_cgroup_memory.c @@ -6,11 +6,11 @@ * Written by Martin Perry (martin.perry@bull.com) based on code from * Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/jobacct_gather/common/common_jag.c b/src/plugins/jobacct_gather/common/common_jag.c index 6f6ca54b1f3882a9ec7ba09c5fc4125a0aaeb8cc..475e0fd497e4259604426f81270d5ea05a5e6bdb 100644 --- a/src/plugins/jobacct_gather/common/common_jag.c +++ b/src/plugins/jobacct_gather/common/common_jag.c @@ -5,11 +5,11 @@ * Written by Danny Auble , who borrowed heavily * from the original code in jobacct_gather/linux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/jobacct_gather/common/common_jag.h b/src/plugins/jobacct_gather/common/common_jag.h index 8ca0c06c61e01f9f5d57344cb9fdde5b3f1b2308..4e45a5204663d814e9e9ce0414c23367700b172c 100644 --- a/src/plugins/jobacct_gather/common/common_jag.h +++ b/src/plugins/jobacct_gather/common/common_jag.h @@ -5,11 +5,11 @@ * Written by Danny Auble , who borrowed heavily * from the original code in jobacct_gather/linux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/jobacct_gather/linux/jobacct_gather_linux.c b/src/plugins/jobacct_gather/linux/jobacct_gather_linux.c index caa2d31035d21fa1ce55bd1d3afa2a32f448e5cd..182db44b9bdabd50de2bb616717d8530d8e5115c 100644 --- a/src/plugins/jobacct_gather/linux/jobacct_gather_linux.c +++ b/src/plugins/jobacct_gather/linux/jobacct_gather_linux.c @@ -3,14 +3,14 @@ ***************************************************************************** * Copyright (C) 2005 Hewlett-Packard Development Company, L.P. * Written by Andy Riebs, , who borrowed heavily - * from other parts of SLURM, and Danny Auble, + * from other parts of Slurm, and Danny Auble, * 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 . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and @@ -64,14 +64,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/jobacct_gather/none/jobacct_gather_none.c b/src/plugins/jobacct_gather/none/jobacct_gather_none.c index 5926f0b1e6bcddbf546749a656badfb1e860ba0c..a5d950990815367656d1e77825f7cb1114bc5b27 100644 --- a/src/plugins/jobacct_gather/none/jobacct_gather_none.c +++ b/src/plugins/jobacct_gather/none/jobacct_gather_none.c @@ -6,11 +6,11 @@ * Written by Andy Riebs, . * 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 . * 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. @@ -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. * * This file is patterned after jobcomp_none.c, written by Morris Jette and @@ -53,14 +53,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/jobcomp/elasticsearch/jobcomp_elasticsearch.c b/src/plugins/jobcomp/elasticsearch/jobcomp_elasticsearch.c index c51392f525cc2cbfe400878c86afc0f893cd9490..ba7c8589ec94a57b4f19ec32ac2894e933f8ecf0 100644 --- a/src/plugins/jobcomp/elasticsearch/jobcomp_elasticsearch.c +++ b/src/plugins/jobcomp/elasticsearch/jobcomp_elasticsearch.c @@ -6,11 +6,11 @@ * Written by Alejandro Sanchez Graells , * , who borrowed heavily from jobcomp/filetxt * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -77,21 +77,21 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobcomp" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobcomp" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobcomp/". * * plugin_version - an unsigned 32-bit integer giving the version number * of the plugin. If major and minor revisions are desired, the major * version number may be multiplied by a suitable magnitude constant such - * as 100 or 1000. Various SLURM versions will likely require a certain + * as 100 or 1000. Various Slurm versions will likely require a certain * minimum version for their plugins as the job completion logging API * matures. */ @@ -959,7 +959,7 @@ extern int fini(void) } /* - * The remainder of this file implements the standard SLURM job completion + * The remainder of this file implements the standard Slurm job completion * logging API. */ extern int slurm_jobcomp_set_location(char *location) diff --git a/src/plugins/jobcomp/filetxt/filetxt_jobcomp_process.c b/src/plugins/jobcomp/filetxt/filetxt_jobcomp_process.c index 657ae341897590c9f8c0bf678c758826be483391..cc3ea3cde62221608a1635bd0f1f5b856b3273fd 100644 --- a/src/plugins/jobcomp/filetxt/filetxt_jobcomp_process.c +++ b/src/plugins/jobcomp/filetxt/filetxt_jobcomp_process.c @@ -8,11 +8,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/jobcomp/filetxt/filetxt_jobcomp_process.h b/src/plugins/jobcomp/filetxt/filetxt_jobcomp_process.h index c1ab1a86e6894539108bfaf96554e4335c6708da..5ee603990593d814d9c58ead4b4c5877452202b4 100644 --- a/src/plugins/jobcomp/filetxt/filetxt_jobcomp_process.h +++ b/src/plugins/jobcomp/filetxt/filetxt_jobcomp_process.h @@ -8,11 +8,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c b/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c index 61dd423b8946c0f6cbc02bd2725fad8203a53483..67d15a9f1297b99d6fc3051c9a5a20f5d74f3fa0 100644 --- a/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c +++ b/src/plugins/jobcomp/filetxt/jobcomp_filetxt.c @@ -6,11 +6,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -64,14 +64,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobcomp" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobcomp" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobcomp/". * @@ -175,7 +175,7 @@ int fini ( void ) } /* - * The remainder of this file implements the standard SLURM job completion + * The remainder of this file implements the standard Slurm job completion * logging API. */ diff --git a/src/plugins/jobcomp/mysql/jobcomp_mysql.c b/src/plugins/jobcomp/mysql/jobcomp_mysql.c index f75807731b94fdc63c71e9b29d08715b8569b823..28f4bd880522c254a98f1917f726b1f326bd4e77 100644 --- a/src/plugins/jobcomp/mysql/jobcomp_mysql.c +++ b/src/plugins/jobcomp/mysql/jobcomp_mysql.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -55,14 +55,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobacct" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobacct" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobacct/". * diff --git a/src/plugins/jobcomp/mysql/mysql_jobcomp_process.c b/src/plugins/jobcomp/mysql/mysql_jobcomp_process.c index 04fdbc363e5191a089f899499ddeb2508439ebf5..f27be463d1727dbfb885057a8980486b1c0b407e 100644 --- a/src/plugins/jobcomp/mysql/mysql_jobcomp_process.c +++ b/src/plugins/jobcomp/mysql/mysql_jobcomp_process.c @@ -8,11 +8,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/jobcomp/mysql/mysql_jobcomp_process.h b/src/plugins/jobcomp/mysql/mysql_jobcomp_process.h index 95ecfcd3d6cb9e660466c067c84782a680577f32..a74f457ad32659d6e6a7c22945346a33a6f39282 100644 --- a/src/plugins/jobcomp/mysql/mysql_jobcomp_process.h +++ b/src/plugins/jobcomp/mysql/mysql_jobcomp_process.h @@ -8,11 +8,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. * * This file is patterned after jobcomp_linux.c, written by Morris Jette and diff --git a/src/plugins/jobcomp/none/jobcomp_none.c b/src/plugins/jobcomp/none/jobcomp_none.c index 20242326b06ea1273e09f111e3c894c1be1e404e..4e5e83ac1d558d20776e95f68530f37757c5d089 100644 --- a/src/plugins/jobcomp/none/jobcomp_none.c +++ b/src/plugins/jobcomp/none/jobcomp_none.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -55,14 +55,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobcomp" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobcomp" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobcomp/". * @@ -83,7 +83,7 @@ int init ( void ) } /* - * The remainder of this file implements the standard SLURM job completion + * The remainder of this file implements the standard Slurm job completion * logging API. */ diff --git a/src/plugins/jobcomp/script/jobcomp_script.c b/src/plugins/jobcomp/script/jobcomp_script.c index 2502aeb7479bb07e654a1405ebfa62356c6055c5..c497a1b04c3d9b3791a8f578c1690158a95419a2 100644 --- a/src/plugins/jobcomp/script/jobcomp_script.c +++ b/src/plugins/jobcomp/script/jobcomp_script.c @@ -6,11 +6,11 @@ * Written by Nathan Huff * 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 . * 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. @@ -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. ***************************************************************************** * Here is a list of the environment variables set @@ -46,7 +46,7 @@ * EXITCODE Job's exit code and after : the signal number (if any) * GID Group ID of job owner * GROUPNAME Group name of job owner - * JOBID SLURM Job ID + * JOBID Slurm Job ID * JOBNAME Job name * JOBSTATE Termination state of job (FIXME * NODECNT Count of allocated nodes @@ -114,14 +114,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobcomp" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobcomp" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobcomp/". * diff --git a/src/plugins/launch/aprun/launch_aprun.c b/src/plugins/launch/aprun/launch_aprun.c index c511364ca913d2610fc7f58e3705620615116dbf..4b32289594660de263c10d634089b6d11aed67d1 100644 --- a/src/plugins/launch/aprun/launch_aprun.c +++ b/src/plugins/launch/aprun/launch_aprun.c @@ -4,11 +4,11 @@ * Copyright (C) 2012 SchedMD LLC * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -68,14 +68,14 @@ resource_allocation_response_msg_t *global_resp = NULL; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version @@ -89,7 +89,7 @@ static pid_t aprun_pid = 0; extern void launch_p_fwd_signal(int signal); -/* Convert a SLURM hostlist expression into the equivalent node index +/* Convert a Slurm hostlist expression into the equivalent node index * value expression. */ static char *_get_nids(slurm_opt_t *opt_local) diff --git a/src/plugins/launch/poe/launch_poe.c b/src/plugins/launch/poe/launch_poe.c index ae3ec405ebaecc7aa523fba99712f87f04545f77..7cdfae5a54ffe1eef4ee12c80756ffd75c48daab 100644 --- a/src/plugins/launch/poe/launch_poe.c +++ b/src/plugins/launch/poe/launch_poe.c @@ -4,11 +4,11 @@ * Copyright (C) 2012 SchedMD LLC * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. ***************************************************************************** * POE DEBUGING NOTES: @@ -62,14 +62,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/launch/runjob/launch_runjob.c b/src/plugins/launch/runjob/launch_runjob.c index 51d095bd504bcbb166240a8c4442fa6597518f4f..bbb669f66aa230036ca8efce8021e946760a4588 100644 --- a/src/plugins/launch/runjob/launch_runjob.c +++ b/src/plugins/launch/runjob/launch_runjob.c @@ -5,11 +5,11 @@ * Copyright (C) 2012 SchedMD LLC * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -61,14 +61,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/launch/runjob/runjob_interface.h b/src/plugins/launch/runjob/runjob_interface.h index 5d7d5fe00db11b15e417b2cd843a387fc4a3d868..b1b71a6635968f46ca91956fd55d5e4a76d81e88 100644 --- a/src/plugins/launch/runjob/runjob_interface.h +++ b/src/plugins/launch/runjob/runjob_interface.h @@ -5,11 +5,11 @@ * Copyright (C) 2011 SchedMD LLC * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/launch/slurm/launch_slurm.c b/src/plugins/launch/slurm/launch_slurm.c index fee5042f85673a6ce13b3b97a1a3988c082cd7da..9662031002fadac6de95859ee7255ffb93aa1c3e 100644 --- a/src/plugins/launch/slurm/launch_slurm.c +++ b/src/plugins/launch/slurm/launch_slurm.c @@ -4,11 +4,11 @@ * Copyright (C) 2012-2017 SchedMD LLC * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -74,20 +74,20 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version * (major.minor.micro combined into a single number). */ -const char plugin_name[] = "launch SLURM plugin"; +const char plugin_name[] = "launch Slurm plugin"; const char plugin_type[] = "launch/slurm"; const uint32_t plugin_version = SLURM_VERSION_NUMBER; diff --git a/src/plugins/launch/slurm/task_state.c b/src/plugins/launch/slurm/task_state.c index 847bb4606bdb0350105f04c1a3724c894ca1a9d8..51b24b64bef0922231411c9d0d2dc8cdf3a9813d 100644 --- a/src/plugins/launch/slurm/task_state.c +++ b/src/plugins/launch/slurm/task_state.c @@ -7,11 +7,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/launch/slurm/task_state.h b/src/plugins/launch/slurm/task_state.h index 1a4e86bc4bb6671508f80a8a981f7b8af015aea4..ab5c176d25fe8a9ba0bd0643193a2ece12e65531 100644 --- a/src/plugins/launch/slurm/task_state.h +++ b/src/plugins/launch/slurm/task_state.h @@ -7,11 +7,11 @@ * Written by Mark Grondona . * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/mcs/account/mcs_account.c b/src/plugins/mcs/account/mcs_account.c index e8c78734523fdf476e7164a7e8dae16496861005..21ac90fad7afbb39f1cb9c2261f4a045bcce9829 100644 --- a/src/plugins/mcs/account/mcs_account.c +++ b/src/plugins/mcs/account/mcs_account.c @@ -4,11 +4,11 @@ * Copyright (C) 2016 CEA/DAM/DIF * Written by Aline Roy * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -52,14 +52,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/mcs/group/mcs_group.c b/src/plugins/mcs/group/mcs_group.c index a4d25fe69d87e07e8926190227f2fe9c946c5f9e..30f9760e593b32161c774cbb9b941f5d6464e41c 100644 --- a/src/plugins/mcs/group/mcs_group.c +++ b/src/plugins/mcs/group/mcs_group.c @@ -4,11 +4,11 @@ * Copyright (C) 2015 CEA/DAM/DIF * Written by Aline Roy * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -55,14 +55,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/mcs/none/mcs_none.c b/src/plugins/mcs/none/mcs_none.c index 05ad7338f25d0c251226afb284b76a3ae5198ae3..867e0949ee089c411d35335f2fd2de38d38956b5 100644 --- a/src/plugins/mcs/none/mcs_none.c +++ b/src/plugins/mcs/none/mcs_none.c @@ -4,11 +4,11 @@ * Copyright (C) 2015 CEA/DAM/DIF * Written by Aline Roy * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -48,14 +48,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/mcs/user/mcs_user.c b/src/plugins/mcs/user/mcs_user.c index 2ff26736f70fb1d8ae3b2fed0f1879209ba3110c..3906f5b0984ce854f0daa97a789f6d07facf5b0d 100644 --- a/src/plugins/mcs/user/mcs_user.c +++ b/src/plugins/mcs/user/mcs_user.c @@ -4,11 +4,11 @@ * Copyright (C) 2015 CEA/DAM/DIF * Written by Aline Roy * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -50,14 +50,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/mpi/none/mpi_none.c b/src/plugins/mpi/none/mpi_none.c index ddf99fa49bea5566ad01071662d609ad25ed245e..6ff805d1b5897861c2343ed7ba3c956179976c39 100644 --- a/src/plugins/mpi/none/mpi_none.c +++ b/src/plugins/mpi/none/mpi_none.c @@ -6,11 +6,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -58,14 +58,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "switch" for SLURM switch) and is a description - * of how this plugin satisfies that application. SLURM will only load + * the plugin (e.g., "switch" for Slurm switch) and is a description + * of how this plugin satisfies that application. Slurm will only load * a switch plugin if the plugin_type string has a prefix of "switch/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/mpi/openmpi/mpi_openmpi.c b/src/plugins/mpi/openmpi/mpi_openmpi.c index 01a44ea150327edc178d32152b814516742d2f83..6f79291da0500e3816086a894ed30e2d368464b3 100644 --- a/src/plugins/mpi/openmpi/mpi_openmpi.c +++ b/src/plugins/mpi/openmpi/mpi_openmpi.c @@ -6,11 +6,11 @@ * Written by Christopher J. Morrone * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -58,14 +58,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "switch" for SLURM switch) and is a description - * of how this plugin satisfies that application. SLURM will only load + * the plugin (e.g., "switch" for Slurm switch) and is a description + * of how this plugin satisfies that application. Slurm will only load * a switch plugin if the plugin_type string has a prefix of "switch/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/mpi/pmi2/agent.c b/src/plugins/mpi/pmi2/agent.c index c855f31a3c35a4a76bca43a38b4c1e7fa8e2f34a..6f5068a8b2a0edf01afa37e78e1c01b9ce57cbea 100644 --- a/src/plugins/mpi/pmi2/agent.c +++ b/src/plugins/mpi/pmi2/agent.c @@ -8,11 +8,11 @@ * Written by Artem Y. Polyakov . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/agent.h b/src/plugins/mpi/pmi2/agent.h index 67dc2ffcad28ee6d9aaddd72ccfd84032837062c..f17fd33ab2c2736a7eaba57ae9b10b78348866aa 100644 --- a/src/plugins/mpi/pmi2/agent.h +++ b/src/plugins/mpi/pmi2/agent.h @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/client.c b/src/plugins/mpi/pmi2/client.c index d4f752b688fc31684afc0d64d28ce6dc0062b9c1..e9086b071311709f570fd487ab30f863543fe0f5 100644 --- a/src/plugins/mpi/pmi2/client.c +++ b/src/plugins/mpi/pmi2/client.c @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/client.h b/src/plugins/mpi/pmi2/client.h index 4d0b427d76645604de05ffb0b5e943f743884a18..821d2ce922b28399c994f85bac133d97bc9ae8e5 100644 --- a/src/plugins/mpi/pmi2/client.h +++ b/src/plugins/mpi/pmi2/client.h @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/info.c b/src/plugins/mpi/pmi2/info.c index e9c0e18d2a0681a7f2db9c13c29db246e0e88a3f..88c4f6e5827f6a6ec3a303a0eeb895caf6bfffd3 100644 --- a/src/plugins/mpi/pmi2/info.c +++ b/src/plugins/mpi/pmi2/info.c @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/info.h b/src/plugins/mpi/pmi2/info.h index cd155c2f4239f2628336c59f7cb01b1c224eb9a9..38b3041c29cd6b58c95db02bc59be947072aee49 100644 --- a/src/plugins/mpi/pmi2/info.h +++ b/src/plugins/mpi/pmi2/info.h @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/kvs.c b/src/plugins/mpi/pmi2/kvs.c index 85e0244f1b36429b8168c2d5a4a884a5ec54e033..42b39774e5fedd102b6a05f10cb9d579a52a706e 100644 --- a/src/plugins/mpi/pmi2/kvs.c +++ b/src/plugins/mpi/pmi2/kvs.c @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/kvs.h b/src/plugins/mpi/pmi2/kvs.h index de88e9b5befff1c30173d51f0e0ca211cacc6d64..91e7d98e79e8fc691433d3b9c2d8cc6c9c9525fe 100644 --- a/src/plugins/mpi/pmi2/kvs.h +++ b/src/plugins/mpi/pmi2/kvs.h @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/mpi_pmi2.c b/src/plugins/mpi/pmi2/mpi_pmi2.c index 740d66b7efbb78324d8cc1c49fb1f84b7233f619..877a8acf9479e2ead3faf866cbec4262f171c358 100644 --- a/src/plugins/mpi/pmi2/mpi_pmi2.c +++ b/src/plugins/mpi/pmi2/mpi_pmi2.c @@ -8,11 +8,11 @@ * Written by Artem Polyakov . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -61,14 +61,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "switch" for SLURM switch) and is a description - * of how this plugin satisfies that application. SLURM will only load + * the plugin (e.g., "switch" for Slurm switch) and is a description + * of how this plugin satisfies that application. Slurm will only load * a switch plugin if the plugin_type string has a prefix of "switch/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/mpi/pmi2/nameserv.c b/src/plugins/mpi/pmi2/nameserv.c index a5662ed8b1fd27e512d6adc95e4e100fc79f9309..48ef59fb94edd9952f82553062a1c53d876b4ad7 100644 --- a/src/plugins/mpi/pmi2/nameserv.c +++ b/src/plugins/mpi/pmi2/nameserv.c @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/nameserv.h b/src/plugins/mpi/pmi2/nameserv.h index c02445cbbdd2dc63b6b0ce1ea8be116ce2db85dd..5c7c0a06de84d503e2f3285d501392fa89701670 100644 --- a/src/plugins/mpi/pmi2/nameserv.h +++ b/src/plugins/mpi/pmi2/nameserv.h @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/pmi.h b/src/plugins/mpi/pmi2/pmi.h index 67db227f3fbd94453a1d3ddb67fb47737ce80e51..44de2056b9b38700eced3f8f00cb25c38efce634 100644 --- a/src/plugins/mpi/pmi2/pmi.h +++ b/src/plugins/mpi/pmi2/pmi.h @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/pmi1.c b/src/plugins/mpi/pmi2/pmi1.c index df67bf73405d2fd7e43e019537d08b8771cd0422..e64ea6025a942db0640b9309181cb465ec3e39ae 100644 --- a/src/plugins/mpi/pmi2/pmi1.c +++ b/src/plugins/mpi/pmi2/pmi1.c @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/pmi2.c b/src/plugins/mpi/pmi2/pmi2.c index 52c856364f5febae3afcca3425833886c43872d7..21047f41e352544245fff824c9302a4d66a8770f 100644 --- a/src/plugins/mpi/pmi2/pmi2.c +++ b/src/plugins/mpi/pmi2/pmi2.c @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/ring.c b/src/plugins/mpi/pmi2/ring.c index 84a2a9011334fce5c0789e8a12c7b7e2f82e6d5c..effdb09b57045c31d6ac2f4e3ea49b81ced4151c 100644 --- a/src/plugins/mpi/pmi2/ring.c +++ b/src/plugins/mpi/pmi2/ring.c @@ -7,7 +7,7 @@ * LLNL-CODE-670614 * 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 . * Please also read the included file: DISCLAIMER. * diff --git a/src/plugins/mpi/pmi2/setup.c b/src/plugins/mpi/pmi2/setup.c index 2dd748d04ab47633d0af65c1cf10eda65b859056..0debe4054d64310ad96f2fd74ea3c3582d7cafe2 100644 --- a/src/plugins/mpi/pmi2/setup.c +++ b/src/plugins/mpi/pmi2/setup.c @@ -9,11 +9,11 @@ * All rights reserved. * Portions copyright (C) 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/setup.h b/src/plugins/mpi/pmi2/setup.h index 2ce15af978963434ae2f8378af444bc71108b88e..6f25d372e75a4aab68ea761287b6c80858f0d562 100644 --- a/src/plugins/mpi/pmi2/setup.h +++ b/src/plugins/mpi/pmi2/setup.h @@ -8,11 +8,11 @@ * Written by Artem Y. Polyakov . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -57,7 +57,7 @@ #include "tree.h" typedef struct pmi2_job_info { - uint32_t jobid; /* Current SLURM job id */ + uint32_t jobid; /* Current Slurm job id */ uint32_t stepid; /* Current step id (or NO_VAL) */ uint32_t nnodes; /* number of nodes in current job step */ uint32_t nodeid; /* relative position of this node in job */ diff --git a/src/plugins/mpi/pmi2/spawn.c b/src/plugins/mpi/pmi2/spawn.c index 91150602720f9abd7677dfe2ba0a7751008bc717..ef52839fada8668018365973ab6cfa07900a85da 100644 --- a/src/plugins/mpi/pmi2/spawn.c +++ b/src/plugins/mpi/pmi2/spawn.c @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/spawn.h b/src/plugins/mpi/pmi2/spawn.h index b17fd37cbf1f0fc3f27363606ecd620865320669..8c93f320fde8642094439b1ae876ab1777a64a15 100644 --- a/src/plugins/mpi/pmi2/spawn.h +++ b/src/plugins/mpi/pmi2/spawn.h @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -60,7 +60,7 @@ typedef struct spawn_req { char **pp_keys; char **pp_vals; spawn_subcmd_t **subcmds; - /* TODO: SLURM specific job control info */ + /* TODO: Slurm specific job control info */ } spawn_req_t; typedef struct spawn_resp { diff --git a/src/plugins/mpi/pmi2/tree.c b/src/plugins/mpi/pmi2/tree.c index 0e140aab42fdcb7b4a815c8c7fadb885b2425752..39c3474be0375ce0c54e07fde4fe8f73f65a3a1c 100644 --- a/src/plugins/mpi/pmi2/tree.c +++ b/src/plugins/mpi/pmi2/tree.c @@ -12,11 +12,11 @@ * Written by Artem Y. Polyakov . * 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 . * 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. @@ -32,13 +32,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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmi2/tree.h b/src/plugins/mpi/pmi2/tree.h index 5848158049849a1f404b284139a769e56c56ff34..f3bbd6483875037e7d8bb6fde5dcbbcc8f91ad4d 100644 --- a/src/plugins/mpi/pmi2/tree.h +++ b/src/plugins/mpi/pmi2/tree.h @@ -5,11 +5,11 @@ * Written by Hongjia Cao . * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/mpi_pmix.c b/src/plugins/mpi/pmix/mpi_pmix.c index 2d4c5d9dc9345ab4b539ad7ea08e3471115098d7..5a74bd0513c07785b925aa6bfa580297c0d1fe4b 100644 --- a/src/plugins/mpi/pmix/mpi_pmix.c +++ b/src/plugins/mpi/pmix/mpi_pmix.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Y. Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -59,20 +59,20 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "switch" for SLURM switch) and is a description - * of how this plugin satisfies that application. SLURM will only load + * the plugin (e.g., "switch" for Slurm switch) and is a description + * of how this plugin satisfies that application. Slurm will only load * a switch plugin if the plugin_type string has a prefix of "switch/". * * plugin_version - an unsigned 32-bit integer giving the version number * of the plugin. If major and minor revisions are desired, the major * version number may be multiplied by a suitable magnitude constant such - * as 100 or 1000. Various SLURM versions will likely require a certain + * as 100 or 1000. Various Slurm versions will likely require a certain * minimum version for their plugins as this API matures. */ const char plugin_name[] = "PMIx plugin"; diff --git a/src/plugins/mpi/pmix/node_leader/ln_leader.c b/src/plugins/mpi/pmix/node_leader/ln_leader.c index c264fcff6da2bcc55aeeedf2d612aa3f178c9104..552950ab168933a0aa088283e503c411f4244a5a 100644 --- a/src/plugins/mpi/pmix/node_leader/ln_leader.c +++ b/src/plugins/mpi/pmix/node_leader/ln_leader.c @@ -15,7 +15,7 @@ extern int errno; #include "fileops.h" -/* SLURM portability */ +/* Slurm portability */ #define SLURM_SUCCESS 0 #define SLURM_ERROR 1 /* TODO: fix */ diff --git a/src/plugins/mpi/pmix/pmixp_agent.c b/src/plugins/mpi/pmix/pmixp_agent.c index 37977b76e263f1e388da79cb8835b79e337b85a2..b4018184772b8f4f56307057c59d30e74a28b2a0 100644 --- a/src/plugins/mpi/pmix/pmixp_agent.c +++ b/src/plugins/mpi/pmix/pmixp_agent.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Y. Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -147,7 +147,7 @@ static int _server_conn_read(eio_obj_t *obj, List objs) } if (pmixp_info_srv_usock_fd() == obj->fd) { - PMIXP_DEBUG("SLURM PROTO: accepted connection: sd=%d", + PMIXP_DEBUG("Slurm PROTO: accepted connection: sd=%d", fd); /* read command from socket and handle it */ pmixp_server_slurm_conn(fd); diff --git a/src/plugins/mpi/pmix/pmixp_agent.h b/src/plugins/mpi/pmix/pmixp_agent.h index 7937661987026c8a846e65b03eac9fec47acaaf4..53b2282989ae5d0a6c75fe207b7bf8d67e7fec32 100644 --- a/src/plugins/mpi/pmix/pmixp_agent.h +++ b/src/plugins/mpi/pmix/pmixp_agent.h @@ -5,11 +5,11 @@ * Copyright (C) 2015 Mellanox Technologies. All rights reserved. * Written by Artem Y. Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_client.c b/src/plugins/mpi/pmix/pmixp_client.c index e109aa96b79bf5ccbed004ad10510d3e4797ddcc..47930256b6cc9def13b361cb972f46c5ec0aaab7 100644 --- a/src/plugins/mpi/pmix/pmixp_client.c +++ b/src/plugins/mpi/pmix/pmixp_client.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -163,7 +163,7 @@ static void _set_tmpdirs(List lresp) bool rmclean = true; /* We consider two sources of the tempdir: - * - SLURM's slurm.conf TmpFS option; + * - Slurm's slurm.conf TmpFS option; * - env var SLURM_PMIX_TMPDIR; * do we need to do anything else? */ @@ -218,7 +218,7 @@ static void _set_procdatas(List lresp) list_append(rankinfo, kvp); /* TODO: always use 0 for now. This is not the general case - * though (see SLURM MIMD: man srun, section MULTIPLE PROGRAM + * though (see Slurm MIMD: man srun, section MULTIPLE PROGRAM * CONFIGURATION) */ PMIXP_ALLOC_KEY(kvp, PMIX_APPNUM); diff --git a/src/plugins/mpi/pmix/pmixp_client.h b/src/plugins/mpi/pmix/pmixp_client.h index fd8461ea0c1fbf042fdcf51fc1e87e3f7ae674b4..89aed821bd28e9be17a0a68abe5202ac15d64e19 100644 --- a/src/plugins/mpi/pmix/pmixp_client.h +++ b/src/plugins/mpi/pmix/pmixp_client.h @@ -5,11 +5,11 @@ * Copyright (C) 2015 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_client_v1.c b/src/plugins/mpi/pmix/pmixp_client_v1.c index 301b30fbe9f22b911ae178a320d7662b2505457d..f0ae65bcf0457c4c838edeeb8ab198eccdcb478a 100644 --- a/src/plugins/mpi/pmix/pmixp_client_v1.c +++ b/src/plugins/mpi/pmix/pmixp_client_v1.c @@ -6,11 +6,11 @@ * Written by Artem Polyakov , * Boris Karasev . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_client_v2.c b/src/plugins/mpi/pmix/pmixp_client_v2.c index 05d0bdc51d3f68d8c09d3d4e83feebc10e4f6d71..38a8beb2e06913592c73ab664b1c03ebb0212a64 100644 --- a/src/plugins/mpi/pmix/pmixp_client_v2.c +++ b/src/plugins/mpi/pmix/pmixp_client_v2.c @@ -6,11 +6,11 @@ * Written by Artem Polyakov , * Boris Karasev . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_coll.c b/src/plugins/mpi/pmix/pmixp_coll.c index 5b042cd388ca3dfa3fbbc9e70f57b0930036b2d1..69f788d3c31d3169eb23d5c78237c3ff6d16409f 100644 --- a/src/plugins/mpi/pmix/pmixp_coll.c +++ b/src/plugins/mpi/pmix/pmixp_coll.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -322,7 +322,7 @@ int pmixp_coll_init(pmixp_coll_t *coll, const pmixp_proc_t *procs, /* * setup root id's - * (we need this for the SLURM API communication case) + * (we need this for the Slurm API communication case) */ p = hostlist_nth(hl, 0); coll->root_host = xstrdup(p); @@ -580,7 +580,7 @@ static int _progress_collect(pmixp_coll_t *coll) * message back to our children */ coll->state = PMIXP_COLL_UPFWD; } else { - /* If we use SLURM API (SAPI) - intermediate nodes + /* If we use Slurm API (SAPI) - intermediate nodes * don't need to forward data as the root will do * SAPI broadcast. * So, only root has to go through the full UPFWD @@ -1247,7 +1247,7 @@ int pmixp_coll_contrib_parent(pmixp_coll_t *coll, uint32_t peerid, case PMIXP_COLL_UPFWD_WSC:{ /* we are not actually ready to receive this contribution as * the upward portion of the collective wasn't received yet. - * This should not happen as SAPI (SLURM API) is blocking and + * This should not happen as SAPI (Slurm API) is blocking and * we chould transit to PMIXP_COLL_UPFWD_WPC immediately */ /* FATAL: should not happen in normal workflow */ char *nodename = pmixp_info_job_host(peerid); diff --git a/src/plugins/mpi/pmix/pmixp_coll.h b/src/plugins/mpi/pmix/pmixp_coll.h index 29fd77cf8400bee6c9b3d8670b9856c74957d2a1..3bbe05990383912a656f6aed49364eed92f18111 100644 --- a/src/plugins/mpi/pmix/pmixp_coll.h +++ b/src/plugins/mpi/pmix/pmixp_coll.h @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -227,7 +227,7 @@ static inline int pmixp_coll_check_seq(pmixp_coll_t *coll, uint32_t seq) /* accept this message */ return PMIXP_COLL_REQ_PROGRESS; } else if ((coll->seq+1) == seq) { - /* practice shows that because of SLURM communication + /* practice shows that because of Slurm communication * infrastructure our child can switch to the next Fence * and send us the message before the current fan-out message * arrived. This is accounted in current state machine, so we @@ -235,7 +235,7 @@ static inline int pmixp_coll_check_seq(pmixp_coll_t *coll, uint32_t seq) return PMIXP_COLL_REQ_PROGRESS; } else if ((coll->seq - 1) == seq) { /* his may be our child OR root of the tree that - * had false negatives from SLURM protocol. + * had false negatives from Slurm protocol. * It's normal situation, return error because we * want to discard this message */ return PMIXP_COLL_REQ_SKIP; diff --git a/src/plugins/mpi/pmix/pmixp_common.h b/src/plugins/mpi/pmix/pmixp_common.h index 8e5293c41c8854d919d18e71418ab4c0d8a5fcd3..b36fb37c49990cb4cd5c06c2877b89b1338d46fd 100644 --- a/src/plugins/mpi/pmix/pmixp_common.h +++ b/src/plugins/mpi/pmix/pmixp_common.h @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -46,7 +46,7 @@ #include /* Common includes for all source files - * Define SLURM translator header first to override + * Define Slurm translator header first to override * all translated functions */ #include "src/common/slurm_xlator.h" @@ -63,7 +63,7 @@ #include "src/common/net.h" /* ---------------------------------------------------------- - * SLURM environment that influence us: + * Slurm environment that influence us: * Job/step resource description * ---------------------------------------------------------- */ #define PMIXP_STEP_NODES_ENV "SLURM_STEP_NODELIST" diff --git a/src/plugins/mpi/pmix/pmixp_conn.c b/src/plugins/mpi/pmix/pmixp_conn.c index 20188410a5c7ae7793563cf172e91dc2fef4b6aa..a867bab671c2ad82151d1c295a5a3caf79702813 100644 --- a/src/plugins/mpi/pmix/pmixp_conn.c +++ b/src/plugins/mpi/pmix/pmixp_conn.c @@ -4,11 +4,11 @@ * Copyright (C) 2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_conn.h b/src/plugins/mpi/pmix/pmixp_conn.h index 9fa6c298f868ef5365a7f9e7579b4fbef1174273..99e144979712740fdcb9910eb4349822862f7eb0 100644 --- a/src/plugins/mpi/pmix/pmixp_conn.h +++ b/src/plugins/mpi/pmix/pmixp_conn.h @@ -4,11 +4,11 @@ * Copyright (C) 2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_dconn.c b/src/plugins/mpi/pmix/pmixp_dconn.c index 39b2082aeb6afa5d78ec343792557fb3b546112f..e8524a8ce3eaf1a09285645b6f0b0924da151253 100644 --- a/src/plugins/mpi/pmix/pmixp_dconn.c +++ b/src/plugins/mpi/pmix/pmixp_dconn.c @@ -4,11 +4,11 @@ * Copyright (C) 2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_dconn.h b/src/plugins/mpi/pmix/pmixp_dconn.h index 8dbc37bc0124c3e888c1b8d14b3783bc285a0a40..77f302f10368eab8d2ce987f89da5538b94cefb9 100644 --- a/src/plugins/mpi/pmix/pmixp_dconn.h +++ b/src/plugins/mpi/pmix/pmixp_dconn.h @@ -4,11 +4,11 @@ * Copyright (C) 2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_dconn_tcp.c b/src/plugins/mpi/pmix/pmixp_dconn_tcp.c index 5adf45900a1698ff1cd1607281c6778b38a2439a..46b71df97c426617b7d3daad6ed70f5b23087cff 100644 --- a/src/plugins/mpi/pmix/pmixp_dconn_tcp.c +++ b/src/plugins/mpi/pmix/pmixp_dconn_tcp.c @@ -4,11 +4,11 @@ * Copyright (C) 2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #include "pmixp_dconn.h" diff --git a/src/plugins/mpi/pmix/pmixp_dconn_tcp.h b/src/plugins/mpi/pmix/pmixp_dconn_tcp.h index 8afd95036446017f76165187d79c7307d52bc530..0da67f0f992d83016e95206088e9ec34511571c5 100644 --- a/src/plugins/mpi/pmix/pmixp_dconn_tcp.h +++ b/src/plugins/mpi/pmix/pmixp_dconn_tcp.h @@ -4,11 +4,11 @@ * Copyright (C) 2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #ifndef PMIXP_DCONN_TCP_H diff --git a/src/plugins/mpi/pmix/pmixp_dconn_ucx.c b/src/plugins/mpi/pmix/pmixp_dconn_ucx.c index cd1c870d85f3279a2c43465bcfe7e3a021b714eb..be640bf085f8c3efc96f6f08627f677d85e21966 100644 --- a/src/plugins/mpi/pmix/pmixp_dconn_ucx.c +++ b/src/plugins/mpi/pmix/pmixp_dconn_ucx.c @@ -4,11 +4,11 @@ * Copyright (C) 2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -162,7 +162,7 @@ static int _load_ucx_lib() setenv("UCX_MEM_EVENTS", "no", 1); #ifdef PMIXP_UCX_LIBPATH - /* If this SLURM build doesn't allow RPATH's + /* If this Slurm build doesn't allow RPATH's * try to open library by it's full path that * we have from autoconf */ diff --git a/src/plugins/mpi/pmix/pmixp_dconn_ucx.h b/src/plugins/mpi/pmix/pmixp_dconn_ucx.h index 8c013f093e589cc7806c576f3b805169d99caa7b..3d59f75f244fa74f0befedbb56b24aa35244e378 100644 --- a/src/plugins/mpi/pmix/pmixp_dconn_ucx.h +++ b/src/plugins/mpi/pmix/pmixp_dconn_ucx.h @@ -4,11 +4,11 @@ * Copyright (C) 2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_debug.h b/src/plugins/mpi/pmix/pmixp_debug.h index 27beac50101f79b0cc45b46fac986f5f7d86b66d..5b3849de781a1fc7e2c97c752283e57892e55160 100644 --- a/src/plugins/mpi/pmix/pmixp_debug.h +++ b/src/plugins/mpi/pmix/pmixp_debug.h @@ -5,11 +5,11 @@ * Copyright (C) 2015 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #ifndef PMIXP_DEBUG_H diff --git a/src/plugins/mpi/pmix/pmixp_dmdx.c b/src/plugins/mpi/pmix/pmixp_dmdx.c index 3dfeab72d4f064e381d1749102a0565199b40bbc..45a16da5fc89401b0bb090af94da83a489144735 100644 --- a/src/plugins/mpi/pmix/pmixp_dmdx.c +++ b/src/plugins/mpi/pmix/pmixp_dmdx.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_dmdx.h b/src/plugins/mpi/pmix/pmixp_dmdx.h index 5388202a4c4d08e19e69e69ea42f874664d909f5..f490169a10f49dc4983d5d1fce6fb608f1e2dd51 100644 --- a/src/plugins/mpi/pmix/pmixp_dmdx.h +++ b/src/plugins/mpi/pmix/pmixp_dmdx.h @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_info.c b/src/plugins/mpi/pmix/pmixp_info.c index db38e18e76bc72de12ee673a3f9b781d19bb24d2..6cc860897db8dd5bc90ce8fefc2748fd48b9f977 100644 --- a/src/plugins/mpi/pmix/pmixp_info.c +++ b/src/plugins/mpi/pmix/pmixp_info.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -367,7 +367,7 @@ static int _env_set(char ***env) /* save client temp directory if requested * TODO: We want to get TmpFS value as well if exists. - * Need to sync with SLURM developers. + * Need to sync with Slurm developers. */ p = getenvp(*env, PMIXP_TMPDIR_CLI); @@ -386,7 +386,7 @@ static int _env_set(char ***env) /* ----------- Timeout setting ------------- */ - /* TODO: also would be nice to have a cluster-wide setting in SLURM */ + /* TODO: also would be nice to have a cluster-wide setting in Slurm */ _pmixp_job_info.timeout = PMIXP_TIMEOUT_DEFAULT; p = getenvp(*env, PMIXP_TIMEOUT); if (p) { diff --git a/src/plugins/mpi/pmix/pmixp_info.h b/src/plugins/mpi/pmix/pmixp_info.h index 5b24873d63e238bcfae37c3a4c98cf36f349a6dc..89f87a88d86ff220d84022752a655a0a566209d0 100644 --- a/src/plugins/mpi/pmix/pmixp_info.h +++ b/src/plugins/mpi/pmix/pmixp_info.h @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -50,7 +50,7 @@ typedef struct { int magic; #endif char nspace[PMIXP_MAX_NSLEN]; - uint32_t jobid; /* Current SLURM job id */ + uint32_t jobid; /* Current Slurm job id */ uint32_t stepid; /* Current step id (or NO_VAL) */ uint32_t nnodes; /* number of nodes in current step */ uint32_t nnodes_job; /* number of nodes in current job */ @@ -59,7 +59,7 @@ typedef struct { uint32_t ncpus_job; /* total possible number of cpus in job */ uint32_t *task_cnts; /* Number of tasks on each node in this step */ int node_id; /* relative position of this node in this step */ - int node_id_job; /* relative position of this node in SLURM job */ + int node_id_job; /* relative position of this node in Slurm job */ hostlist_t job_hl; hostlist_t step_hl; char *hostname; @@ -231,7 +231,7 @@ static inline uint32_t pmixp_info_taskid(uint32_t localid) } /* - * Since tasks array in SLURM job structure is uint16_t + * Since tasks array in Slurm job structure is uint16_t * task local id can't be grater than 2^16. So we can * safely return int here. We need (-1) for the not-found case */ diff --git a/src/plugins/mpi/pmix/pmixp_io.c b/src/plugins/mpi/pmix/pmixp_io.c index 95c0518485c24c01a373c6c35551f8ed30190d9a..e02005a128156e2fd518636c7f16e692bb20b30d 100644 --- a/src/plugins/mpi/pmix/pmixp_io.c +++ b/src/plugins/mpi/pmix/pmixp_io.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #include diff --git a/src/plugins/mpi/pmix/pmixp_io.h b/src/plugins/mpi/pmix/pmixp_io.h index eeda4e4f1a0339763e2a7a500f1f4f07bf29ca6e..5aa6979971af890fa841290a62355108694d3956 100644 --- a/src/plugins/mpi/pmix/pmixp_io.h +++ b/src/plugins/mpi/pmix/pmixp_io.h @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -171,7 +171,7 @@ pmixp_io_recv_hdr_alloc_net(pmixp_io_engine_t *eng) } /* Transmitter */ -/* thread-safe function, only calls SLURM list append */ +/* thread-safe function, only calls Slurm list append */ int pmixp_io_send_enqueue(pmixp_io_engine_t *eng, void *msg); int pmixp_io_send_urgent(pmixp_io_engine_t *eng, void *msg); void pmixp_io_send_progress(pmixp_io_engine_t *eng); diff --git a/src/plugins/mpi/pmix/pmixp_nspaces.c b/src/plugins/mpi/pmix/pmixp_nspaces.c index 0e14effb89f79f97a178373e665506845ab0ce59..6074e4e39630b1537f607f2dd470c10c9a0a1bfc 100644 --- a/src/plugins/mpi/pmix/pmixp_nspaces.c +++ b/src/plugins/mpi/pmix/pmixp_nspaces.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_nspaces.h b/src/plugins/mpi/pmix/pmixp_nspaces.h index 3ee9603077c7d6b6915ef34cc2f4692c6740c533..0facdfdc43fd896282d1e7dc69ba16ec13bffacd 100644 --- a/src/plugins/mpi/pmix/pmixp_nspaces.h +++ b/src/plugins/mpi/pmix/pmixp_nspaces.h @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_server.c b/src/plugins/mpi/pmix/pmixp_server.c index 337669ceaea8bb83606912065336d008ca424774..f27eadbcdccb7209d08f8e556d6814ff8b96bec6 100644 --- a/src/plugins/mpi/pmix/pmixp_server.c +++ b/src/plugins/mpi/pmix/pmixp_server.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -75,7 +75,7 @@ typedef struct { #define PMIXP_SERVER_BUFFER_OFFS (PMIXP_BASE_HDR_MAX + sizeof(uint32_t)) typedef struct { - uint32_t size; /* Has to be first (appended by SLURM API) */ + uint32_t size; /* Has to be first (appended by Slurm API) */ pmixp_base_hdr_t shdr; } pmixp_slurm_rhdr_t; #define PMIXP_SAPI_RECV_HDR_SIZE (sizeof(uint32_t) + PMIXP_BASE_HDR_SIZE) @@ -294,7 +294,7 @@ static int _sapi_rhdr_unpack_fixed(Buf packbuf, pmixp_slurm_rhdr_t *hdr) return 0; } -/* SLURM protocol I/O header */ +/* Slurm protocol I/O header */ static uint32_t _slurm_proto_msize(void *buf); static int _slurm_pack_hdr(pmixp_base_hdr_t *hdr, void *net); static int _slurm_proto_unpack_hdr(void *net, void *host); @@ -904,7 +904,7 @@ int pmixp_server_send_nb(pmixp_ep_t *ep, pmixp_srv_cmd_t type, PMIXP_BASE_HDR_SETUP(bhdr, type, seq, buf); /* if direct connection is not enabled - * always use SLURM protocol + * always use Slurm protocol */ if (!pmixp_info_srv_direct_conn()) { goto send_slurm; @@ -1215,7 +1215,7 @@ _direct_send(pmixp_dconn_t *dconn, pmixp_ep_t *ep, } /* - * ------------------- SLURM communication protocol ----------------------- + * ------------------- Slurm communication protocol ----------------------- */ /* @@ -1286,7 +1286,7 @@ static uint32_t _slurm_proto_msize(void *buf) /* * Pack message header. * Returns packed size - * Note: asymmetric to _recv_unpack_hdr because of additional SLURM header + * Note: asymmetric to _recv_unpack_hdr because of additional Slurm header */ static int _slurm_pack_hdr(pmixp_base_hdr_t *hdr, void *net) { @@ -1304,7 +1304,7 @@ static int _slurm_pack_hdr(pmixp_base_hdr_t *hdr, void *net) /* * Unpack message header. * Returns 0 on success and -errno on failure - * Note: asymmetric to _send_pack_hdr because of additional SLURM header + * Note: asymmetric to _send_pack_hdr because of additional Slurm header */ static int _slurm_proto_unpack_hdr(void *net, void *host) { @@ -1515,7 +1515,7 @@ bool pmixp_server_want_pp(void) /* * For this to work the following conditions supposed to be * satisfied: - * - SLURM has to be configured with `--enable-debug` option + * - Slurm has to be configured with `--enable-debug` option * - jobstep needs to have at least two nodes * In this case communication exchange will be done between * the first two nodes. @@ -1761,7 +1761,7 @@ static int _pmixp_server_cperf_iter(char *data, int ndata) /* * For this to work the following conditions supposed to be * satisfied: - * - SLURM has to be configured with `--enable-debug` option + * - Slurm has to be configured with `--enable-debug` option * - jobstep needs to have at least two nodes * In this case communication exchange will be done between * the first two nodes. diff --git a/src/plugins/mpi/pmix/pmixp_server.h b/src/plugins/mpi/pmix/pmixp_server.h index 730413074e0a8b8867f954c95da14c498a560745..2669d98f4f9db6b813a798943565154edd2c1639 100644 --- a/src/plugins/mpi/pmix/pmixp_server.h +++ b/src/plugins/mpi/pmix/pmixp_server.h @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_state.c b/src/plugins/mpi/pmix/pmixp_state.c index 4d1c5890f1c7f48319d16b5d82dc5e519da41bf1..600a7b9185528733f7dbc95bcf3ea17fa64e38b8 100644 --- a/src/plugins/mpi/pmix/pmixp_state.c +++ b/src/plugins/mpi/pmix/pmixp_state.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_state.h b/src/plugins/mpi/pmix/pmixp_state.h index 2a1dee683c0719c6a74aa541b4c80491b72ba204..92987379227cff47268da3e8a4cbf6e4f68b6991 100644 --- a/src/plugins/mpi/pmix/pmixp_state.h +++ b/src/plugins/mpi/pmix/pmixp_state.h @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_utils.c b/src/plugins/mpi/pmix/pmixp_utils.c index 036af5ea2ea36e24939086c0c8bb23d1dbd1498a..4fa4a7fa63bd8451ff5c4142549f95a626eb4bb8 100644 --- a/src/plugins/mpi/pmix/pmixp_utils.c +++ b/src/plugins/mpi/pmix/pmixp_utils.c @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/pmixp_utils.h b/src/plugins/mpi/pmix/pmixp_utils.h index 1419f36fe7b93e87d6466c2eb938db01af31f1fa..d2ca6944f07c9e3b0f6a427ec2ae32ff631d574b 100644 --- a/src/plugins/mpi/pmix/pmixp_utils.h +++ b/src/plugins/mpi/pmix/pmixp_utils.h @@ -5,11 +5,11 @@ * Copyright (C) 2015-2017 Mellanox Technologies. All rights reserved. * Written by Artem Polyakov . * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/mpi/pmix/tests/pmix_client.c b/src/plugins/mpi/pmix/tests/pmix_client.c index c24f3a6eddaaf80b578fe3a29400ce19f2b6a73e..e674e73463bc37c88a5aaa499d671c9ebe04e62f 100644 --- a/src/plugins/mpi/pmix/tests/pmix_client.c +++ b/src/plugins/mpi/pmix/tests/pmix_client.c @@ -183,7 +183,7 @@ int main(int argc, char **argv) TEST_ERROR(("rank %d: PMIx_Get universe size returned NULL value", rank)); exit(0); } - /* TODO: Guess number of processes from the SLURM environment! */ + /* TODO: Guess number of processes from the Slurm environment! */ if (val->type != PMIX_UINT32 || val->data.uint32 != nprocs) { TEST_ERROR(("rank %d: Universe size value or type mismatch," " want %d(%d) get %d(%d)", @@ -193,7 +193,7 @@ int main(int argc, char **argv) } TEST_OUTPUT(("rank %d: Universe size check: PASSED", rank)); - /* Guess the namespace from SLURM environment + /* Guess the namespace from Slurm environment if (0 != xstrcmp(nspace, TEST_NAMESPACE)) { TEST_ERROR(("rank %d: Bad nspace!", rank)); exit(0); diff --git a/src/plugins/node_features/knl_cray/node_features_knl_cray.c b/src/plugins/node_features/knl_cray/node_features_knl_cray.c index cc695cb3019925d1f64de3c4896c3a9b69e7e20e..b8747ffadddb0ea81ce66760c07b30701abc8af0 100644 --- a/src/plugins/node_features/knl_cray/node_features_knl_cray.c +++ b/src/plugins/node_features/knl_cray/node_features_knl_cray.c @@ -4,11 +4,11 @@ * Copyright (C) 2016 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -140,14 +140,14 @@ bitstr_t *avail_node_bitmap; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "node_features" for SLURM node_features) and is a - * description of how this plugin satisfies that application. SLURM will only + * the plugin (e.g., "node_features" for Slurm node_features) and is a + * description of how this plugin satisfies that application. Slurm will only * load a node_features plugin if the plugin_type string has a prefix of * "node_features/". * diff --git a/src/plugins/node_features/knl_generic/node_features_knl_generic.c b/src/plugins/node_features/knl_generic/node_features_knl_generic.c index cce42335d30daeadb6dc52cbf9484551e0cc1004..1c9358ecdea5820e787d63142e583283d2ce401e 100644 --- a/src/plugins/node_features/knl_generic/node_features_knl_generic.c +++ b/src/plugins/node_features/knl_generic/node_features_knl_generic.c @@ -6,11 +6,11 @@ * Written by Morris Jette * Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -141,14 +141,14 @@ typedef enum { * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "node_features" for SLURM node_features) and is a - * description of how this plugin satisfies that application. SLURM will only + * the plugin (e.g., "node_features" for Slurm node_features) and is a + * description of how this plugin satisfies that application. Slurm will only * load a node_features plugin if the plugin_type string has a prefix of * "node_features/". * diff --git a/src/plugins/power/common/power_common.c b/src/plugins/power/common/power_common.c index dafe514230de3a5c6bd2ed4dfcdab51bd80318f9..b954ac9a3b13bec3d8ee0a629abc26d00ddece99 100644 --- a/src/plugins/power/common/power_common.c +++ b/src/plugins/power/common/power_common.c @@ -8,11 +8,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/power/common/power_common.h b/src/plugins/power/common/power_common.h index e6a4bcb091e28367b9180e99776afa408157956f..eb0648f4c6ede2dae0b84e8101a73b47f73c7ecc 100644 --- a/src/plugins/power/common/power_common.h +++ b/src/plugins/power/common/power_common.h @@ -8,11 +8,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/power/cray/power_cray.c b/src/plugins/power/cray/power_cray.c index 1f7affb104a52aa4e16290c35b1169a6f5914a6d..20dc5177238e02b2b8a4a7fe0bcd72936371fc4f 100644 --- a/src/plugins/power/cray/power_cray.c +++ b/src/plugins/power/cray/power_cray.c @@ -4,11 +4,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -111,14 +111,14 @@ typedef struct power_config_nodes { * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "burst_buffer" for SLURM burst_buffer) and is a - * description of how this plugin satisfies that application. SLURM will only + * the plugin (e.g., "burst_buffer" for Slurm burst_buffer) and is a + * description of how this plugin satisfies that application. Slurm will only * load a burst_buffer plugin if the plugin_type string has a prefix of * "burst_buffer/". * diff --git a/src/plugins/power/none/power_none.c b/src/plugins/power/none/power_none.c index 039febf5569dfad7ab95195a474ae33f97febc5d..41b4395d1a78b20228e85beec4baefd5d1767d40 100644 --- a/src/plugins/power/none/power_none.c +++ b/src/plugins/power/none/power_none.c @@ -4,11 +4,11 @@ * Copyright (C) 2014-2015 SchedMD LLC. * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -57,14 +57,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "burst_buffer" for SLURM burst_buffer) and is a - * description of how this plugin satisfies that application. SLURM will only + * the plugin (e.g., "burst_buffer" for Slurm burst_buffer) and is a + * description of how this plugin satisfies that application. Slurm will only * load a burst_buffer plugin if the plugin_type string has a prefix of * "burst_buffer/". * diff --git a/src/plugins/preempt/job_prio/preempt_job_prio.c b/src/plugins/preempt/job_prio/preempt_job_prio.c index 9e4b57dd7dbb085078a12b9840dac36b40db982f..9a490714e73fbcc259a97138ee30223d5f9f224f 100644 --- a/src/plugins/preempt/job_prio/preempt_job_prio.c +++ b/src/plugins/preempt/job_prio/preempt_job_prio.c @@ -24,11 +24,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Morris jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -44,13 +44,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. \*****************************************************************************/ #include diff --git a/src/plugins/preempt/none/preempt_none.c b/src/plugins/preempt/none/preempt_none.c index 95ced38e0b70652c3b1daf1f8312dde73b07cca0..e908de96131ed4371ea15074833e281bfa81a883 100644 --- a/src/plugins/preempt/none/preempt_none.c +++ b/src/plugins/preempt/none/preempt_none.c @@ -7,11 +7,11 @@ * Written by Morris jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/preempt/partition_prio/preempt_partition_prio.c b/src/plugins/preempt/partition_prio/preempt_partition_prio.c index a43b32986afed6fb048a3f799e0253e56219de06..93dd29cab955898918d0251c649dc0b521ac9b32 100644 --- a/src/plugins/preempt/partition_prio/preempt_partition_prio.c +++ b/src/plugins/preempt/partition_prio/preempt_partition_prio.c @@ -8,11 +8,11 @@ * Written by Morris jette * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/preempt/qos/preempt_qos.c b/src/plugins/preempt/qos/preempt_qos.c index 39fcd81fd4b8c06574a83f40b145c163c74ab63d..65a62cf2a485a67b70890efda2bf978ccec35b60 100644 --- a/src/plugins/preempt/qos/preempt_qos.c +++ b/src/plugins/preempt/qos/preempt_qos.c @@ -8,11 +8,11 @@ * Written by Morris jette * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/priority/basic/priority_basic.c b/src/plugins/priority/basic/priority_basic.c index 42c81d6b5626540dd0efc3dbf12e03adc545ac10..be76d2df4ab4e30d88fb1235b205b81585366d60 100644 --- a/src/plugins/priority/basic/priority_basic.c +++ b/src/plugins/priority/basic/priority_basic.c @@ -6,11 +6,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -66,14 +66,14 @@ int slurmctld_tres_cnt = 0; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobcomp" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobcomp" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobcomp/". * @@ -100,7 +100,7 @@ int fini ( void ) } /* - * The remainder of this file implements the standard SLURM priority API. + * The remainder of this file implements the standard Slurm priority API. */ extern uint32_t priority_p_set(uint32_t last_prio, struct job_record *job_ptr) diff --git a/src/plugins/priority/multifactor/fair_tree.c b/src/plugins/priority/multifactor/fair_tree.c index f9fb27e9d74498fbb9be255acfffb2c3c1cc6025..664a992dc1cfe0aebb2c0af736aa50fe063351fc 100644 --- a/src/plugins/priority/multifactor/fair_tree.c +++ b/src/plugins/priority/multifactor/fair_tree.c @@ -5,11 +5,11 @@ * Copyright (C) 2014 Brigham Young University * Authors: Ryan Cox , Levi Morrison * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/priority/multifactor/fair_tree.h b/src/plugins/priority/multifactor/fair_tree.h index 8225c24a9a18da3ecbb2f262f0a69a2e595b5cb2..247103b0e20761b603c46f0275af29507bd8764e 100644 --- a/src/plugins/priority/multifactor/fair_tree.h +++ b/src/plugins/priority/multifactor/fair_tree.h @@ -5,11 +5,11 @@ * Copyright (C) 2014 Brigham Young University * Authors: Ryan Cox , Levi Morrison * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/priority/multifactor/priority_multifactor.c b/src/plugins/priority/multifactor/priority_multifactor.c index 3c2d8a459b9244b42a01e007de054e66907e84c5..5b456f39bc616cb49a704bcc8bb1db25ccde767a 100644 --- a/src/plugins/priority/multifactor/priority_multifactor.c +++ b/src/plugins/priority/multifactor/priority_multifactor.c @@ -13,11 +13,11 @@ * Written by Danny Auble * 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 . * 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. @@ -33,13 +33,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. \*****************************************************************************/ @@ -107,14 +107,14 @@ int accounting_enforce = 0; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobcomp" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobcomp" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobcomp/". * diff --git a/src/plugins/priority/multifactor/priority_multifactor.h b/src/plugins/priority/multifactor/priority_multifactor.h index 63df4fb5aa7707c0ff95c045412e51d15213808d..1f0cdeaf0abb05852d939e3cc75f26b302e290f9 100644 --- a/src/plugins/priority/multifactor/priority_multifactor.h +++ b/src/plugins/priority/multifactor/priority_multifactor.h @@ -13,11 +13,11 @@ * Written by Danny Auble * 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 . * 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. @@ -33,13 +33,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. \*****************************************************************************/ diff --git a/src/plugins/proctrack/cgroup/proctrack_cgroup.c b/src/plugins/proctrack/cgroup/proctrack_cgroup.c index b2b447b5bd933644acf2816f0d78d9a2798cdb5d..57b5f65c7f69994c5a4eea7bfff152759ce433f8 100644 --- a/src/plugins/proctrack/cgroup/proctrack_cgroup.c +++ b/src/plugins/proctrack/cgroup/proctrack_cgroup.c @@ -4,11 +4,11 @@ * Copyright (C) 2009 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -65,14 +65,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobcomp" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobcomp" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobcomp/". * diff --git a/src/plugins/proctrack/cray/proctrack_cray.c b/src/plugins/proctrack/cray/proctrack_cray.c index 4eb7170a0c152768654b5ce8e9e18afdc782e9d0..52322be24f99ff0e3a9404c82c151aaefef23a3a 100644 --- a/src/plugins/proctrack/cray/proctrack_cray.c +++ b/src/plugins/proctrack/cray/proctrack_cray.c @@ -6,11 +6,11 @@ * the proctrack/sgi_job plugin * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/proctrack/linuxproc/kill_tree.c b/src/plugins/proctrack/linuxproc/kill_tree.c index db0736e866bb44cf1f9578dc0e623779bad7fe13..6fe4fe34a892656f74fb9fe94d299aca81129fb5 100644 --- a/src/plugins/proctrack/linuxproc/kill_tree.c +++ b/src/plugins/proctrack/linuxproc/kill_tree.c @@ -7,11 +7,11 @@ * Written by Takao Hatazaki * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/proctrack/linuxproc/kill_tree.h b/src/plugins/proctrack/linuxproc/kill_tree.h index be4bce7cb17e716b2dcc7e2fdb2d0174320f9ad2..9268eb7933d9eefe277a886e27f5b3889fae7a55 100644 --- a/src/plugins/proctrack/linuxproc/kill_tree.h +++ b/src/plugins/proctrack/linuxproc/kill_tree.h @@ -7,11 +7,11 @@ * Written by Takao Hatazaki * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/proctrack/linuxproc/proctrack_linuxproc.c b/src/plugins/proctrack/linuxproc/proctrack_linuxproc.c index d23626ecccc870a886719fb808f53d794d22b0c2..56ad5236dd32a1e38dc1b21520c20fb0167a4751 100644 --- a/src/plugins/proctrack/linuxproc/proctrack_linuxproc.c +++ b/src/plugins/proctrack/linuxproc/proctrack_linuxproc.c @@ -6,11 +6,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -57,14 +57,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobcomp" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobcomp" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobcomp/". * diff --git a/src/plugins/proctrack/lua/proctrack_lua.c b/src/plugins/proctrack/lua/proctrack_lua.c index 1ca932f3c558f28d567c37fb230f03b3168853bc..0745103aca543f1da88a3f90d6bff1dfcd366d9c 100644 --- a/src/plugins/proctrack/lua/proctrack_lua.c +++ b/src/plugins/proctrack/lua/proctrack_lua.c @@ -6,11 +6,11 @@ * Written by Mark Grondona * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -70,7 +70,7 @@ static lua_State *L = NULL; static pthread_mutex_t lua_lock = PTHREAD_MUTEX_INITIALIZER; /* - * Lua interface to SLURM log facility: + * Lua interface to Slurm log facility: */ static int l_log_msg (lua_State *L) { @@ -153,7 +153,7 @@ static int lua_register_slurm_output_functions (void) _lua_table_register(L, NULL, slurm_functions); /* - * Create more user-friendly lua versions of SLURM log functions. + * Create more user-friendly lua versions of Slurm log functions. */ snprintf(tmp_string, sizeof(tmp_string), "slurm.error (string.format(%s({...})))", diff --git a/src/plugins/proctrack/pgid/proctrack_pgid.c b/src/plugins/proctrack/pgid/proctrack_pgid.c index 9f385f8c3b62ddd93c6be6591c9c847dc12b1a8d..6ffeaae255b3a1ab2e62993e9506e40ad9781e5b 100644 --- a/src/plugins/proctrack/pgid/proctrack_pgid.c +++ b/src/plugins/proctrack/pgid/proctrack_pgid.c @@ -6,11 +6,11 @@ * Written by Morris Jette et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -65,14 +65,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "jobcomp" for SLURM job completion logging) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "jobcomp" for Slurm job completion logging) and + * is a description of how this plugin satisfies that application. Slurm will * only load job completion logging plugins if the plugin_type string has a * prefix of "jobcomp/". * diff --git a/src/plugins/proctrack/sgi_job/proctrack_sgi_job.c b/src/plugins/proctrack/sgi_job/proctrack_sgi_job.c index 40ba94cfc606eec109103beb18163d026dcedbcb..97a0ca23850e5536c0d047895a5d4ce0cd1324b2 100644 --- a/src/plugins/proctrack/sgi_job/proctrack_sgi_job.c +++ b/src/plugins/proctrack/sgi_job/proctrack_sgi_job.c @@ -6,11 +6,11 @@ * Written by Mark Grondona * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -55,7 +55,7 @@ const uint32_t plugin_version = SLURM_VERSION_NUMBER; /* * We can't include since its prototypes conflict with some - * of SLURM's. Instead, put important function protypes and + * of Slurm's. Instead, put important function protypes and * the jid_t typedef here: */ typedef uint64_t jid_t; diff --git a/src/plugins/route/default/route_default.c b/src/plugins/route/default/route_default.c index e056d1430c600d84c955c974785b02dc1e124f13..042a3586b8501de1f2ad0c3a8955b7000fd5c1e7 100644 --- a/src/plugins/route/default/route_default.c +++ b/src/plugins/route/default/route_default.c @@ -6,11 +6,11 @@ * * Written by Rod Schultz * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -57,14 +57,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/route/topology/route_topology.c b/src/plugins/route/topology/route_topology.c index 1b0cb1b08d127eb465902d907bdb736bb5474633..f0668c9944b02bd6acb1222fa0622978ed290c80 100644 --- a/src/plugins/route/topology/route_topology.c +++ b/src/plugins/route/topology/route_topology.c @@ -6,11 +6,11 @@ * * Written by Rod Schultz * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -73,14 +73,14 @@ int switch_levels = 0; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/sched/backfill/backfill.c b/src/plugins/sched/backfill/backfill.c index 18ac4d5a59e790a131459eabaa8ba872a778c39f..c57d214a410231c41a8f6361f6ddc0bccef4681c 100644 --- a/src/plugins/sched/backfill/backfill.c +++ b/src/plugins/sched/backfill/backfill.c @@ -20,11 +20,11 @@ * Written by Morris Jette * 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 . * 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. @@ -40,13 +40,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. \*****************************************************************************/ diff --git a/src/plugins/sched/backfill/backfill.h b/src/plugins/sched/backfill/backfill.h index dbf5004c987bddb503cc206000c5a0832aad6db2..2d67f94226dc87e18fa3993f5e2479b9a4b63713 100644 --- a/src/plugins/sched/backfill/backfill.h +++ b/src/plugins/sched/backfill/backfill.h @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/sched/backfill/backfill_wrapper.c b/src/plugins/sched/backfill/backfill_wrapper.c index 1c921eeb3c9d89c193cf6d926e456b6bbc0944b6..95f69c8d703285382ed77404e2b0f2925c06ee60 100644 --- a/src/plugins/sched/backfill/backfill_wrapper.c +++ b/src/plugins/sched/backfill/backfill_wrapper.c @@ -1,5 +1,5 @@ /*****************************************************************************\ - * backfill_wrapper.c - plugin for SLURM backfill scheduler. + * backfill_wrapper.c - plugin for Slurm backfill scheduler. * Operates like FIFO, but backfill scheduler daemon will explicitly modify * the priority of jobs as needed to achieve backfill scheduling. ***************************************************************************** @@ -8,11 +8,11 @@ * Written by Jay Windley , Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -51,7 +51,7 @@ #include "src/slurmctld/slurmctld.h" #include "backfill.h" -const char plugin_name[] = "SLURM Backfill Scheduler plugin"; +const char plugin_name[] = "Slurm Backfill Scheduler plugin"; const char plugin_type[] = "sched/backfill"; const uint32_t plugin_version = SLURM_VERSION_NUMBER; diff --git a/src/plugins/sched/builtin/builtin.c b/src/plugins/sched/builtin/builtin.c index 0ad970fe61b75b4d3cd9f768513d95cfc806b029..af7b3f098c489f1289cac050bbeea67185c51c47 100644 --- a/src/plugins/sched/builtin/builtin.c +++ b/src/plugins/sched/builtin/builtin.c @@ -11,11 +11,11 @@ * Written by Morris Jette * 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 . * 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. @@ -31,13 +31,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. \*****************************************************************************/ diff --git a/src/plugins/sched/builtin/builtin.h b/src/plugins/sched/builtin/builtin.h index 67fe44840a9477692923407123b858fe92efe8d3..92ba6a9fe022769961d33d220766b8f6fc87b1df 100644 --- a/src/plugins/sched/builtin/builtin.h +++ b/src/plugins/sched/builtin/builtin.h @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/sched/builtin/builtin_wrapper.c b/src/plugins/sched/builtin/builtin_wrapper.c index cb793c82b6b4a9d452cd365e678d54e70527d27d..7cb1851dd3ef939333e127e09ca2492856a7610c 100644 --- a/src/plugins/sched/builtin/builtin_wrapper.c +++ b/src/plugins/sched/builtin/builtin_wrapper.c @@ -1,5 +1,5 @@ /*****************************************************************************\ - * builtin_wrapper.c - NO-OP plugin for SLURM's internal scheduler. + * builtin_wrapper.c - NO-OP plugin for Slurm's internal scheduler. ***************************************************************************** * Copyright (C) 2002-2007 The Regents of the University of California. * Copyright (C) 2008-2010 Lawrence Livermore National Security. @@ -7,11 +7,11 @@ * Written by Kevin Tew et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -50,7 +50,7 @@ #include "src/slurmctld/slurmctld.h" #include "src/plugins/sched/builtin/builtin.h" -const char plugin_name[] = "SLURM Built-in Scheduler plugin"; +const char plugin_name[] = "Slurm Built-in Scheduler plugin"; const char plugin_type[] = "sched/builtin"; const uint32_t plugin_version = SLURM_VERSION_NUMBER; diff --git a/src/plugins/sched/hold/hold_wrapper.c b/src/plugins/sched/hold/hold_wrapper.c index 56e30647efa537a528119e2c25ed7b54123d4896..8237a43cef2fb30e650b21a7ae3e6cad45ed63fa 100644 --- a/src/plugins/sched/hold/hold_wrapper.c +++ b/src/plugins/sched/hold/hold_wrapper.c @@ -1,17 +1,17 @@ /*****************************************************************************\ * hold_wrapper.c - Hold all newly arriving jobs if there is a file - * "/etc/slurm.hold", otherwise use SLURM's internal scheduler. + * "/etc/slurm.hold", otherwise use Slurm's internal scheduler. ***************************************************************************** * Copyright (C) 2002 The Regents of the University of California. * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Morris Jette et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -49,7 +49,7 @@ #include "src/slurmctld/slurmctld.h" #include "src/common/slurm_priority.h" -const char plugin_name[] = "SLURM Hold Scheduler plugin"; +const char plugin_name[] = "Slurm Hold Scheduler plugin"; const char plugin_type[] = "sched/hold"; const uint32_t plugin_version = SLURM_VERSION_NUMBER; diff --git a/src/plugins/select/alps/basil_interface.c b/src/plugins/select/alps/basil_interface.c index 67266c6a226b6bfddc760e51d55859b1a384dc07..b7ad05d973b9b3e8a5d197936229d3654236a36c 100644 --- a/src/plugins/select/alps/basil_interface.c +++ b/src/plugins/select/alps/basil_interface.c @@ -109,7 +109,7 @@ extern int basil_node_ranking(struct node_record *node_array, int node_cnt) /* * When obtaining the initial configuration, we can not allow ALPS to * fail. If there is a problem at this stage it is better to restart - * SLURM completely, after investigating (and/or fixing) the cause. + * Slurm completely, after investigating (and/or fixing) the cause. */ inv = get_full_inventory(version); if (inv == NULL) @@ -138,7 +138,7 @@ extern int basil_node_ranking(struct node_record *node_array, int node_cnt) char tmp[50]; /* This will ignore interactive nodes when iterating through - * the apbasil inventory. If we don't do this, SLURM is + * the apbasil inventory. If we don't do this, Slurm is * unable to resolve the ID to a nidXXX name since it's not in * the slurm.conf file. (Chris North) */ @@ -168,7 +168,7 @@ extern int basil_node_ranking(struct node_record *node_array, int node_cnt) } else { node_ptr->node_rank = inv->nodes_total - rank_count++; /* - * Convention: since we are using SLURM in + * Convention: since we are using Slurm in * frontend-mode, we use * NodeHostName as follows. * @@ -261,7 +261,7 @@ extern int basil_inventory(void) char *reason = NULL; /* This will ignore interactive nodes when iterating through - * the apbasil inventory. If we don't do this, SLURM is + * the apbasil inventory. If we don't do this, Slurm is * unable to resolve the ID to a nidXXX name since it's not in * the slurm.conf file. (Chris North) */ @@ -279,15 +279,15 @@ extern int basil_inventory(void) if (node_is_allocated(node) && !IS_NODE_ALLOCATED(node_ptr)) { /* - * ALPS still hangs on to the node while SLURM considers + * ALPS still hangs on to the node while Slurm considers * it already unallocated. Possible causes are partition * cleanup taking too long (can be 10sec ... minutes), * and orphaned ALPS reservations (caught below). * - * The converse case (SLURM hanging on to the node while + * The converse case (Slurm hanging on to the node while * ALPS has already freed it) happens frequently during * job completion: select_g_job_fini() is called before - * make_node_comp(). Rely on SLURM logic for this case. + * make_node_comp(). Rely on Slurm logic for this case. */ slurm_alps_mismatch++; } @@ -360,7 +360,7 @@ extern int basil_inventory(void) debug("ALPS: %d node(s) still held", slurm_alps_mismatch); /* - * Check that each ALPS reservation corresponds to a SLURM job. + * Check that each ALPS reservation corresponds to a Slurm job. * Purge orphaned reservations, which may result from stale or * messed up system state, or are indicative of ALPS problems * (stuck in pending cancel calls). @@ -401,7 +401,7 @@ extern int basil_inventory(void) free_inv(inv); if (slurm_alps_mismatch) { - /* If SLURM and ALPS state are not in synchronization, + /* If Slurm and ALPS state are not in synchronization, * do not schedule any more jobs until waiting at least * SyncTimeout seconds. */ if (slurm_alps_mismatch_time == 0) @@ -413,7 +413,7 @@ extern int basil_inventory(void) cray_conf->sync_timeout)) { return ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE; } else if (!logged_sync_timeout) { - error("Could not synchronize SLURM with ALPS for %u " + error("Could not synchronize Slurm with ALPS for %u " "seconds, proceeding with job scheduling", cray_conf->sync_timeout); logged_sync_timeout = true; @@ -583,7 +583,7 @@ extern int basil_geometry(struct node_record *node_ptr_array, int node_cnt) } /* - * Convention: since we are using SLURM in frontend-mode, + * Convention: since we are using Slurm in frontend-mode, * we use NodeAddr as follows. * * NodeAddr: coordinates in base-36 encoding diff --git a/src/plugins/select/alps/cray_config.c b/src/plugins/select/alps/cray_config.c index a2fe3d345ed54969fc62e218a516a04c9fc9983a..cb8219e70708c4257d70b98515ac3dcc1eeb2984 100644 --- a/src/plugins/select/alps/cray_config.c +++ b/src/plugins/select/alps/cray_config.c @@ -6,11 +6,11 @@ * Supported by the Oak Ridge National Laboratory Extreme Scale Systems Center * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/alps/cray_config.h b/src/plugins/select/alps/cray_config.h index b47b1f3d80ed0bae570ce971b9bfe15af5ff23ad..470da117fd428a4de312781fc3d66a7beab4c47a 100644 --- a/src/plugins/select/alps/cray_config.h +++ b/src/plugins/select/alps/cray_config.h @@ -5,11 +5,11 @@ * Supported by the Oak Ridge National Laboratory Extreme Scale Systems Center * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -57,7 +57,7 @@ #define DEFAULT_CRAY_SDB_PORT 0 /* If NULL, use value from my.cnf */ #define DEFAULT_CRAY_SDB_USER NULL -/* Default maximum delay for ALPS and SLURM to synchronize. Do not schedule +/* Default maximum delay for ALPS and Slurm to synchronize. Do not schedule * jobs while out of sync until this time is reached (seconds) */ #define DEFAULT_CRAY_SYNC_TIMEOUT 3600 @@ -75,7 +75,7 @@ * @sub_alloc: Only allocate requested node resources instead of the * whole node. In both cases the user will be charged * for the entire node. This is the Slurm <=2.5 behavior. - * @sync_timeout: seconds to wait for ALPS and SLURM to sync without scheduling + * @sync_timeout: seconds to wait for ALPS and Slurm to sync without scheduling * jobs */ typedef struct { diff --git a/src/plugins/select/alps/libalps/basil_request.c b/src/plugins/select/alps/libalps/basil_request.c index 9c1876b7732cbd9df288fb8bcf2647a071f2a9dc..f8862d0a5f9d9dbbcebf26b5d4614e041cc6989e 100644 --- a/src/plugins/select/alps/libalps/basil_request.c +++ b/src/plugins/select/alps/libalps/basil_request.c @@ -19,7 +19,7 @@ pthread_mutex_t timer_lock = PTHREAD_MUTEX_INITIALIZER; /* * Function: _write_xml - * Purpose: Intercepts SLURM's ALPS BASIL XML requests so that it can + * Purpose: Intercepts Slurm's ALPS BASIL XML requests so that it can * logged it as well as pass to ALPS BASIL. * Use: Logging is controlled by environmental variables: * 0) XML_LOG set to enable logging diff --git a/src/plugins/select/alps/libalps/do_switch.c b/src/plugins/select/alps/libalps/do_switch.c index d458fde6c0c1113ecc8742accdd49a44a097397c..8ce7bf2d7b5a8fa5cee50592fbb09060959ae8df 100644 --- a/src/plugins/select/alps/libalps/do_switch.c +++ b/src/plugins/select/alps/libalps/do_switch.c @@ -4,11 +4,11 @@ * Copyright (C) 2011 SchedMD LLC * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/alps/libalps/memory_handling.h b/src/plugins/select/alps/libalps/memory_handling.h index da7849da523dd0542972320808c712c0b0efe7de..9d982a6072cdf0431a693813ce24943c66e0477b 100644 --- a/src/plugins/select/alps/libalps/memory_handling.h +++ b/src/plugins/select/alps/libalps/memory_handling.h @@ -4,11 +4,11 @@ * Copyright (C) 2011 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #ifndef __CRAY_MEMORY_HANDLING_H__ diff --git a/src/plugins/select/alps/libemulate/alps_emulate.c b/src/plugins/select/alps/libemulate/alps_emulate.c index d5713df50247ee749d62a005fb4902194ca13fee..3e071c6c0d38e20d089ff0285e38f9b5d5b006f9 100644 --- a/src/plugins/select/alps/libemulate/alps_emulate.c +++ b/src/plugins/select/alps/libemulate/alps_emulate.c @@ -5,11 +5,11 @@ * Supported by the Oak Ridge National Laboratory Extreme Scale Systems Center * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/alps/select_alps.c b/src/plugins/select/alps/select_alps.c index 4846775d531415a9fba63120bc9ac2f708021997..bf7b4166730282ff34dc3d9736501a3a5483c2b4 100644 --- a/src/plugins/select/alps/select_alps.c +++ b/src/plugins/select/alps/select_alps.c @@ -8,11 +8,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -132,14 +132,14 @@ static int select_cray_dim_size[3] = {-1}; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "select" for SLURM node selection) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "select" for Slurm node selection) and + * is a description of how this plugin satisfies that application. Slurm will * only load select plugins if the plugin_type string has a * prefix of "select/". * @@ -794,7 +794,7 @@ extern char *select_p_select_jobinfo_sprint(select_jobinfo_t *jobinfo, switch (mode) { /* - * SLURM only knows the ALPS reservation ID. The application IDs (APIDs) + * Slurm only knows the ALPS reservation ID. The application IDs (APIDs) * of the reservation need to be queried from the Inventory response. * The maximum known reservation ID is 4096, it wraps around after that. */ diff --git a/src/plugins/select/bluegene/ba_bgq/block_allocator.c b/src/plugins/select/bluegene/ba_bgq/block_allocator.c index 05cb779a6c7a50b1a440cdefcbea6f860f25ed28..d41bcce035cef115fd12ab6c3eab6b97ef2d9d16 100644 --- a/src/plugins/select/bluegene/ba_bgq/block_allocator.c +++ b/src/plugins/select/bluegene/ba_bgq/block_allocator.c @@ -8,11 +8,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/ba_bgq/block_allocator.h b/src/plugins/select/bluegene/ba_bgq/block_allocator.h index 680d0a911188bbcfac802f1c7aee97360dca8ba1..54285c0fe9a5fbedcac0f3d470a9a9af1b676c88 100644 --- a/src/plugins/select/bluegene/ba_bgq/block_allocator.h +++ b/src/plugins/select/bluegene/ba_bgq/block_allocator.h @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Dan Phung , Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/ba_bgq/wire_test.c b/src/plugins/select/bluegene/ba_bgq/wire_test.c index 2a32536996ef8310d915a7e8897b0ebfcb8ba864..56c69c86b6be1dc4ebbeaf8910731adf4e5b6d28 100644 --- a/src/plugins/select/bluegene/ba_bgq/wire_test.c +++ b/src/plugins/select/bluegene/ba_bgq/wire_test.c @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/ba_common.c b/src/plugins/select/bluegene/ba_common.c index f4f0c51dea8d9a28ce65c6339e79a8761ae807cd..0ce6627ccbb5de217e154fc1052831edd0161e2f 100644 --- a/src/plugins/select/bluegene/ba_common.c +++ b/src/plugins/select/bluegene/ba_common.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/ba_common.h b/src/plugins/select/bluegene/ba_common.h index 7f2cdb9159eecc2dd456ddf70f3d9b154d7ecdfe..c9cfd92101ab678005503d4e40d98e4be54394fc 100644 --- a/src/plugins/select/bluegene/ba_common.h +++ b/src/plugins/select/bluegene/ba_common.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_core.c b/src/plugins/select/bluegene/bg_core.c index 3b7a7c0909737092a2174343487cbdb059e64769..c3d49bb2642358783ab6ad2e7dfbb289275f550a 100644 --- a/src/plugins/select/bluegene/bg_core.c +++ b/src/plugins/select/bluegene/bg_core.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble et. al. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_core.h b/src/plugins/select/bluegene/bg_core.h index 88b15c567901363b1c5fa1c9f1f7c7107ad0cf91..67de847c8ae7f271170fbbfb6895d27163f0fc01 100644 --- a/src/plugins/select/bluegene/bg_core.h +++ b/src/plugins/select/bluegene/bg_core.h @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Dan Phung and Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_defined_block.c b/src/plugins/select/bluegene/bg_defined_block.c index c1ae3fa0b51f5764c46b64fc07b5f8c228a6ece0..e6b7f74269ae07c4319da95502bfed99d921fa29 100644 --- a/src/plugins/select/bluegene/bg_defined_block.c +++ b/src/plugins/select/bluegene/bg_defined_block.c @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_defined_block.h b/src/plugins/select/bluegene/bg_defined_block.h index 8c973229583526f7d37341d70c0d77f0263ed9d6..e4c6aa0efe798798fb0b5c394ba117ebd6f60c7c 100644 --- a/src/plugins/select/bluegene/bg_defined_block.h +++ b/src/plugins/select/bluegene/bg_defined_block.h @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_dynamic_block.c b/src/plugins/select/bluegene/bg_dynamic_block.c index 01bd42890a98ccca4f433746b535b5f2e931a546..5306677d2ff0d37952fefe42afb85022c379cc63 100644 --- a/src/plugins/select/bluegene/bg_dynamic_block.c +++ b/src/plugins/select/bluegene/bg_dynamic_block.c @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_dynamic_block.h b/src/plugins/select/bluegene/bg_dynamic_block.h index 916b9c67aad41dd2800322cde074b13df03edaba..ec453c5a6592930cfe0dbe24ae343c9142546440 100644 --- a/src/plugins/select/bluegene/bg_dynamic_block.h +++ b/src/plugins/select/bluegene/bg_dynamic_block.h @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_enums.h b/src/plugins/select/bluegene/bg_enums.h index 6c3bc7d857624295ac4d7ec3127d3ae2bced9ed2..ee630911b45596b4fb786b35d37effc39ba28142 100644 --- a/src/plugins/select/bluegene/bg_enums.h +++ b/src/plugins/select/bluegene/bg_enums.h @@ -6,11 +6,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -139,7 +139,7 @@ typedef enum { * state we set the cable in * an error and the OUT_PASS * as well. - * Currently SLURM only really + * Currently Slurm only really * cares about the out port of a * switch. */ diff --git a/src/plugins/select/bluegene/bg_job_info.c b/src/plugins/select/bluegene/bg_job_info.c index 2d52429600b63e200ac10402daf2cdc90d5026a5..bbbb3323a3301ed9c337a8d804b28adbfd745a3f 100644 --- a/src/plugins/select/bluegene/bg_job_info.c +++ b/src/plugins/select/bluegene/bg_job_info.c @@ -6,11 +6,11 @@ * Written by Danny Auble et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_job_info.h b/src/plugins/select/bluegene/bg_job_info.h index aea90859446b291d9f91b13b7dbbfb5649f01f09..41324d8cd2b5d919aaa7e591742ff74fe730333b 100644 --- a/src/plugins/select/bluegene/bg_job_info.h +++ b/src/plugins/select/bluegene/bg_job_info.h @@ -7,11 +7,11 @@ * Written by Danny Auble et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_job_place.c b/src/plugins/select/bluegene/bg_job_place.c index 8dea7710db5a5a6ea9ef7c983def73b71ee3177e..e2b5cfe21903e5e7b312649cd19d69f17bf91cc7 100644 --- a/src/plugins/select/bluegene/bg_job_place.c +++ b/src/plugins/select/bluegene/bg_job_place.c @@ -8,11 +8,11 @@ * Written by Dan Phung and Morris Jette * and Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -496,7 +496,7 @@ static bg_record_t *_find_matching_block(List block_list, * the set of nodes which the job can use. * Nodes not available for the job could be down, * drained, allocated to some other job, or in some - * SLURM block not available to this job. + * Slurm block not available to this job. */ if (!bit_super_set(bg_record->mp_bitmap, slurm_block_bitmap)) { if (bg_conf->slurm_debug_flags & DEBUG_FLAG_BG_PICK) { diff --git a/src/plugins/select/bluegene/bg_job_place.h b/src/plugins/select/bluegene/bg_job_place.h index 7e6333da209ccf8603206b1f442aaa4bf39a93eb..6325877958efacc12adb70f84aa2209e41631ab1 100644 --- a/src/plugins/select/bluegene/bg_job_place.h +++ b/src/plugins/select/bluegene/bg_job_place.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Dan Phung et. al. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_job_run.c b/src/plugins/select/bluegene/bg_job_run.c index bc365ba4a177a6720dc131702ccb6e1f13a1a9d6..9aacd91cb7b9c6c58e2d0fd8756029ff3600ad86 100644 --- a/src/plugins/select/bluegene/bg_job_run.c +++ b/src/plugins/select/bluegene/bg_job_run.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Morris Jette , Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_job_run.h b/src/plugins/select/bluegene/bg_job_run.h index 3359073feafe93a55d6d68248d7bdaf8e5e0ac43..5583093c34b12d90b041c19b45392a852a6c406f 100644 --- a/src/plugins/select/bluegene/bg_job_run.h +++ b/src/plugins/select/bluegene/bg_job_run.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_list_functions.c b/src/plugins/select/bluegene/bg_list_functions.c index 7f8d7ffaf81dfd0d42664d6650786113ee1c495e..804d5ff6d3e644761c9614f4b3954e5fadff52bd 100644 --- a/src/plugins/select/bluegene/bg_list_functions.c +++ b/src/plugins/select/bluegene/bg_list_functions.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_list_functions.h b/src/plugins/select/bluegene/bg_list_functions.h index 6bd74240edbc3e45cc5d0248f2a2df45951b7889..48c61bac47341d57c4e692c1c99be7e58b933af7 100644 --- a/src/plugins/select/bluegene/bg_list_functions.h +++ b/src/plugins/select/bluegene/bg_list_functions.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_node_info.c b/src/plugins/select/bluegene/bg_node_info.c index f3ccbae1a3864768208df81c2cf3a3f8e2ee0ae5..ad158ef5f09863c6931c4890a0ae2941fef7eb6e 100644 --- a/src/plugins/select/bluegene/bg_node_info.c +++ b/src/plugins/select/bluegene/bg_node_info.c @@ -6,11 +6,11 @@ * Written by Danny Auble et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_node_info.h b/src/plugins/select/bluegene/bg_node_info.h index 734f6679512d7546bdede67cc0c3d31a608ec4fc..aaf78bb18b5935265188f0be52487539f53ce69f 100644 --- a/src/plugins/select/bluegene/bg_node_info.h +++ b/src/plugins/select/bluegene/bg_node_info.h @@ -7,11 +7,11 @@ * Written by Danny Auble et. al. * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_read_config.c b/src/plugins/select/bluegene/bg_read_config.c index fbf7fcbbffd153ff8caef7ca4a55ca99911815b9..3e6e73dc5a13f8fbc14ee2989c9cea67b0392f33 100644 --- a/src/plugins/select/bluegene/bg_read_config.c +++ b/src/plugins/select/bluegene/bg_read_config.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_read_config.h b/src/plugins/select/bluegene/bg_read_config.h index e457d5807d4561d819a6f4aa8afdcc8c672b29c2..84e66fdfe8d5a638b15e81f5afbeb379a3ea97d4 100644 --- a/src/plugins/select/bluegene/bg_read_config.h +++ b/src/plugins/select/bluegene/bg_read_config.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_record_functions.c b/src/plugins/select/bluegene/bg_record_functions.c index 78098e2812aa8f2bf26efe5dde4229c4290062bb..aa6c55b2cbf6667f61cfa7161134f58764504d7f 100644 --- a/src/plugins/select/bluegene/bg_record_functions.c +++ b/src/plugins/select/bluegene/bg_record_functions.c @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_record_functions.h b/src/plugins/select/bluegene/bg_record_functions.h index df7dbe58a7c67352e9bbeba80e3a4634b6c4684d..c72df44fd73134c136a1b906739f997c08ec7d29 100644 --- a/src/plugins/select/bluegene/bg_record_functions.h +++ b/src/plugins/select/bluegene/bg_record_functions.h @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_status.c b/src/plugins/select/bluegene/bg_status.c index df052b14a7b4c868f0f5d0324e465572156b1217..51f8b86bf29858397e86c2a5fe0244e4f618bb89 100644 --- a/src/plugins/select/bluegene/bg_status.c +++ b/src/plugins/select/bluegene/bg_status.c @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bg_status.h b/src/plugins/select/bluegene/bg_status.h index 39aecbd05e11d836f2364312a4f9bca362db3a7f..b91aa95ade73448f8829815c79cea684ca0bc6e3 100644 --- a/src/plugins/select/bluegene/bg_status.h +++ b/src/plugins/select/bluegene/bg_status.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #ifndef _BG_STATUS_H_ diff --git a/src/plugins/select/bluegene/bg_structs.h b/src/plugins/select/bluegene/bg_structs.h index 42ba19876d091ab407568fb9d360aef5f4ed3acd..88f6212c7cb06575fddb9197cf33d7cf691586f2 100644 --- a/src/plugins/select/bluegene/bg_structs.h +++ b/src/plugins/select/bluegene/bg_structs.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bl_bgq/bridge_helper.h b/src/plugins/select/bluegene/bl_bgq/bridge_helper.h index 64f2992fe185fcaec5858b4dd5d41e71ea7f2497..c3a8ce4df31b687010ad5f260ec2999c8dbbbc7b 100644 --- a/src/plugins/select/bluegene/bl_bgq/bridge_helper.h +++ b/src/plugins/select/bluegene/bl_bgq/bridge_helper.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bl_bgq/bridge_status.h b/src/plugins/select/bluegene/bl_bgq/bridge_status.h index a01d6679879044f02500cadf2cca3f7f936c70b0..1d778d5bba7aff99702f8b172e705fe828d571e3 100644 --- a/src/plugins/select/bluegene/bl_bgq/bridge_status.h +++ b/src/plugins/select/bluegene/bl_bgq/bridge_status.h @@ -6,11 +6,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/bridge_linker.h b/src/plugins/select/bluegene/bridge_linker.h index 3a82d2970792144a7c3bf0a35e234e4fe2516776..96190443627b38a67a3221306f755cd31f03d5d6 100644 --- a/src/plugins/select/bluegene/bridge_linker.h +++ b/src/plugins/select/bluegene/bridge_linker.h @@ -5,11 +5,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/configure_api.c b/src/plugins/select/bluegene/configure_api.c index c2b0d74b8a6df1ff52f93c086362864e61d185e7..52750df53b2d0d9505cf22ef91cd31d29e42447c 100644 --- a/src/plugins/select/bluegene/configure_api.c +++ b/src/plugins/select/bluegene/configure_api.c @@ -5,11 +5,11 @@ * Copyright (C) 2011 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/configure_api.h b/src/plugins/select/bluegene/configure_api.h index dc96d367893ee70b97a8e82cd8d10afd1cf377e6..a8eb50d4d1184c7eb9fcada38ed63565d1455d31 100644 --- a/src/plugins/select/bluegene/configure_api.h +++ b/src/plugins/select/bluegene/configure_api.h @@ -5,11 +5,11 @@ * Copyright (C) 2011 SchedMD LLC. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/libsched_if64.c b/src/plugins/select/bluegene/libsched_if64.c index 81cf4b8857eb052300a93a21d0b44c8d1a977789..1d5a6d80b2d56aae272ba4b84518e6af7ca3c2e9 100644 --- a/src/plugins/select/bluegene/libsched_if64.c +++ b/src/plugins/select/bluegene/libsched_if64.c @@ -7,11 +7,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * Written by Danny Auble et. al. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -27,13 +27,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. \*****************************************************************************/ #include diff --git a/src/plugins/select/bluegene/select_bluegene.c b/src/plugins/select/bluegene/select_bluegene.c index c72ff41af9f37219927e4a4d582186cff552b303..002626997a30f13733984da011c2a8cba725f63c 100644 --- a/src/plugins/select/bluegene/select_bluegene.c +++ b/src/plugins/select/bluegene/select_bluegene.c @@ -7,11 +7,11 @@ * Written by Dan Phung Danny Auble * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -101,14 +101,14 @@ bool ignore_state_errors = true; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "select" for SLURM node selection) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "select" for Slurm node selection) and + * is a description of how this plugin satisfies that application. Slurm will * only load select plugins if the plugin_type string has a * prefix of "select/". * @@ -1633,7 +1633,7 @@ extern int select_p_job_test(struct job_record *job_ptr, bitstr_t *bitmap, * 3) type: TORUS or MESH or NAV (torus else mesh) * * note: we don't have to worry about security at this level - * as the SLURM block logic will handle access rights. + * as the Slurm block logic will handle access rights. */ return submit_job(job_ptr, bitmap, min_nodes, max_nodes, diff --git a/src/plugins/select/bluegene/sfree/opts.c b/src/plugins/select/bluegene/sfree/opts.c index 9dcf5ee834a595e7aaba853f77d798e7309ca4c5..00c94df231212405765cfedb2401b7c35f59bb90 100644 --- a/src/plugins/select/bluegene/sfree/opts.c +++ b/src/plugins/select/bluegene/sfree/opts.c @@ -6,11 +6,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/sfree/sfree.c b/src/plugins/select/bluegene/sfree/sfree.c index ed6e317402d6f5e6f291df575965e5e8445fabb3..e06ee99ebae36e3f36bcb0feacf0466b794440ab 100644 --- a/src/plugins/select/bluegene/sfree/sfree.c +++ b/src/plugins/select/bluegene/sfree/sfree.c @@ -7,11 +7,11 @@ * * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/select/bluegene/sfree/sfree.h b/src/plugins/select/bluegene/sfree/sfree.h index a6d3fe1b5d4cb3f56a411ba87797bb641cca47b0..438015d26aadb08d27c055e01ac5350da647f67a 100644 --- a/src/plugins/select/bluegene/sfree/sfree.h +++ b/src/plugins/select/bluegene/sfree/sfree.h @@ -6,11 +6,11 @@ * Written by Danny Auble * 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 . * 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. @@ -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. \****************************************************************************/ diff --git a/src/plugins/select/bluegene/slurm_epilog.c b/src/plugins/select/bluegene/slurm_epilog.c index 8b4c563752e804d6b35e43b868cf59440b0aeeee..646998a9808706ac2c949f635b76b5df8a5c3c15 100644 --- a/src/plugins/select/bluegene/slurm_epilog.c +++ b/src/plugins/select/bluegene/slurm_epilog.c @@ -1,6 +1,6 @@ /*****************************************************************************\ * slurm_ epilog.c - Wait until the specified partition is no longer ready and - * owned by this user. This is executed via SLURM to synchronize the + * owned by this user. This is executed via Slurm to synchronize the * user's job execution with slurmctld configuration of partitions. ***************************************************************************** * Copyright (C) 2004 The Regents of the University of California. @@ -8,11 +8,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -62,7 +62,7 @@ int main(int argc, char **argv) char *job_id_char = NULL; uint32_t job_id; - job_id_char = getenv("SLURM_JOB_ID"); /* get SLURM job ID */ + job_id_char = getenv("SLURM_JOB_ID"); /* get Slurm job ID */ if (!job_id_char) { fprintf(stderr, "SLURM_JOB_ID not set\n"); exit(0); diff --git a/src/plugins/select/bluegene/slurm_prolog.c b/src/plugins/select/bluegene/slurm_prolog.c index 9f4880a62bafd840de600c0ccd8c823b52288719..2d928a21b912d453d25659d5cde327515ee02832 100644 --- a/src/plugins/select/bluegene/slurm_prolog.c +++ b/src/plugins/select/bluegene/slurm_prolog.c @@ -1,6 +1,6 @@ /*****************************************************************************\ * slurm_ prolog.c - Wait until the specified partition is ready and owned by - * this user. This is executed via SLURM to synchronize the user's job + * this user. This is executed via Slurm to synchronize the user's job * execution with slurmctld configuration of partitions. ***************************************************************************** * Copyright (C) 2004 The Regents of the University of California. @@ -8,11 +8,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -66,7 +66,7 @@ int main(int argc, char **argv) char *job_id_char = NULL; uint32_t job_id; - job_id_char = getenv("SLURM_JOB_ID"); /* get SLURM job ID */ + job_id_char = getenv("SLURM_JOB_ID"); /* get Slurm job ID */ if (!job_id_char) { fprintf(stderr, "SLURM_JOB_ID not set\n"); exit(1); /* abort job */ diff --git a/src/plugins/select/cons_res/dist_tasks.c b/src/plugins/select/cons_res/dist_tasks.c index ee2faab8affac8a65d089916e167489386ad67bd..79d67052bc4b7feacd6e4cf54788ae0c14d16a67 100644 --- a/src/plugins/select/cons_res/dist_tasks.c +++ b/src/plugins/select/cons_res/dist_tasks.c @@ -8,11 +8,11 @@ * Portions copyright (C) 2012 Bull * Written by Martin Perry * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/cons_res/dist_tasks.h b/src/plugins/select/cons_res/dist_tasks.h index 5be08d677cfda6d81b174ae746b26266c4424f57..a3788dd65e69a10cb54026878df39054708091a7 100644 --- a/src/plugins/select/cons_res/dist_tasks.h +++ b/src/plugins/select/cons_res/dist_tasks.h @@ -5,11 +5,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/cons_res/job_test.c b/src/plugins/select/cons_res/job_test.c index 180aeb4b7fd4147884cbef8af09b17a35ed9d644..60405932e399e956749b89be1b7955d1c0ad0ac1 100644 --- a/src/plugins/select/cons_res/job_test.c +++ b/src/plugins/select/cons_res/job_test.c @@ -62,11 +62,11 @@ * Written by Susanne M. Balle , who borrowed heavily * from select/linear * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -82,13 +82,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. \*****************************************************************************/ diff --git a/src/plugins/select/cons_res/job_test.h b/src/plugins/select/cons_res/job_test.h index d1aba89beec96109c2b3dfc85ef1127c17f17d0d..81398faa4cd358cf285d7c3239fa2bd8c31c85ce 100644 --- a/src/plugins/select/cons_res/job_test.h +++ b/src/plugins/select/cons_res/job_test.h @@ -5,11 +5,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/cons_res/select_cons_res.c b/src/plugins/select/cons_res/select_cons_res.c index 4717e97566fc5869c7587a5eaada0886dcac2c62..9bd5b8b6d472edbf4dce530ae2a249591f5443b9 100644 --- a/src/plugins/select/cons_res/select_cons_res.c +++ b/src/plugins/select/cons_res/select_cons_res.c @@ -61,11 +61,11 @@ * Written by Susanne M. Balle , who borrowed heavily * from select/linear * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -81,13 +81,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. \*****************************************************************************/ @@ -154,14 +154,14 @@ int slurmctld_tres_cnt = 0; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "select" for SLURM node selection) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "select" for Slurm node selection) and + * is a description of how this plugin satisfies that application. Slurm will * only load select plugins if the plugin_type string has a * prefix of "select/". * diff --git a/src/plugins/select/cons_res/select_cons_res.h b/src/plugins/select/cons_res/select_cons_res.h index 0038d1c07531c61cc1860b7d2afa7b24103330d0..82c07909a4aa9e528d563766172b30cd3b6e3116 100644 --- a/src/plugins/select/cons_res/select_cons_res.h +++ b/src/plugins/select/cons_res/select_cons_res.h @@ -6,11 +6,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/cray/ccm.c b/src/plugins/select/cray/ccm.c index 6ce9bfb475bbf474ec35e130630c4a53d7c718cc..78e77997148841a0686a0cc97d0b1d39c0d8158d 100644 --- a/src/plugins/select/cray/ccm.c +++ b/src/plugins/select/cray/ccm.c @@ -6,11 +6,11 @@ * Copyright 2016 Cray Inc. All Rights Reserved. * Written by Marlys Kohnke * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/cray/ccm.h b/src/plugins/select/cray/ccm.h index 7fab16adc346eb88b415d8b4b9787fae81967d3d..b38927f058df390b6cd8eabea2ebd572417c8b83 100644 --- a/src/plugins/select/cray/ccm.h +++ b/src/plugins/select/cray/ccm.h @@ -5,11 +5,11 @@ * Copyright 2016 Cray Inc. All Rights Reserved. * Written by Marlys Kohnke * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/cray/select_cray.c b/src/plugins/select/cray/select_cray.c index 8d2e4114c1066c4923d14dd8555ad6089ed80a34..519ac73ddd12b3cb1d7628a5556bd42e3de65e0d 100644 --- a/src/plugins/select/cray/select_cray.c +++ b/src/plugins/select/cray/select_cray.c @@ -5,11 +5,11 @@ * Copyright 2013 Cray Inc. All Rights Reserved. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -224,14 +224,14 @@ static uint64_t debug_flags = 0; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "select" for SLURM node selection) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "select" for Slurm node selection) and + * is a description of how this plugin satisfies that application. Slurm will * only load select plugins if the plugin_type string has a * prefix of "select/". * diff --git a/src/plugins/select/linear/select_linear.c b/src/plugins/select/linear/select_linear.c index dddf2dee90bf93a3fc879cd1efb93216fc1ebbec..d1c8223a093eb3ddcdf27ddd8a02446927b17e1d 100644 --- a/src/plugins/select/linear/select_linear.c +++ b/src/plugins/select/linear/select_linear.c @@ -11,11 +11,11 @@ * Written by Morris Jette * 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 . * 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. @@ -31,13 +31,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. \*****************************************************************************/ @@ -201,14 +201,14 @@ extern int select_p_select_nodeinfo_free(select_nodeinfo_t *nodeinfo); * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "select" for SLURM node selection) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "select" for Slurm node selection) and + * is a description of how this plugin satisfies that application. Slurm will * only load select plugins if the plugin_type string has a * prefix of "select/". * diff --git a/src/plugins/select/linear/select_linear.h b/src/plugins/select/linear/select_linear.h index a9b3bd2bf36e23ae3deaa99b451ef4aa20673ef4..9c44a3c529503fcebf01271a979f3bb64ef86ec4 100644 --- a/src/plugins/select/linear/select_linear.h +++ b/src/plugins/select/linear/select_linear.h @@ -5,11 +5,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -43,7 +43,7 @@ /* * part_cr_record keeps track of the number of running jobs on - * this node in this partition. SLURM allows a node to be + * this node in this partition. Slurm allows a node to be * assigned to more than one partition. One or more partitions * may be configured to share the cores with more than one job. */ diff --git a/src/plugins/select/other/other_select.c b/src/plugins/select/other/other_select.c index 34398d1a6e185043bd21653abd5466204876b19d..5b36ee748f814a994e3db1d92c353baa0af2ecd2 100644 --- a/src/plugins/select/other/other_select.c +++ b/src/plugins/select/other/other_select.c @@ -15,11 +15,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -35,13 +35,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. \*****************************************************************************/ diff --git a/src/plugins/select/other/other_select.h b/src/plugins/select/other/other_select.h index 4e8c293ecbf1cb61345abe1ea0792b2f8822c5d6..8769fa38f786b1cf40a652bca54666eb457e7086 100644 --- a/src/plugins/select/other/other_select.h +++ b/src/plugins/select/other/other_select.h @@ -7,11 +7,11 @@ * Written by Danny Auble * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/select/serial/dist_tasks.c b/src/plugins/select/serial/dist_tasks.c index ebe4f32c544b7b346b65ecbed204034217bd35d4..091b5a6eb3cca03007bdfb4f00c14c71b866b278 100644 --- a/src/plugins/select/serial/dist_tasks.c +++ b/src/plugins/select/serial/dist_tasks.c @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2012 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 . * 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. @@ -23,13 +23,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. \*****************************************************************************/ diff --git a/src/plugins/select/serial/dist_tasks.h b/src/plugins/select/serial/dist_tasks.h index cdf846bb64b015696c1e6d7ee137836eb08a86c7..aea21576575591ce913fcbb52650265c1824c74b 100644 --- a/src/plugins/select/serial/dist_tasks.h +++ b/src/plugins/select/serial/dist_tasks.h @@ -5,11 +5,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/serial/job_test.c b/src/plugins/select/serial/job_test.c index 26d368edd3d71bb7eed8ddc16295734d595ef9dc..eb4a04bb11f3c9784425cb919751f7bd743a233e 100644 --- a/src/plugins/select/serial/job_test.c +++ b/src/plugins/select/serial/job_test.c @@ -5,11 +5,11 @@ * Written by Susanne M. Balle , who borrowed heavily * from select/linear * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/serial/job_test.h b/src/plugins/select/serial/job_test.h index 889f994a76bf8ab30db44c227d3cf67726d9cfd2..ade009f0c8da03845193c88446a24b8ea4489436 100644 --- a/src/plugins/select/serial/job_test.h +++ b/src/plugins/select/serial/job_test.h @@ -5,11 +5,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/select/serial/select_serial.c b/src/plugins/select/serial/select_serial.c index 82be8e551f3506bcaabec954c0b3132a54e60bee..5707d39bfb2a581870fd664b95fb377adc0fa302 100644 --- a/src/plugins/select/serial/select_serial.c +++ b/src/plugins/select/serial/select_serial.c @@ -2,11 +2,11 @@ * select_serial.c - resource selection plugin supporting serial (since CPU) * job allocations. ***************************************************************************** - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -22,13 +22,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. \*****************************************************************************/ @@ -89,14 +89,14 @@ int slurmctld_tres_cnt = 0; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "select" for SLURM node selection) and - * is a description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "select" for Slurm node selection) and + * is a description of how this plugin satisfies that application. Slurm will * only load select plugins if the plugin_type string has a * prefix of "select/". * diff --git a/src/plugins/select/serial/select_serial.h b/src/plugins/select/serial/select_serial.h index e88c49850bcebe488250eec3474e2ebe78f76789..9812107db0cfbf5763316c10e2812ee47a89f42d 100644 --- a/src/plugins/select/serial/select_serial.h +++ b/src/plugins/select/serial/select_serial.h @@ -7,11 +7,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/slurmctld/nonstop/do_work.c b/src/plugins/slurmctld/nonstop/do_work.c index b8572fa7836b42c1502f31bf4d2508b03160c499..1c1d6f5140f9d307488f569a3725a8b742a8aaae 100644 --- a/src/plugins/slurmctld/nonstop/do_work.c +++ b/src/plugins/slurmctld/nonstop/do_work.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/slurmctld/nonstop/do_work.h b/src/plugins/slurmctld/nonstop/do_work.h index d8149d70a653ca6a91bd798de0be0841bef787c0..fa1f73b6a8215318636220f9d777b978c4b0eb38 100644 --- a/src/plugins/slurmctld/nonstop/do_work.h +++ b/src/plugins/slurmctld/nonstop/do_work.h @@ -4,11 +4,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/slurmctld/nonstop/msg.c b/src/plugins/slurmctld/nonstop/msg.c index ba3d2a90f2bae47721dbe3cc8b2a04453b1c3fe6..251907054c5a67aa88404fdb2c4074c1f0267470 100644 --- a/src/plugins/slurmctld/nonstop/msg.c +++ b/src/plugins/slurmctld/nonstop/msg.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/slurmctld/nonstop/msg.h b/src/plugins/slurmctld/nonstop/msg.h index 763c9a419ff009c22963f3c9dd9a692202b42cbe..e86006f62ddfc1de9aa799ec44ad8dc23a7b25aa 100644 --- a/src/plugins/slurmctld/nonstop/msg.h +++ b/src/plugins/slurmctld/nonstop/msg.h @@ -5,11 +5,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/slurmctld/nonstop/nonstop.c b/src/plugins/slurmctld/nonstop/nonstop.c index 8bf9418503be0f1febaa4ac26f658d30f9a6e9c7..fe32ee9835a7c7b8fd26705e518b63b33fdbe795 100644 --- a/src/plugins/slurmctld/nonstop/nonstop.c +++ b/src/plugins/slurmctld/nonstop/nonstop.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -51,14 +51,14 @@ * plugin_type - A string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "auth" for SLURM authentication) and is a - * description of how this plugin satisfies that application. SLURM will + * the plugin (e.g., "auth" for Slurm authentication) and is a + * description of how this plugin satisfies that application. Slurm will * only load authentication plugins if the plugin_type string has a prefix * of "auth/". * diff --git a/src/plugins/slurmctld/nonstop/read_config.c b/src/plugins/slurmctld/nonstop/read_config.c index 88850f9e5991c6f1cd3e66f7b20ab82d9f9db4be..5cb5cb1d74403e84efbfa8ca1c469202f4ec8f6d 100644 --- a/src/plugins/slurmctld/nonstop/read_config.c +++ b/src/plugins/slurmctld/nonstop/read_config.c @@ -4,11 +4,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/slurmctld/nonstop/read_config.h b/src/plugins/slurmctld/nonstop/read_config.h index ee562f22d69c259e7af4805888f569e560e92a0e..6f4b92a168a40484a584b8f33fa4ba1339527617 100644 --- a/src/plugins/slurmctld/nonstop/read_config.h +++ b/src/plugins/slurmctld/nonstop/read_config.h @@ -5,11 +5,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/switch/cray/cookies.c b/src/plugins/switch/cray/cookies.c index 01b9f9d72f23bf2d7e956e870b555764c69293ff..2de23f392b150b3f75eaf0db441768dbacd26483 100644 --- a/src/plugins/switch/cray/cookies.c +++ b/src/plugins/switch/cray/cookies.c @@ -5,11 +5,11 @@ * Copyright 2014 Cray Inc. All Rights Reserved. * Written by David Gloe * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -148,7 +148,7 @@ extern int lease_cookies(slurm_cray_jobinfo_t *job, int32_t *nodes, /* * xmalloc the space for the cookies and cookie_ids, so it can be freed - * with xfree later, which is consistent with SLURM practices and how + * with xfree later, which is consistent with Slurm practices and how * the rest of the structure will be freed. * We must free() the ALPS Common library allocated memory using free(), * not xfree(). diff --git a/src/plugins/switch/cray/gpu.c b/src/plugins/switch/cray/gpu.c index 96f5426890597464ff2c80359c795603ebcb8d8e..e997cc18fca440d90a05315d20fcfaebd13e5b2d 100644 --- a/src/plugins/switch/cray/gpu.c +++ b/src/plugins/switch/cray/gpu.c @@ -5,11 +5,11 @@ * Copyright 2014 Cray Inc. All Rights Reserved. * Written by David Gloe * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/switch/cray/iaa.c b/src/plugins/switch/cray/iaa.c index 573c672965058a3c2cbaa855bfc6fe16a550a1c2..5bda7b43381193b7b9da3fe7b85433ef3ed001e2 100644 --- a/src/plugins/switch/cray/iaa.c +++ b/src/plugins/switch/cray/iaa.c @@ -5,11 +5,11 @@ * Copyright 2014 Cray Inc. All Rights Reserved. * Written by David Gloe * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/switch/cray/pe_info.c b/src/plugins/switch/cray/pe_info.c index 59bbfc13b857fc83d5ef2e8dbd0b908888536f99..f5b2caaecb717e989abd2e46a58c05ccd3511c9c 100644 --- a/src/plugins/switch/cray/pe_info.c +++ b/src/plugins/switch/cray/pe_info.c @@ -5,11 +5,11 @@ * Copyright 2014 Cray Inc. All Rights Reserved. * Written by David Gloe * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/switch/cray/scaling.c b/src/plugins/switch/cray/scaling.c index 9d7d258b823c80e507e8135d431fbec8e8d5b3ed..40f77660152ffc9bf53dee77bd6ba9dc551a226c 100644 --- a/src/plugins/switch/cray/scaling.c +++ b/src/plugins/switch/cray/scaling.c @@ -5,11 +5,11 @@ * Copyright 2014 Cray Inc. All Rights Reserved. * Written by David Gloe * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/switch/cray/switch_cray.c b/src/plugins/switch/cray/switch_cray.c index 070f369f75f62302a09d08eef32f6e0261753e5e..576573b764a63bfe654ddeb9acd286ccd03140c0 100644 --- a/src/plugins/switch/cray/switch_cray.c +++ b/src/plugins/switch/cray/switch_cray.c @@ -5,11 +5,11 @@ * Copyright 2013 Cray Inc. All Rights Reserved. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -84,14 +84,14 @@ static bool lustre_no_flush = false; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "switch" for SLURM switch) and is a description - * of how this plugin satisfies that application. SLURM will only load + * the plugin (e.g., "switch" for Slurm switch) and is a description + * of how this plugin satisfies that application. Slurm will only load * a switch plugin if the plugin_type string has a prefix of "switch/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/switch/cray/switch_cray.h b/src/plugins/switch/cray/switch_cray.h index c6f0443ecd864dd65ab821a0788b21d06b4252a0..bd7ae9ca5105255cc4eb580c4ba8438d5ca6acae 100644 --- a/src/plugins/switch/cray/switch_cray.h +++ b/src/plugins/switch/cray/switch_cray.h @@ -5,11 +5,11 @@ * Copyright 2013 Cray Inc. All Rights Reserved. * Written by Danny Auble * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/switch/cray/util.c b/src/plugins/switch/cray/util.c index 210ef88e10aaa7417826638dbf212d17dc9d9ba1..b4fa4dfe69545c68b7d2fcbfee56428f33b6c191 100644 --- a/src/plugins/switch/cray/util.c +++ b/src/plugins/switch/cray/util.c @@ -5,11 +5,11 @@ * Copyright 2013 Cray Inc. All Rights Reserved. * Written by David Gloe * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/switch/generic/switch_generic.c b/src/plugins/switch/generic/switch_generic.c index e9fec818d638de060a9096d5fe201ec75e6b4de3..ff57100bff35eb28a01f0a8dad9ed630e0885887 100644 --- a/src/plugins/switch/generic/switch_generic.c +++ b/src/plugins/switch/generic/switch_generic.c @@ -6,11 +6,11 @@ * Copyright (C) 2013 SchedMD LLC * Written by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -106,14 +106,14 @@ typedef struct sw_gen_libstate { * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "switch" for SLURM switch) and is a description - * of how this plugin satisfies that application. SLURM will only load + * the plugin (e.g., "switch" for Slurm switch) and is a description + * of how this plugin satisfies that application. Slurm will only load * a switch plugin if the plugin_type string has a prefix of "switch/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/switch/none/switch_none.c b/src/plugins/switch/none/switch_none.c index 77163b9a64e95cbcc38645486ce5d70211f0bf00..734b24b31d0d47ae6e096e6bfd1f539117dc384c 100644 --- a/src/plugins/switch/none/switch_none.c +++ b/src/plugins/switch/none/switch_none.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -54,14 +54,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "switch" for SLURM switch) and is a description - * of how this plugin satisfies that application. SLURM will only load + * the plugin (e.g., "switch" for Slurm switch) and is a description + * of how this plugin satisfies that application. Slurm will only load * a switch plugin if the plugin_type string has a prefix of "switch/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/switch/nrt/libpermapi/shr_64.c b/src/plugins/switch/nrt/libpermapi/shr_64.c index 20494d0eb7f4ab8550a63735feb6853c415af3b8..3e3218b5404549327dda8890f8e264bf4fb191f8 100644 --- a/src/plugins/switch/nrt/libpermapi/shr_64.c +++ b/src/plugins/switch/nrt/libpermapi/shr_64.c @@ -4,11 +4,11 @@ * Copyright (C) 2012 SchedMD LLC. * Written by Danny Auble et. al. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -734,7 +734,7 @@ bad_line: } /* - * Read a line from SLURM MPMD command file or write the equivalent POE line. + * Read a line from Slurm MPMD command file or write the equivalent POE line. * line IN/OUT - line to read or write * length IN - size of line in bytes * step_id IN - -1 if input line, otherwise the step ID to output @@ -795,7 +795,7 @@ static bool _multi_prog_parse(char *line, int length, int step_id, int task_id) } } -/* Convert a SLURM format MPMD file into a POE MPMD command file */ +/* Convert a Slurm format MPMD file into a POE MPMD command file */ static void _re_write_cmdfile(char *slurm_cmd_fname, char *poe_cmd_fname, uint32_t step_id, int task_cnt) { @@ -813,7 +813,7 @@ static void _re_write_cmdfile(char *slurm_cmd_fname, char *poe_cmd_fname, return; } - /* Read and parse SLURM MPMD format file here */ + /* Read and parse Slurm MPMD format file here */ while (fgets(in_line, sizeof(in_line), fp)) _multi_prog_parse(in_line, 512, -1, task_cnt); fclose(fp); @@ -931,7 +931,7 @@ extern int pe_rm_connect(rmhandle_t resource_mgr, return -1; } - /* translate the ip to a node list which SLURM uses to send + /* translate the ip to a node list which Slurm uses to send messages instead of IP addresses (at this point anyway) */ for (i=0; imachine_count; i++) { @@ -1495,7 +1495,7 @@ extern int pe_rm_init(int *rmapi_version, rmhandle_t *resource_mgr, char *rm_id, if (geteuid() == 0) error("POE will not run as user root"); - /* SLURM was originally written against 1300, so we will + /* Slurm was originally written against 1300, so we will * return that, no matter what comes in so we always work. */ *rmapi_version = 1300; @@ -1852,7 +1852,7 @@ int pe_rm_submit_job(rmhandle_t resource_mgr, job_command_t job_cmd, /* We don't handle files */ *error_msg = malloc(sizeof(char) * err_msg_len); snprintf(*error_msg, err_msg_len, - "pe_rm_submit_job: SLURM doesn't handle files " + "pe_rm_submit_job: Slurm doesn't handle files " "to submit_job"); error("%s", *error_msg); return -1; diff --git a/src/plugins/switch/nrt/nrt.c b/src/plugins/switch/nrt/nrt.c index 5aa924f9a40b8d7632da9c1a9c755f3455cc6443..41ce8e812c119574df47a840881fb7786ab4242e 100644 --- a/src/plugins/switch/nrt/nrt.c +++ b/src/plugins/switch/nrt/nrt.c @@ -8,11 +8,11 @@ * Original switch/federation plugin written by Jason King * Largely re-written for NRT support by Morris Jette * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. ***************************************************************************** * NOTE: The NRT API communicates with IBM's Protocol Network Services Deamon @@ -47,7 +47,7 @@ * * NOTE: POE and PMD initiallly load /usr/lib64/libpermapi.so rather than the * library specified by MP_PRE_RMLIB in /etc/poe.limits. For now we need to - * put SLURM's libpermapi.so in /usr/lib64. IBM to address later. + * put Slurm's libpermapi.so in /usr/lib64. IBM to address later. \*****************************************************************************/ #include "config.h" diff --git a/src/plugins/switch/nrt/nrt_keys.h b/src/plugins/switch/nrt/nrt_keys.h index 8f16eae4e286869ce3583af6cc20e54292cb5dc7..2872a5623a576d63a54d4980e86dee8753680e32 100644 --- a/src/plugins/switch/nrt/nrt_keys.h +++ b/src/plugins/switch/nrt/nrt_keys.h @@ -6,11 +6,11 @@ * Written by Jason King * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/switch/nrt/slurm_nrt.h b/src/plugins/switch/nrt/slurm_nrt.h index c57c8377b17f2a479261364fcfbde612fab2b425..bf21587b1226f30f3319342f9c67f9f62daff89c 100644 --- a/src/plugins/switch/nrt/slurm_nrt.h +++ b/src/plugins/switch/nrt/slurm_nrt.h @@ -8,11 +8,11 @@ * Written by Jason King * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/switch/nrt/switch_nrt.c b/src/plugins/switch/nrt/switch_nrt.c index 04bea4277c86ec79f36dc1711e738638b9985c2f..5375aae8d70544c0cba1ec9fb86fb746bc774591 100644 --- a/src/plugins/switch/nrt/switch_nrt.c +++ b/src/plugins/switch/nrt/switch_nrt.c @@ -9,11 +9,11 @@ * Written by Jason King * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -109,14 +109,14 @@ static slurm_errtab_t slurm_errtab[] = { * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of - * the plugin (e.g., "switch" for SLURM switch) and is a description - * of how this plugin satisfies that application. SLURM will only load + * the plugin (e.g., "switch" for Slurm switch) and is a description + * of how this plugin satisfies that application. Slurm will only load * a switch plugin if the plugin_type string has a prefix of "switch/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/task/affinity/affinity.c b/src/plugins/task/affinity/affinity.c index 61dfa6ca5450c430b702fb956a36912a1c119a23..3b0d5d6284ffc20d9f8a0d3f7fedd3608cf71a0e 100644 --- a/src/plugins/task/affinity/affinity.c +++ b/src/plugins/task/affinity/affinity.c @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2005-2006 Hewlett-Packard Development Company, L.P. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -23,13 +23,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. \*****************************************************************************/ diff --git a/src/plugins/task/affinity/affinity.h b/src/plugins/task/affinity/affinity.h index 02e11bc6c60ab316039be1e770f9daf56b8c88da..c0ac91e9c5cc5c0fe6faf0c21777cc3747594ed3 100644 --- a/src/plugins/task/affinity/affinity.h +++ b/src/plugins/task/affinity/affinity.h @@ -3,11 +3,11 @@ ***************************************************************************** * Copyright (C) 2005 Hewlett-Packard Development Company, L.P. * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -23,13 +23,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. \*****************************************************************************/ diff --git a/src/plugins/task/affinity/cpuset.c b/src/plugins/task/affinity/cpuset.c index 61eba92c30682d976e6c1508764438a2ee5e865f..f311454fe6675ca961b65e26d923b9e0f7725b62 100644 --- a/src/plugins/task/affinity/cpuset.c +++ b/src/plugins/task/affinity/cpuset.c @@ -7,11 +7,11 @@ * Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ diff --git a/src/plugins/task/affinity/dist_tasks.c b/src/plugins/task/affinity/dist_tasks.c index 35fc9872c581e6781c9d5b1b8102c0d42b1bc629..470da1fe6c0eb4e4d17aa03f1ea496c55ddbfefb 100644 --- a/src/plugins/task/affinity/dist_tasks.c +++ b/src/plugins/task/affinity/dist_tasks.c @@ -4,11 +4,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/task/affinity/dist_tasks.h b/src/plugins/task/affinity/dist_tasks.h index 19a49c9f5fa791ef6fb5fc886bb62e37d67e6c58..d61b2212c46cf06fe8412dbc6a02c9e40fcdec29 100644 --- a/src/plugins/task/affinity/dist_tasks.h +++ b/src/plugins/task/affinity/dist_tasks.h @@ -3,11 +3,11 @@ * Written by Susanne M. Balle, * 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 . * 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. @@ -23,13 +23,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. \*****************************************************************************/ diff --git a/src/plugins/task/affinity/numa.c b/src/plugins/task/affinity/numa.c index e30958ee1f61ec1dc5749b06c12e7a208dde4685..aba2aa34f62da3e1b677182bcc86619801b1604e 100644 --- a/src/plugins/task/affinity/numa.c +++ b/src/plugins/task/affinity/numa.c @@ -6,11 +6,11 @@ * Written by Morris Jette . * 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 . * 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. @@ -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. \*****************************************************************************/ #include "affinity.h" diff --git a/src/plugins/task/affinity/schedutils.c b/src/plugins/task/affinity/schedutils.c index aac25271e629eb3da118f7023d9ed20047b576e4..87c3fa3e1ea34a55239f7fe7d766c8deac8e3e93 100644 --- a/src/plugins/task/affinity/schedutils.c +++ b/src/plugins/task/affinity/schedutils.c @@ -4,11 +4,11 @@ * Routines in this file are taken from the taskset utility (schedutils pkg) * Copyright (C) 2004 Robert Love * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ #include diff --git a/src/plugins/task/affinity/task_affinity.c b/src/plugins/task/affinity/task_affinity.c index 1d18989f35db38d5aebda427d4c2741ec9270879..0594bd36ff6e27138d5c9c9c2311972ed41de0e8 100644 --- a/src/plugins/task/affinity/task_affinity.c +++ b/src/plugins/task/affinity/task_affinity.c @@ -9,11 +9,11 @@ * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -69,14 +69,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/task/cgroup/task_cgroup.c b/src/plugins/task/cgroup/task_cgroup.c index 02f006d319e72f397db8a29e0d471a02ff3987f6..cac68053b4679ad25881de97ad4fcbd66f2dc1c7 100644 --- a/src/plugins/task/cgroup/task_cgroup.c +++ b/src/plugins/task/cgroup/task_cgroup.c @@ -5,11 +5,11 @@ * Copyright (C) 2009 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -67,14 +67,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/task/cgroup/task_cgroup.h b/src/plugins/task/cgroup/task_cgroup.h index 14c9fa51bc394a5d77dcdf851bb40684dd5342a9..27322f8a74dcf5fb8e77755e6178e33e8ea6aefb 100644 --- a/src/plugins/task/cgroup/task_cgroup.h +++ b/src/plugins/task/cgroup/task_cgroup.h @@ -4,11 +4,11 @@ * Copyright (C) 2009 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/task/cgroup/task_cgroup_cpuset.c b/src/plugins/task/cgroup/task_cgroup_cpuset.c index 884e6416386301fcd5fb044353caa4687e4c635e..2d8ded4c91f0def3d986f16cdca31a4f2cdcdc0c 100644 --- a/src/plugins/task/cgroup/task_cgroup_cpuset.c +++ b/src/plugins/task/cgroup/task_cgroup_cpuset.c @@ -6,11 +6,11 @@ * Portions copyright (C) 2012,2015 Bull/Atos * Written by Martin Perry * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/task/cgroup/task_cgroup_cpuset.h b/src/plugins/task/cgroup/task_cgroup_cpuset.h index 4954bc75bd85ef0aad7ea12b8564f26fb77c66c2..959135c7ff0a930d60c78052297c29176d244cb4 100644 --- a/src/plugins/task/cgroup/task_cgroup_cpuset.h +++ b/src/plugins/task/cgroup/task_cgroup_cpuset.h @@ -4,11 +4,11 @@ * Copyright (C) 2009 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/task/cgroup/task_cgroup_devices.c b/src/plugins/task/cgroup/task_cgroup_devices.c index 5b088eb97a6e2d92fba37880fef6703d09966eaa..99942db479ee61cd1f3aa98a6e2c4c525fbc0595 100644 --- a/src/plugins/task/cgroup/task_cgroup_devices.c +++ b/src/plugins/task/cgroup/task_cgroup_devices.c @@ -4,11 +4,11 @@ * Copyright (C) 2011 BULL * Written by Yiannis Georgiou * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/task/cgroup/task_cgroup_devices.h b/src/plugins/task/cgroup/task_cgroup_devices.h index a64733ed19d9661b5cf63d2b7d320b16634c2126..58364cadbf40b5ee3fca4aede64ef714db7b6ff4 100644 --- a/src/plugins/task/cgroup/task_cgroup_devices.h +++ b/src/plugins/task/cgroup/task_cgroup_devices.h @@ -4,11 +4,11 @@ * Copyright (C) 2009 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/task/cgroup/task_cgroup_memory.c b/src/plugins/task/cgroup/task_cgroup_memory.c index 00b45bf55ed509d9d5ef5f5d0592c26f45bd5ba9..ef3284b37c8f7e5b768aa2c10644d4f62f2313ab 100644 --- a/src/plugins/task/cgroup/task_cgroup_memory.c +++ b/src/plugins/task/cgroup/task_cgroup_memory.c @@ -4,11 +4,11 @@ * Copyright (C) 2009 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ @@ -291,7 +291,7 @@ extern int task_cgroup_memory_fini(slurm_cgroup_conf_t *slurm_cgroup_conf) static uint64_t mem_limit_in_bytes (uint64_t mem, bool with_allowed) { /* - * If mem == 0 then assume there was no SLURM limit imposed + * If mem == 0 then assume there was no Slurm limit imposed * on the amount of memory for job or step. Use the total * amount of available RAM instead. */ diff --git a/src/plugins/task/cgroup/task_cgroup_memory.h b/src/plugins/task/cgroup/task_cgroup_memory.h index 0c8101c98b4f1abe8acb8534090ac23a606d93bb..37fdb276925f6b757586c024a0dd9da2d486b190 100644 --- a/src/plugins/task/cgroup/task_cgroup_memory.h +++ b/src/plugins/task/cgroup/task_cgroup_memory.h @@ -4,11 +4,11 @@ * Copyright (C) 2009 CEA/DAM/DIF * Written by Matthieu Hautreux * - * This file is part of SLURM, a resource management program. + * This file is part of Slurm, a resource management program. * For details, see . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/task/cray/task_cray.c b/src/plugins/task/cray/task_cray.c index 691fd3e5c88f87e707444d5e06197d4302f27aa6..77060e197b7d1f889186c7dbd2df930b6b3cae00 100644 --- a/src/plugins/task/cray/task_cray.c +++ b/src/plugins/task/cray/task_cray.c @@ -5,11 +5,11 @@ * Copyright (C) 2013 SchedMD LLC * Copyright 2013 Cray Inc. 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 . * 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. @@ -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. \*****************************************************************************/ @@ -76,14 +76,14 @@ static uint64_t debug_flags = 0; * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/task/none/task_none.c b/src/plugins/task/none/task_none.c index b8b4cddf99437ec6f650d30bbe96983ed910e485..4e76e48bf352a6a9793670cae0b5d741fa409d93 100644 --- a/src/plugins/task/none/task_none.c +++ b/src/plugins/task/none/task_none.c @@ -8,11 +8,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -56,14 +56,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/topology/3d_torus/hilbert_slurm.c b/src/plugins/topology/3d_torus/hilbert_slurm.c index 4fa941a52dc80493e9f2266ff9f6bb1cbc9162b7..cd03197f364beee8e110ec80ec8d78776bf38f79 100644 --- a/src/plugins/topology/3d_torus/hilbert_slurm.c +++ b/src/plugins/topology/3d_torus/hilbert_slurm.c @@ -8,11 +8,11 @@ * Written by Morris Jette , et. al. * 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 . * 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. @@ -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. \*****************************************************************************/ diff --git a/src/plugins/topology/3d_torus/topology_3d_torus.c b/src/plugins/topology/3d_torus/topology_3d_torus.c index 93034bb7bcb1652f3811b0b52123233615699102..a9d26567f17610084da6e35a30acfa53cc925338 100644 --- a/src/plugins/topology/3d_torus/topology_3d_torus.c +++ b/src/plugins/topology/3d_torus/topology_3d_torus.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -59,14 +59,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/topology/hypercube/topology_hypercube.c b/src/plugins/topology/hypercube/topology_hypercube.c index 8fa3fc7ad95f2d7718150d9a5e16feb3ae5390b3..bc0101b5c77be0a2e0c8eacdf80fc186304f2da7 100644 --- a/src/plugins/topology/hypercube/topology_hypercube.c +++ b/src/plugins/topology/hypercube/topology_hypercube.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -65,14 +65,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version @@ -268,7 +268,7 @@ extern bool topo_generate_node_ranking(void) // Free the old switch data table since it is no longer needed _free_switch_data_table(); - // Return false to prevent SLURM from doing additional node ordering + // Return false to prevent Slurm from doing additional node ordering return false; } @@ -467,7 +467,7 @@ static int _node_name2bitmap(char *node_names, bitstr_t **bitmap, (bitoff_t) (node_ptr - node_record_table_ptr)); } else { fatal("Node \"%s\" specified in topology.conf but " - "SLURM has no record of node. Verify that node " + "Slurm has no record of node. Verify that node " "\"%s\" is specified in slurm.conf", this_node_name, this_node_name); } @@ -507,7 +507,7 @@ static int _parse_connected_nodes(switch_data *sw_record) conn_count++; } else { fatal("Node \"%s\" connected to switch %s specified in " - "topology.conf but SLURM has no record of node. " + "topology.conf but Slurm has no record of node. " "Verify that node \"%s\" is specified in " "slurm.conf", node_name, sw_record->name,node_name); diff --git a/src/plugins/topology/node_rank/topology_node_rank.c b/src/plugins/topology/node_rank/topology_node_rank.c index ac57522d61250dbf56d893d50d2f6d47feff4442..e05a0b91aaf7f89eb5583054942d5970a03a3fb9 100644 --- a/src/plugins/topology/node_rank/topology_node_rank.c +++ b/src/plugins/topology/node_rank/topology_node_rank.c @@ -8,11 +8,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -65,14 +65,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/topology/none/topology_none.c b/src/plugins/topology/none/topology_none.c index e72cdac5b6fb6c69a2fef213769541bd0dcf6d87..7778fbb718c8adb6cd2b3766b0d41986870f586f 100644 --- a/src/plugins/topology/none/topology_none.c +++ b/src/plugins/topology/none/topology_none.c @@ -6,11 +6,11 @@ * Written by Morris Jette * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -57,14 +57,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/plugins/topology/tree/topology_tree.c b/src/plugins/topology/tree/topology_tree.c index 0873de9f0ee981fa01c13533fd55dcba82a266de..a00db43069d5717d6cbb30140fba678d5edf088a 100644 --- a/src/plugins/topology/tree/topology_tree.c +++ b/src/plugins/topology/tree/topology_tree.c @@ -7,11 +7,11 @@ * Written by Morris Jette * 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 . * 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. @@ -27,13 +27,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. \*****************************************************************************/ @@ -60,14 +60,14 @@ * plugin_type - a string suggesting the type of the plugin or its * applicability to a particular form of data or method of data handling. * If the low-level plugin API is used, the contents of this string are - * unimportant and may be anything. SLURM uses the higher-level plugin + * unimportant and may be anything. Slurm uses the higher-level plugin * interface which requires this string to be of the form * * / * * where is a description of the intended application of * the plugin (e.g., "task" for task control) and is a description - * of how this plugin satisfies that application. SLURM will only load + * of how this plugin satisfies that application. Slurm will only load * a task plugin if the plugin_type string has a prefix of "task/". * * plugin_version - an unsigned 32-bit integer containing the Slurm version diff --git a/src/sacct/options.c b/src/sacct/options.c index 2511317ac16ccffe2720c3f28fa5942a862914c6..38a9755fc58fa8a71b9b1db21ab6167dde5863e6 100644 --- a/src/sacct/options.c +++ b/src/sacct/options.c @@ -8,11 +8,11 @@ * Written by Danny Auble . * 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 . * 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. @@ -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. \*****************************************************************************/ @@ -316,7 +316,7 @@ sacct [