14#ifndef PROTEUS_MPILOCALLOOKUP_CACHE_H
15#define PROTEUS_MPILOCALLOOKUP_CACHE_H
25 std::string
getName()
const override {
return "MPILocalLookup"; }
27 std::unique_ptr<CompiledLibrary>
lookup(
const HashT &HashValue)
override;
Definition MPILocalLookupCache.h:21
std::unique_ptr< CompiledLibrary > lookup(const HashT &HashValue) override
Definition MPILocalLookupCache.cpp:23
std::string getName() const override
Definition MPILocalLookupCache.h:25
Definition MPIStorageCache.h:31
const std::string Label
Definition MPIStorageCache.h:54
Definition MemoryCache.h:26