Cuda in Abinit

Hi all. First of all i don’t know whether this is the right place to ask this question, kindly tell me if it is not. Currently I tried to compile Abinit 7.8.1 with CUDA enabled. The program can be installed successfully but unfortunately cannot pass the tests provided. The process always stops at “chkinp: Checking input parameters for consistency”

Below is the main errors that appear in the log file:

--- !ERROR
message: |
    Checking consistency of input data against itself gave 1 inconsistencies.
src_file: chkinp.F90
src_line: 3003
...


leave_new : decision taken to exit ...
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD 
with errorcode 14.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------

chkinp : ERROR -
  When GPU is in use (use_gpu_cuda=1), ngfft(4:6) must be equal to ngfft(1:3) !
  Action: suppress ngfft in input file or change it.

--- !ERROR
message: |
    Checking consistency of input data against itself gave 1 inconsistencies.
src_file: chkinp.F90
src_line: 3003
...

If there is anyone who had used Abinit with CUDA before please kindly advise. Any help is appreciated.

Nevermind I found out that I have wrongly modified the code that actually needed OpenACC support.