Skip to content
Snippets Groups Projects
  1. Jan 31, 2013
  2. Nov 07, 2012
    • Danny Auble's avatar
    • Janne Blomqvist's avatar
      Modify default log timestamp pto conform to RFC 5424 format · 4b941731
      Janne Blomqvist authored
      the attached patch changes the default timestamp format in logfiles to conform to RFC 5424 (the current version of the syslog RFC). It is identical to the current default "ISO 8601" timestamp used by slurm, with the exception that the timezone offset is appended. This has the benefits of
      
      1) It's unambiguous.
      
      2) Avoids potential confusion for admins running cluster(s) in different timezones.
      
      3) Might help debug issues related to DST transitions. (More on that later..)
      
      (To be pedantic, a RFC 5424 timestamp is still a valid ISO 8601 timestamp, but the converse is not necessarily true. So there is RFC 3339 which is a "profile" of ISO 8601, that is a subset, recommended for internet protocols. The RFC 5424 timestamp, in turn, is a subset of the RFC 3339 timestamps.)
      
      The previous behavior of can be used by running configure with the
      
      --disable-rfc5424time
      
      flag.
      4b941731
  3. Nov 02, 2012
  4. Sep 13, 2012
  5. Sep 07, 2012
  6. May 31, 2012
  7. May 09, 2012
  8. Apr 26, 2012
  9. Mar 26, 2012
  10. Feb 21, 2012
  11. Feb 20, 2012
  12. Feb 06, 2012
  13. Jan 24, 2012
  14. Nov 21, 2011
  15. Nov 09, 2011
  16. Oct 26, 2011
  17. Jul 25, 2011
    • Morris Jette's avatar
      tches for cgroup devices support · 3ff4eb9b
      Morris Jette authored
      third patch adds the man page and an example.
      0003_bull_cgroup_devices_doc_add_allowed_devices_support-2.3.0-0.pre7.patch
      Patch from Yiannis Georgiou, Bull.
      3ff4eb9b
  18. Jul 22, 2011
  19. Apr 25, 2011
  20. Apr 22, 2011
  21. Apr 16, 2011
  22. Apr 12, 2011
  23. Apr 11, 2011
  24. Mar 30, 2011
  25. Feb 23, 2011
  26. Jan 31, 2011
    • Danny Auble's avatar
      Updated configure option "--enable-cray-emulation" (still under development)... · a4b3cb1a
      Danny Auble authored
      Updated configure option "--enable-cray-emulation" (still under development) to emulate a cray XT/XE system, and auto-detect a real Cray XT/XE systems (removed no longer needed --enable-cray configure option).  Building on native Cray systems requires the cray-MySQL-devel-enterprise rpm and expat XML parser library/headers.
      
      -This line, and those below, will be ignored--
      
      M    configure
      M    Makefile.in
      M    contribs/torque/Makefile.in
      M    contribs/slurmdb-direct/Makefile.in
      M    contribs/Makefile.in
      M    contribs/sjobexit/Makefile.in
      M    contribs/perlapi/libslurmdb/Makefile.in
      M    contribs/perlapi/Makefile.in
      M    contribs/perlapi/libslurm/Makefile.in
      M    contribs/phpext/Makefile.in
      M    contribs/pam/Makefile.in
      M    src/sbcast/Makefile.in
      M    src/plugins/select/Makefile.in
      M    src/plugins/select/bluegene/Makefile.in
      M    src/plugins/select/bluegene/block_allocator/Makefile.in
      M    src/plugins/select/bluegene/plugin/Makefile.in
      M    src/plugins/select/bgq/Makefile.in
      M    src/plugins/select/linear/Makefile.in
      M    src/plugins/select/cons_res/Makefile.in
      A    src/plugins/select/cray/basil_alps.h
      A    src/plugins/select/cray/basil_interface.h
      M    src/plugins/select/cray/Makefile.in
      A    src/plugins/select/cray/libalps
      A    src/plugins/select/cray/libalps/nodespec.c
      A    src/plugins/select/cray/libalps/Makefile.in
      A    src/plugins/select/cray/libalps/do_release.c
      A    src/plugins/select/cray/libalps/basil_request.c
      A    src/plugins/select/cray/libalps/popen2.c
      A    src/plugins/select/cray/libalps/parser_common.c
      A    src/plugins/select/cray/libalps/basil_mysql_routines.c
      A    src/plugins/select/cray/libalps/memory_handling.c
      A    src/plugins/select/cray/libalps/do_confirm.c
      A    src/plugins/select/cray/libalps/atoul.c
      A    src/plugins/select/cray/libalps/parser_basil_1.0.c
      A    src/plugins/select/cray/libalps/parser_basil_1.1.c
      A    src/plugins/select/cray/libalps/parser_basil_3.1.c
      A    src/plugins/select/cray/libalps/do_query.c
      A    src/plugins/select/cray/libalps/Makefile.am
      A    src/plugins/select/cray/libalps/parser_internal.h
      A    src/plugins/select/cray/libalps/do_reserve.c
      M    src/plugins/select/cray/Makefile.am
      A    src/plugins/select/cray/basil_interface.c
      M    src/plugins/select/cray/select_cray.c
      M    src/plugins/crypto/Makefile.in
      M    src/plugins/crypto/openssl/Makefile.in
      M    src/plugins/crypto/munge/Makefile.in
      M    src/plugins/priority/basic/Makefile.in
      M    src/plugins/priority/Makefile.in
      M    src/plugins/priority/multifactor/Makefile.in
      M    src/plugins/Makefile.in
      M    src/plugins/mpi/none/Makefile.in
      M    src/plugins/mpi/Makefile.in
      M    src/plugins/mpi/mpich1_p4/Makefile.in
      M    src/plugins/mpi/mpichgm/Makefile.in
      M    src/plugins/mpi/mpichmx/Makefile.in
      M    src/plugins/mpi/mvapich/Makefile.in
      M    src/plugins/mpi/openmpi/Makefile.in
      M    src/plugins/mpi/lam/Makefile.in
      M    src/plugins/mpi/mpich1_shmem/Makefile.in
      M    src/plugins/sched/Makefile.in
      M    src/plugins/sched/wiki/Makefile.in
      M    src/plugins/sched/wiki/get_nodes.c
      M    src/plugins/sched/wiki2/Makefile.in
      M    src/plugins/sched/wiki2/get_nodes.c
      M    src/plugins/sched/builtin/Makefile.in
      M    src/plugins/sched/hold/Makefile.in
      M    src/plugins/sched/backfill/Makefile.in
      M    src/plugins/checkpoint/none/Makefile.in
      M    src/plugins/checkpoint/aix/Makefile.in
      M    src/plugins/checkpoint/Makefile.in
      M    src/plugins/checkpoint/blcr/Makefile.in
      M    src/plugins/checkpoint/ompi/Makefile.in
      M    src/plugins/proctrack/cgroup/Makefile.in
      M    src/plugins/proctrack/aix/Makefile.in
      M    src/plugins/proctrack/rms/Makefile.in
      M    src/plugins/proctrack/lua/Makefile.in
      M    src/plugins/proctrack/Makefile.in
      M    src/plugins/proctrack/linuxproc/Makefile.in
      M    src/plugins/proctrack/pgid/Makefile.in
      M    src/plugins/proctrack/sgi_job/Makefile.in
      M    src/plugins/jobcomp/filetxt/Makefile.in
      M    src/plugins/jobcomp/none/Makefile.in
      M    src/plugins/jobcomp/Makefile.in
      M    src/plugins/jobcomp/script/Makefile.in
      M    src/plugins/jobcomp/mysql/Makefile.in
      M    src/plugins/jobcomp/pgsql/Makefile.in
      M    src/plugins/job_submit/lua/Makefile.in
      M    src/plugins/job_submit/Makefile.in
      M    src/plugins/job_submit/logging/Makefile.in
      M    src/plugins/job_submit/defaults/Makefile.in
      M    src/plugins/job_submit/partition/Makefile.in
      M    src/plugins/jobacct_gather/linux/Makefile.in
      M    src/plugins/jobacct_gather/none/Makefile.in
      M    src/plugins/jobacct_gather/aix/Makefile.in
      M    src/plugins/jobacct_gather/Makefile.in
      M    src/plugins/gres/Makefile.in
      M    src/plugins/gres/nic/Makefile.in
      M    src/plugins/gres/gpu/Makefile.in
      M    src/plugins/auth/none/Makefile.in
      M    src/plugins/auth/Makefile.in
      M    src/plugins/auth/authd/Makefile.in
      M    src/plugins/auth/munge/Makefile.in
      M    src/plugins/switch/elan/Makefile.in
      M    src/plugins/switch/none/Makefile.in
      M    src/plugins/switch/federation/Makefile.in
      M    src/plugins/switch/Makefile.in
      M    src/plugins/task/none/Makefile.in
      M    src/plugins/task/Makefile.in
      M    src/plugins/task/affinity/Makefile.in
      M    src/plugins/preempt/none/Makefile.in
      M    src/plugins/preempt/partition_prio/Makefile.in
      M    src/plugins/preempt/qos/Makefile.in
      M    src/plugins/preempt/Makefile.in
      M    src/plugins/topology/none/Makefile.in
      M    src/plugins/topology/tree/Makefile.in
      M    src/plugins/topology/node_rank/Makefile.in
      M    src/plugins/topology/3d_torus/Makefile.in
      M    src/plugins/topology/Makefile.in
      M    src/plugins/accounting_storage/filetxt/Makefile.in
      M    src/plugins/accounting_storage/none/Makefile.in
      M    src/plugins/accounting_storage/Makefile.in
      M    src/plugins/accounting_storage/mysql/Makefile.in
      M    src/plugins/accounting_storage/pgsql/Makefile.in
      M    src/plugins/accounting_storage/common/Makefile.in
      M    src/plugins/accounting_storage/slurmdbd/Makefile.in
      M    src/Makefile.in
      M    src/sshare/Makefile.in
      M    src/strigger/Makefile.in
      M    src/sattach/Makefile.in
      M    src/srun/Makefile.in
      M    src/common/node_conf.h
      M    src/common/read_config.c
      M    src/common/Makefile.am
      M    src/common/Makefile.in
      M    src/common/node_select.c
      D    src/common/basil_resv_conf.c
      D    src/common/basil_resv_conf.h
      M    src/sprio/Makefile.in
      M    src/sacct/Makefile.in
      M    src/sview/Makefile.in
      M    src/sview/job_info.c
      M    src/sstat/Makefile.in
      M    src/sreport/Makefile.in
      M    src/smap/Makefile.in
      M    src/scontrol/Makefile.in
      M    src/sacctmgr/Makefile.in
      M    src/database/Makefile.in
      M    src/sbatch/Makefile.in
      M    src/slurmd/slurmstepd/Makefile.in
      M    src/slurmd/slurmstepd/mgr.c
      M    src/slurmd/Makefile.in
      M    src/slurmd/slurmd/Makefile.in
      M    src/slurmd/common/Makefile.in
      M    src/squeue/Makefile.in
      M    src/scancel/Makefile.in
      M    src/slurmctld/Makefile.in
      M    src/slurmctld/proc_req.c
      D    src/slurmctld/basil_interface.c
      D    src/slurmctld/basil_interface.h
      M    src/slurmctld/controller.c
      M    src/slurmctld/read_config.c
      M    src/slurmctld/node_scheduler.c
      M    src/slurmctld/Makefile.am
      M    src/api/Makefile.in
      M    src/srun_cr/Makefile.in
      M    src/slurmdbd/Makefile.in
      M    src/salloc/Makefile.in
      M    src/salloc/opt.c
      M    src/salloc/salloc.c
      M    src/sinfo/Makefile.in
      M    src/db_api/Makefile.in
      M    testsuite/slurm_unit/Makefile.in
      M    testsuite/slurm_unit/common/Makefile.in
      M    testsuite/slurm_unit/api/Makefile.in
      M    testsuite/slurm_unit/api/manual/Makefile.in
      M    testsuite/Makefile.in
      M    testsuite/expect/Makefile.in
      M    auxdir/Makefile.in
      M    auxdir/x_ac_cray.m4
      M    config.h.in
      M    configure.ac
      M    doc/Makefile.in
      M    doc/html/Makefile.in
      M    doc/man/Makefile.in
      M    NEWS
      
      a4b3cb1a
  27. Jan 29, 2011
  28. Jan 11, 2011
  29. Jan 08, 2011
  30. Dec 21, 2010
  31. Dec 20, 2010
  32. Oct 26, 2010
  33. Aug 06, 2010
  34. Jun 22, 2010
  35. Jun 15, 2010
  36. Jun 02, 2010
Loading