Révision 45 trunk/shell/compute-node-model-start

compute-node-model-start (revision 45)
1 1
#! /bin/bash -x
2 2
#
3
# ST - 2012-05-25
3
# ST - 2012-07-03
4 4
#
5
# Start the front end.
5
# Start the compute node model.
6 6
#
7 7
# Get the directory of the script.
8 8
SCRIPT_PATH=`dirname $0`
......
11 11
# Source the common configuration variables.
12 12
. $SCRIPT_PATH/c-i-a-b.common
13 13
#
14
CURRENT_HOST_NAME=$FRONT_END_HOST_NAME
14
CURRENT_HOST_NAME=$COMPUTE_NODE_MODEL_HOST_NAME
15 15
#
16
CPUS_LIST=$FRONT_END_CPUS_LIST
16
CPUS_LIST=$COMPUTE_NODE_MODEL_CPUS_LIST
17 17
CPUS=""
18 18
for i in $CPUS_LIST
19 19
  do

Formats disponibles : Unified diff