The rest of the files...
The working file in single processor is listing_monoproc, the other files correspond to the SIGFPE error.
Parallelism issue in uselrc
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
Re: Parallelism issue in uselrc
- 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
Re: Parallelism issue in uselrc
Hello,
please join your new uselrc.f90.
Mickaël
please join your new uselrc.f90.
Mickaël
Re: Parallelism issue in uselrc
Here is the new uselrc.f90
Alexandre
Alexandre
- Attachments
-
- uselrc.f90
- (26.01 KiB) Downloaded 226 times
Re: Parallelism issue in uselrc
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
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
Re: Parallelism issue in uselrc
Ok thanks Yvan and Mickael for your replies.
It is now working.
It is now working.