+ Reply to Thread
Results 1 to 3 of 3

Thread: Job not executed

  1. #1
    Andrew is offline Junior Member
    Join Date
    November 23rd, 2009
    Posts
    15
    Downloads
    0
    Uploads
    0

    Default Job not executed

    I am trying to run a job from the master node on the compute nodes

    #bsub -m "host000" -n 8 program.a
    Job <111> is submitted to default queue <normal>

    But the job does not run

    #bjobs -l

    Job <115>, User <aslan>, Project <default>, Status <PEND>, Queue <normal>, Comm
    and <./wrf.exe>
    Thu Feb 25 15:17:55: Submitted from host <prophet>, CWD </usr/local/WRFV3/run>,
    8 Processors Requested, Specified Hosts <host000>;
    PENDING REASONS:
    New job is waiting for scheduling;

    SCHEDULING PARAMETERS:
    r15s r1m r15m ut pg io ls it tmp swp mem
    loadSched - - - - - - - - - - -
    loadStop - - - - - - - - - - -

    #bjobs
    No unfinished jobs found

    and nothing is written out.

    Am I missing something?

  2. #2
    nopparat's Avatar
    nopparat is offline Junior Member
    Join Date
    July 22nd, 2009
    Location
    Bangkok, Thailand
    Posts
    12
    Blog Entries
    1
    Downloads
    13
    Uploads
    6

    Default

    Can you give me the result from 'bhost -l'?

  3. #3
    Andrew is offline Junior Member
    Join Date
    November 23rd, 2009
    Posts
    15
    Downloads
    0
    Uploads
    0

    Default

    [root@Prophet run]# bhosts -l
    HOST host000
    STATUS CPUF JL/U MAX NJOBS RUN SSUSP USUSP RSV DISPATCH_WINDOW
    ok 100.00 - 8 0 0 0 0 0 -

    CURRENT LOAD USED FOR SCHEDULING:
    r15s r1m r15m ut pg io ls it tmp swp mem
    Total 0.0 0.0 0.0 0% 0.0 0 0 930 6908M 0M 16G
    Reserved 0.0 0.0 0.0 0% 0.0 0 0 0 0M 0M 0M


    LOAD THRESHOLD USED FOR SCHEDULING:
    r15s r1m r15m ut pg io ls it tmp swp mem
    loadSched - - - - - - - - - - -
    loadStop - - - - - - - - - - -


    HOST prophet
    STATUS CPUF JL/U MAX NJOBS RUN SSUSP USUSP RSV DISPATCH_WINDOW
    unreach 100.00 - 0 0 0 0 0 0 -

    LOAD THRESHOLD USED FOR SCHEDULING:
    r15s r1m r15m ut pg io ls it tmp swp mem
    loadSched - - - - - - - - - - -
    loadStop - - - - - - - - - - -

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts