Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e01bb646d475b16273780ab2f6b052b0 > files > 3

clustershell-1.3.2-1.fc14.noarch.rpm

# Configuration file for ClusterShell node groups
# This is an example file, please edit to fit your needs!
#
# Please see man groups.conf(5).
#
# $Id: groups.conf 304 2010-07-27 19:47:09Z st-cea $

[Main]
default: local

[local]
map: awk -F: '/^$GROUP:/ {print $2}' /etc/clustershell/groups
all: awk -F: '/^all:/ {print $2}' /etc/clustershell/groups
list:   awk -F: '/^\w/ {print $1}' /etc/clustershell/groups

[genders]
map: nodeattr -n $GROUP
all: nodeattr -n ALL
list: nodeattr -l

[slurm]
map: sinfo -h -o "%N" -p $GROUP
all: sinfo -h -o "%N"
list: sinfo -h -o "%P"
reverse: sinfo -h -N -o "%P" -n $NODE