error message "SIGSEGV signal (forbidden memory.."

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
Johannes_ACKVA
Posts: 2
Joined: Mon Nov 03, 2014 6:30 pm

error message "SIGSEGV signal (forbidden memory.."

Post by Johannes_ACKVA »

hello
Saturne stops after a successful preprocessing with the message (in file "listing")

"SIGSEGV signal (forbidden memory area access) intercepted!"

What I did: I am working at the tutorial "02_full_domain". case1 (of 3 cases) is rather similar as the tutorial "01_simple_junction", only a larger mesh region is used, so there are 3 meshes. I copied the xml-file of the 1st tutorial to the DATA-folder of the second, then I opened it with Saturne-GUI and completed the list of the meshes. Then I pressed "start calculation".

In that manner (copying the .xml) I think I can avoid, to type in again all the same input as was already done in tutorial 1.

Can somebody please explain where lies the problem?

Thank you
Regards
Johannes_ACKVA
Attachments
20171007-1450.zip
(93.14 KiB) Downloaded 202 times
Luciano Garelli
Posts: 284
Joined: Fri Dec 04, 2015 1:42 pm

Re: error message "SIGSEGV signal (forbidden memory.."

Post by Luciano Garelli »

Hello,

The way to create a new case re-using an existing case is the following

Code: Select all

 code saturne create --copy-from case1 -c case2 
Regards,

Luciano
Post Reply