Question about the parameters in input files
Posted: Wed Apr 06, 2016 4:38 pm
Hi, everyone.
I am a new user of abinit, and I have some questions on the parameters in the input files.
I guess that the maxProcessors=npband*npfft*npkpt*npspinor. But I don't know why the GPU version work only when the npfft equal to 1.
--- !ERROR
message: |
When use_gpu_cuda is on, the number of FFT processors, npfft, must be 1
However, npfft=3
src_file: mpi_setup.F90
src_line: 640
And I want to ask you whether there are effects on the output result when I change the npfft to 1 in order to make the GPU version work.
I am a new user of abinit, and I have some questions on the parameters in the input files.
I guess that the maxProcessors=npband*npfft*npkpt*npspinor. But I don't know why the GPU version work only when the npfft equal to 1.
--- !ERROR
message: |
When use_gpu_cuda is on, the number of FFT processors, npfft, must be 1
However, npfft=3
src_file: mpi_setup.F90
src_line: 640
And I want to ask you whether there are effects on the output result when I change the npfft to 1 in order to make the GPU version work.