maxentHod
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:1k
- #!/usr/bin/env bash
- GRID_DIR=`dirname "$0"`
- GRID_DIR=`cd "$GRID_DIR"; pwd`
- source $GRID_DIR/../gridmix-env
- for ((i=0; i < $NUM_OF_LARGE_JOBS_FOR_ENTROPY_CLASS; i++))
- do
- echo $i
- CLUSTER_DIR=$CLUSTER_DIR_BASE/maxent.large.$i
- mkdir $CLUSTER_DIR
- #hod $LARGE_JOB_HOD_OPTIONS --hod.script=$GRID_MIX_HOME/maxent/maxent.large 2>&1 > maxent.large.$i.out &
- hod script -d $CLUSTER_DIR $LARGE_JOB_HOD_OPTIONS -s $GRID_MIX_HOME/maxent/maxent.large 2>&1 > maxent.large.$i.out &
- $GRID_MIX_HOME/submissionScripts/sleep_if_too_busy
- done