We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fe015 commit 435c09bCopy full SHA for 435c09b
1 file changed
source/source_main/driver_run.cpp
@@ -124,13 +124,6 @@ void Driver::init_hardware()
124
#endif
125
126
#ifdef __DSP
127
- if (GlobalV::NPROC > PARAM.inp.kpar && GlobalV::NPROC > PARAM.globalv.kpar_lcao)
128
- {
129
- ModuleBase::WARNING_QUIT(
130
- "Driver::init_hardware",
131
- "Number of processors must be equal to KPAR for DSP hardware initialization."
132
- );
133
- }
134
std::cout << " ** Initializing DSP Hardware..." << std::endl;
135
mtfunc::dspInitHandle(GlobalV::MY_RANK % PARAM.inp.dsp_count);
136
0 commit comments