- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Kai,
Intel Optimized HPCG uses memory pool for all its data allocations.
You can see it initialized in src/hpcg.cpp source file shipped with the benchmark:
. . . memoryPool->initialize( . . . : 896L*nx*ny*nz + 1024*1024); . . .You can use this as a reference for memory estimation. Best regards, Alexander
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page