execution error -- libgomp: Thread creation failed: Resource temporarily unavailable

edited November 2015 in Old versions
Greetings,

Recently I managed to modify the source code to compute sloshing pressure at one point at each time step without saving the Part********.bi2. What I have done is in the main loop of calculation I call the post processing function Measure tool to write out pressure information and then append the data to another file, which is the final pressure history file.

By doing so, it is possible to reduce the out-saving file and keep track of pressure no matter which time step it is. However, when I implemented this method to compare with the original results, The program stopped at t=3.198615 and with the execution error -- libgomp: Thread creation failed: Resource temporarily unavailable.

First I was thinking this might be the problem of platform. However, the same error occurred no matter which linux and machine I use.

Have anybody encountered the same question or any hint to deal with that?

Thanks in advance!
Sign In or Register to comment.