mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
update the name of the solver to fit with gpuistl
This commit is contained in:
@@ -31,7 +31,7 @@ setDevice(int mpiRank, [[maybe_unused]] int numberOfMpiRanks)
|
||||
[[maybe_unused]] auto cuError = cudaGetDeviceCount(&deviceCount);
|
||||
|
||||
if (deviceCount <= 0) {
|
||||
// If they have CUDA enabled (ie. using a component that needs CUDA, eg. cubicgstab or CUILU0), this will fail
|
||||
// If they have CUDA enabled (ie. using a component that needs CUDA, eg. gpubicgstab or CUILU0), this will fail
|
||||
// later down the line. At this point in the simulator, we can not determine if CUDA is enabled, so we can only
|
||||
// issue a warning.
|
||||
OpmLog::warning("Could not find any CUDA devices.");
|
||||
|
||||
Reference in New Issue
Block a user