Gromacs
2021-beta2-UNCHECKED
|
#include "gmxpre.h"
#include "test_hardware_environment.h"
#include <memory>
#include "gromacs/gpu_utils/gpu_utils.h"
#include "gromacs/hardware/detecthardware.h"
#include "gromacs/hardware/device_management.h"
#include "gromacs/hardware/hw_info.h"
#include "gromacs/utility/basenetwork.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/physicalnodecommunicator.h"
Implements test environment class which performs hardware enumeration for unit tests.
Functions | |
const TestHardwareEnvironment * | gmx::test::getTestHardwareEnvironment () |
Get the test environment. | |
void | gmx::test::callAddGlobalTestEnvironment () |
This constructs the test environment during setup of the unit test so that they can use the hardware context. | |