Skip to content
Snippets Groups Projects
Commit 13e17c23 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9052: Only use CEP4 nodes that are currently configured correctly

parent 5a138333
Branches
Tags
No related merge requests found
......@@ -43,7 +43,8 @@ function read_cluster_model {
case "${CLUSTER_NAME}" in
CEP4)
HEADNODE=head01.cep4.control.lofar
COMPUTENODES="`seq -f "cpu%02.0f.cep4" 1 50`"
#COMPUTENODES="`seq -f "cpu%02.0f.cep4" 1 50`"
COMPUTENODES="`seq -f "cpu%02.0f.cep4" 1 26` `seq -f "cpu%02.0f.cep4" 30 35` `seq -f "cpu%02.0f.cep4" 37 39`"
NRCOMPUTENODES=50
GLOBALFS_DIR=/data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment