High Performance Computing Group

 View Only
  • 1.  bsub -pack issue in 10.1.0.8

    Posted Wed November 20, 2019 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 Thu November 21, 2019 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 Tue August 04, 2020 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
    ------------------------------