Skip to content

Commit ef24bc8

Browse files
committed
CUDAEnsemble: Fix typo in invalidCUDAdevice exception
1 parent f2250e2 commit ef24bc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flamegpu/simulation/CUDAEnsemble.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ unsigned int CUDAEnsemble::simulate(const RunPlanVector& plans) {
190190
// If there are no devices left (and mpi is not being used), we need to error as the work cannot be executed.
191191
#ifndef FLAMEGPU_ENABLE_MPI
192192
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");
193+
THROW exception::InvalidCUDAdevice("FLAMEGPU2 has not been built with an appropriate compute capability for any devices, unable to continue\n");
194194
}
195195
#endif // ifndef FLAMEGPU_ENABLE_MPI
196196

0 commit comments

Comments
 (0)