Open ThinhinaneIhadadene opened 5 years ago
Sorry about the extreme delay in responding to this. The 'relocation truncated to fit' errors are due to excessive global variable storage sizes! You'll have to reduce the problem size or go with malloc'ed storage (array of pointers so that 2-d subscripted indexing is still used).
I tried compiling the program fdtd-2d program which is in the examples folder, I only changed the sizes of matrices by setting the constants nx and ny 10240 and the compilation failed. This doesn't occur when the problem size is small.
Also, in my case running the command
mpirun -np 16 -hostfile ../hosts ./dist
result in 16 executions with one rank each.The command I used :
The error I got :