XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
predict_memory_usage.hpp
Go to the documentation of this file.
1 #ifndef PREDICT_MEMORY_USAGE_HPP
2 #define PREDICT_MEMORY_USAGE_HPP
3 
4 #include "memory_usage.hpp"
6 #include "grid.hpp"
7 
9 
10 void predict_memory_usage(NLReader::NamelistReader& nlr, int nnodes, int nranks);
11 
12 #endif
Definition: NamelistReader.hpp:193
void predict_memory_usage(NLReader::NamelistReader &nlr, const Grid< DeviceType > &grid, const DomainDecomposition< DeviceType > &pol_decomp)
Definition: predict_memory_usage.cpp:7