We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2250e2 commit ef24bc8Copy full SHA for ef24bc8
1 file changed
src/flamegpu/simulation/CUDAEnsemble.cu
@@ -190,7 +190,7 @@ unsigned int CUDAEnsemble::simulate(const RunPlanVector& plans) {
190
// If there are no devices left (and mpi is not being used), we need to error as the work cannot be executed.
191
#ifndef FLAMEGPU_ENABLE_MPI
192
if (devices.size() == 0) {
193
- THROW exception::InvalidCUDAdevice("FLAMEGPU2 has not been built with an appropraite compute capability for any devices, unable to continue\n");
+ THROW exception::InvalidCUDAdevice("FLAMEGPU2 has not been built with an appropriate compute capability for any devices, unable to continue\n");
194
}
195
#endif // ifndef FLAMEGPU_ENABLE_MPI
196
0 commit comments