Hello,
I wanted to ask if somebody could explain how i can calculate the memory usage for the intel optimized HPCG from grid size nx ny nz ?
Thank you for any help :D
Link Copied
. . . memoryPool->initialize( . . . : 896L*nx*ny*nz + 1024*1024); . . .You can use this as a reference for memory estimation. Best regards, Alexander
For more complete information about compiler optimizations, see our Optimization Notice.