summary refs log tree commit diff
path: root/nixos/modules/services/computing
Commit message (Collapse)AuthorAge
* nixos/slurm: add maintainer to module and testMarkus Kowalewski2018-10-30
|
* nixos/slurm: node/partitionName option -> listMarkus Kowalewski2018-10-30
| | | | | | | Make the node and partitionname options lists. There can be more than paratition or set of nodes. Add changes to release notes
* nixos/slurm: fix obselete string typeMarkus Kowalewski2018-10-30
|
* nixos/slurm: add slurmdbd to moduleMarkus Kowalewski2018-10-30
| | | | | * New options "services.slurm.dbdserver.[enable,config]" * Add slurmdbd to test slurm.nix
* nixos/slurm: run ctld as user and fix spool dirMarkus Kowalewski2018-10-30
| | | | | | | | * run as user 'slurm' per default instead of root * add user/group slurm to ids.nix * fix default location for the state dir of slurmctld: (/var/spool -> /var/spool/slurmctld) * Update release notes with the above changes
* nixos/slurm: add option clusterNameMarkus Kowalewski2018-09-08
| | | | | slurm 18.08 requires ClusterName to be set (set to default).
* nixos/slurm: remove propagatedBuidInputs from slurmWrappedMarkus Kowalewski2018-06-02
| | | | propagatedBuildInputs = [ cfg.package etcSlurm ]; had no effect
* slurm: add freeipmi, readline, libssh2, fix hwlocMarkus Kowalewski2018-06-02
| | | | | | | | * add freeipmi to get power meter readings * readline support for scontrol * libssh2 support for X11 supporta * Add note to enableSrunX11 in module * fix hwloc support (was detected by configure)
* nixos/slurm: Add man pages to wrapedSlurmMarkus Kowalewski2018-06-02
| | | | | | | | | The nixos module adds a new derivation to systemPackages to make sure that the binaries get the generated config file. This derivation did not contain the man pages so far. Activating the module now makes the man pages available in the system environment.
* nixos/slurm: Extend configuration optionsMarkus Kowalewski2018-06-02
| | | | | | | | * Updated SrunX11 option * Added extraPlugstackConfig parameter * Added option enableStools * Add cgroup.conf to module * Fix some typos
* nixos/slurm: fix xml tag mismatch in manualUli Baum2018-05-24
| | | | | build of nixos manual broke because of mismatched xml tags in an option description introduced in #41016.
* nixos/slurm: enable munge by default, added note to slurm descriptionMarkus Kowalewski2018-05-24
|
* slurm/module: add ProcTrackType option to unbreak default setupMarkus Kowalewski2018-05-24
|
* Merge pull request #30908 from kierdavis/boinc-fhsMatthew Justin Bauer2018-04-21
|\ | | | | boinc service: use an FHS environment (CI now passing)
| * boinc service: use an FHS environmentKier Davis2017-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While BOINC itself is open source, many of the project applications it runs are not. Additionally, these project applications are checksummed before they are run, so they can't be patched. This means we can't make the project applications find required binaries/libraries on a NixOS system. The solution is therefore to make said binaries and libraries appear in the expected locations, by wrapping BOINC in an FHS-compatible environment [1]. An `extraEnvPackages` is also added to allow more packages to be added into this environment. The documentation for this option describes some practical use cases for it. [1] https://nixos.org/nixpkgs/manual/#sec-fhs-environments Version 2: fixed Docbook list formatting, minor rewording Version 3: rebase onto master (9c048f4fb66adc33c6b379f2edefcb615fd53de6) Version 4: fix usage of targetPkgs argument to buildFHSUserEnv
* | slurm-spank-x11: init at 0.2.5Markus Kowalewski2018-01-25
|/
* slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurmDmitry Kalinkin2017-07-13
|
* nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* boinc service: use <link> instead of <ulink>Kier Davis2016-12-08
|
* boinc service: initKier Davis2016-11-22
|
* slurm service: robust reference to slurm bin outputJoachim Fasting2016-05-28
|
* slurm service: fix typo in option descriptionJoachim Fasting2016-05-28
|
* nixos: Provide a defaultText for type = packageaszlig2016-02-17
| | | | | | | | | We don't want to build all those things along with the manual, so that's what the defaultText attribute is for. Unfortunately a few of them were missing, so let's add them. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* slurm service: improve configLancelot SIX2015-12-25
|
* slurm: impl basic configurationArseniy Seroka2015-03-07
|
* slurm: impl simple serviceArseniy Seroka2015-03-07
|
* Added TORQUE package and nixos moduleLuca Bruno2014-09-09
Resource management system for submitting and controlling jobs on supercomputers, clusters, and grids http://www.adaptivecomputing.com/products/open-source/torque