Hi all,
I have a problem when using kspaceFirstOrder3D-OMP on a linux server. The program would stop in the middle of simulation with the error:
terminate called after throwing an instance of 'std::ios_base::failure'
what(): Error: Could not write into "" dataset!
The grid size is 512*512*161*2200 (nx*ny*nz*nt). There would be no error if I run the simulation with a local windows computer. The peak memory used is about 2.8GB and the final output is about 8MB. And if I reduce the grid size to 512*512*21*2200 (nx*ny*nz*nt), then it also could work on the linux server.
My question is, is the error caused by the memory limit on the server?
Thanks!
Xiaofeng