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.


#Cloud
#IBMCloud
 View Only
  • 1.  bsub -pack issue in 10.1.0.8

    Posted 11/20/19 08:47 AM
    Getting this error which using bsub -pack using the script.
    "Job script is not supported when option -pack is specified. Job not submitted"

    ------------------------------
    Vikash Gupta
    ------------------------------

    #SpectrumComputingGroup


  • 2.  RE: bsub -pack issue in 10.1.0.8

    Posted 11/21/19 03:37 PM
    Quick guess is you may be trying to redirect a job file to bsub while -pack is used? Could you show your bsub command line?

    YS

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



  • 3.  RE: bsub -pack issue in 10.1.0.8

    Posted 08/04/20 09:17 AM
    I had this error show up, too, and discovered that bsub was checking for stdin to be a pipe, even though I wasn't trying to pipe anything in to bsub it still checked. So redirecting bsub's stdin from /dev/null worked.

    bsub -pack packfile </dev/null

    ------------------------------
    Mario Nigrovic
    ------------------------------