Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] trestles problems

Trestle problems:

My first attempt to submit a job using a training account on trestles failed with this message:

/opt/torque/bin/qsub Exited with value: 1
/usr/bin/python: error while loading shared libraries: libimf.so: cannot open shared object file: No such file or directory
qsub: submit filter returned an error code, aborting job submission.

I was able to fix this by commenting out this line from the .bashrc:

export LD_LIBRARY_PATH=/opt/visit/thirdparty/python/2.6.4/linux-x86_64_icc/lib:$LD_LIBRARY_PATH

My next attempt failed with this message:

/opt/torque/bin/qsub Exited with value: 1
  Running job as user etrain28
Your job will not run
Invalid project-account number 'active' for queue 'normal', valid accounts for user 'etrain28' are:
      No valid accounts found

qsub: submit filter returned an error code, aborting job submission.

Are we going to have a valid project-account prior to the tutorial?

Cheers,
Steve


Back to the top