Skip to content

fractal-analytics-platform/slurm-single-node-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slurm-single-node-config

Configuration files for single-node SLURM cluster

Relevant command

Write an executable run_first_script_from_github.sh script like

#!/bin/bash

export NODE_LABEL=15cpu-60ram
export GITHUB_TAG=v0.0.5

curl -s "https://raw.githubusercontent.com/fractal-analytics-platform/slurm-single-node-config/refs/tags/$GITHUB_TAG/first_config_script.sh" | bash

and run it with sudo:

$ sudo ./run_first_script_from_github.sh

About

Configuration files for single-node SLURM cluster

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages