High Performance Computing Group

High Performance Computing Group

Connect with HPC subject matter experts and discuss how hybrid cloud HPC Solutions from IBM meet today's business needs.

 View Only
  • 1.  setting "#if time" with bconf

    Posted 7 days ago

    Hi,

    Can we use bconf to define limits in this format ?

    #if time(4:23:30-0:8:00 23:30-8:00)
    SLOTS = 800
    #elseif time(4:20:00-0:8:00 20:00-8:00)
    SLOTS = 500
    #else
    SLOTS = 350
    #endif

    Thanks

    -- Shali --



    ------------------------------
    Shali Boharon
    ------------------------------


  • 2.  RE: setting "#if time" with bconf

    Posted 6 days ago

    It doesn't seem you can do this through bconf. But you may run bconf to set different SLOTS limit by checking time window in a loop.



    ------------------------------
    YI SUN
    ------------------------------



  • 3.  RE: setting "#if time" with bconf

    Posted 6 days ago

    Thanks,

    We wanted to avoid this crontab job.

    Guess we have no choice.



    ------------------------------
    Shali Boharon
    ------------------------------