Skip to content

rt.sh gun pdlib jobs hanging #2356

Answered by marshallward
jiandewang asked this question in Q&A
Discussion options

You must be logged in to vote

I had a look at these variables, and although they appear in a few OpenMP blocks, they are all declared as shared(). So I am unsure how they could have used OMP stack memory.

Initializing them could well increase the memory usage; not every compiler is going to store them in BSS, particularly a GNU debug build. It is the OpenMP stack memory that is confusing me. But maybe, as suggested by others, this is just a symptom of high memory usage and too many things bumping up against each other.

It might take a serious memory inspection to figure out what's going on.

Replies: 10 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sanAkel
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jiandewang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants