Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
--
Accel
--- AccelBenchmark
--- AccelDevice
--- AccelPlatform
--- AllowCPUonly
--- CudaAwareMPI
--- DisableAccel
--- InitializeGPUBuffers
--
Debug
--
IO
--
Optimization
--
Parallelization
--
Symmetries
--
Units
-- FromScratch
-
Hamiltonian
-
Linear Response
-
Math
-
Maxwell
-
Mesh
-
Output
-
SCF
-
States
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
AllowCPUonly
AllowCPUonly
Section Execution::Accel
Type logical
In order to prevent waste of resources, the code will normally stop when the GPU is disabled due to
incomplete implementations or incompatibilities. AllowCPUonly = yes overrides this and allows the
code execution also in these cases.
Source information
basic/accel.F90 : 743
call parse_variable ( namespace , 'AllowCPUonly' , default , accel % allow_CPU_only )