I am trying to run CCSM on bluevista with a modified input file and I have encountered problems with task geometry assignments.
I have made the following modifications to the generic CCSM3 'T42_gx1v3 compset K ' configuration on bluevista
1. I have changed clm.buildnml_prestage.csh to use a different input file for "fsurdat."
2. I have modified the nodes requested by the case.bluevista.run file
I suspect the problem is with #2
The case.bluevista.run file has the following LSF commands:
#==============================================================================
# This is a CCSM coupled model Load Leveler batch job script for bluevista
#==============================================================================
#BSUB -n 50
#BSUB -R "span[ptile=8]"
#BSUB -q regular
#BSUB -N
#BSUB -x
#BSUB -a poe
#BSUB -o poe.stdout.%J
#BSUB -e poe.stderr.%J
#BSUB -J case
#BSUB -W 0:30
##BSUB -P projectnum
setenv LSB_PJL_TASK_GEOMETRY "{(0,1,2,3,4,5,6,7)(8,9,10,11)(12,13,14)(15,16)(17,18)(19,20)(21)}"
From my understanding of TASK_GEOMETRY assignment, which is extremely limited, I believe that 8 nodes are required.
For BSUB -n values of 8, 16, and 22 (as opposed to the default value of 50) I receive the following error message (example from the BSUB -n 22):
Mon Jun 18 16:29:07 MDT 2007 -- CSM EXECUTION BEGINS HERE
LSB_PJL_TASK_GEOMETRY requests more hosts than LSB_MCPU_HOSTS can offer.
Please
1. Re-define LSB_PJL_TASK_GEOMETRY {(0,1,2,3,4,5,6,7)(8,9,10,11)(12,13,14)(15,16)(17,18)(19,20)(21)}, or
2. Modify LSF host selection criteria, or
3. Change job execution host order.
Exit...
Mon Jun 18 16:29:07 MDT 2007 -- CSM EXECUTION HAS FINISHED
Model did not complete - see cpl.log.070618-162847
I was hoping that someone might be able to see where I have misunderstood the TASK_GEOMETRY assignment or made some other simple error. Alternatively, is there some way my change of input file would affect the nodes necessary?
Any insights you have would be greatly appreciated!
Thanks-
Abby Swann
I have made the following modifications to the generic CCSM3 'T42_gx1v3 compset K ' configuration on bluevista
1. I have changed clm.buildnml_prestage.csh to use a different input file for "fsurdat."
2. I have modified the nodes requested by the case.bluevista.run file
I suspect the problem is with #2
The case.bluevista.run file has the following LSF commands:
#==============================================================================
# This is a CCSM coupled model Load Leveler batch job script for bluevista
#==============================================================================
#BSUB -n 50
#BSUB -R "span[ptile=8]"
#BSUB -q regular
#BSUB -N
#BSUB -x
#BSUB -a poe
#BSUB -o poe.stdout.%J
#BSUB -e poe.stderr.%J
#BSUB -J case
#BSUB -W 0:30
##BSUB -P projectnum
setenv LSB_PJL_TASK_GEOMETRY "{(0,1,2,3,4,5,6,7)(8,9,10,11)(12,13,14)(15,16)(17,18)(19,20)(21)}"
From my understanding of TASK_GEOMETRY assignment, which is extremely limited, I believe that 8 nodes are required.
For BSUB -n values of 8, 16, and 22 (as opposed to the default value of 50) I receive the following error message (example from the BSUB -n 22):
Mon Jun 18 16:29:07 MDT 2007 -- CSM EXECUTION BEGINS HERE
LSB_PJL_TASK_GEOMETRY requests more hosts than LSB_MCPU_HOSTS can offer.
Please
1. Re-define LSB_PJL_TASK_GEOMETRY {(0,1,2,3,4,5,6,7)(8,9,10,11)(12,13,14)(15,16)(17,18)(19,20)(21)}, or
2. Modify LSF host selection criteria, or
3. Change job execution host order.
Exit...
Mon Jun 18 16:29:07 MDT 2007 -- CSM EXECUTION HAS FINISHED
Model did not complete - see cpl.log.070618-162847
I was hoping that someone might be able to see where I have misunderstood the TASK_GEOMETRY assignment or made some other simple error. Alternatively, is there some way my change of input file would affect the nodes necessary?
Any insights you have would be greatly appreciated!
Thanks-
Abby Swann