X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftaskassignment%2Fdecidegpuusage.cpp;h=5bac5adcef47df7fd726cdb4fd16aa3d7b02930a;hb=b6c516827c2fc651f8ab11b853a40638f430c947;hp=499076005101d087b6229e4a4d95857f0dc0d9d3;hpb=176487733d34fc03a7f64d34830dddff8069b9ce;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/taskassignment/decidegpuusage.cpp b/src/gromacs/taskassignment/decidegpuusage.cpp index 4990760051..5bac5adcef 100644 --- a/src/gromacs/taskassignment/decidegpuusage.cpp +++ b/src/gromacs/taskassignment/decidegpuusage.cpp @@ -618,9 +618,9 @@ bool decideWhetherToUseGpuForUpdate(const bool isDomainDecom { errorMessage += "Compatible GPUs must have been found.\n"; } - if (!GMX_GPU_CUDA) + if (!(GMX_GPU_CUDA || GMX_GPU_SYCL)) { - errorMessage += "Only a CUDA build is supported.\n"; + errorMessage += "Only CUDA and SYCL builds are supported.\n"; } if (inputrec.eI != IntegrationAlgorithm::MD) {