Parallelism issue in uselrc

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Alexandre Lebouvier

Re: Parallelism issue in uselrc

Post by Alexandre Lebouvier »

The rest of the files...

The working file in single processor is listing_monoproc, the other files correspond to the SIGFPE error.
Attachments
listing.txt
(52.56 KiB) Downloaded 234 times
listing_n0005.txt
(52.56 KiB) Downloaded 240 times
listing_monoproc.txt
(80.99 KiB) Downloaded 215 times
Mickael Hassanaly

Re: Parallelism issue in uselrc

Post by Mickael Hassanaly »

Hello,
please join your new uselrc.f90.
Mickaël
Alexandre Lebouvier

Re: Parallelism issue in uselrc

Post by Alexandre Lebouvier »

Here is the new uselrc.f90
 
Alexandre
Attachments
uselrc.f90
(26.01 KiB) Downloaded 226 times
Mickael Hassanaly

Re: Parallelism issue in uselrc

Post by Mickael Hassanaly »

Hi,

you  will have to change your routine. Follow the advice of Yvan, it should help you. The problem you have is that xclaq, yclaq and zclaq are 0. So when you compute rayo, you make a division by 0 that's why you get the SIGFPE error.

Best regards

Mickaël
Alexandre Lebouvier

Re: Parallelism issue in uselrc

Post by Alexandre Lebouvier »

Ok thanks Yvan and Mickael for your replies.
 
It is now working.
Post Reply