jasonlarkin / p3dfft

Automatically exported from code.google.com/p/p3dfft
GNU General Public License v3.0
0 stars 0 forks source link

Wrong default value for ndim in C Samples #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile samples
2. run any sample with "mpirun -np 2 ./*.x

I get an error message "Invalid process geometry" 

What version of the product are you using? On what operating system?
p3dfft 2.5.1 on Ubuntu 10.04 LTS 64bit compiled with GCC 4.4.0

Problem is fixed by adding ndim=2; in sample source files. Should be found at 
about line 100.

Original issue reported on code.google.com by digidoe...@googlemail.com on 6 Sep 2012 at 10:59

GoogleCodeExporter commented 9 years ago
I believe this has been fixed in later versions

Original comment by dmitry...@gmail.com on 17 Mar 2015 at 12:00

GoogleCodeExporter commented 9 years ago

Original comment by dmitry...@gmail.com on 17 Mar 2015 at 12:04