On 10/25/22 17:54, hao weiye wrote:
> I am trying to run my program on a cluster and a submit the homework by
> "qsub". However, something goes wrong like this
> 捕获.PNG
> In ths picture, "R0.5-0.2K-r2.41-ST" is the name of my executable file. And
> this is my pbs file. I cant find out what problem happened.
Hao Weiye:
this is probably a question you want to investigate with your system
administrator. This kind of thing sometimes happens if you compile on the
front-end node, but the back-end nodes on which you are running computations
(when submitted via PBS) does not have the same system setup as the front-end
node. For example, the libbbost_iostreams-mt.so.1.53.0 file may exist on the
front-end node, but is (for whatever reason) missing on the compute nodes.
But in the end, this is a question we cannot help you answer without access to
the system in question.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/