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:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/4b1ed641-f751-5a07-80cd-edfc3845a47b%40colostate.edu.

Reply via email to