mirror of https://gitlab.com/QEF/q-e.git
Cases to be skipped on test-suite (once again)
The latest MR did not fix the ph_multipole test failing for GPUs. Message signaling that the test must be skipped made uniform.
This commit is contained in:
parent
baf5946610
commit
aa9b8ce212
|
@ -150,9 +150,9 @@ contains
|
|||
call errore(' runcg_uspp ', ' parallelization over bands not yet implemented ', 1)
|
||||
#if defined(__CUDA)
|
||||
if (nkbus > 0 ) &
|
||||
call errore(' runcg_uspp ', ' Ultrasoft case not ported to GPU ', 1)
|
||||
call errore('runcg_uspp','USPP for GPU not present in this version', 1)
|
||||
if (tens) &
|
||||
call errore(' runcg_uspp ', ' Ensemble DFT case not ported to GPU ', 1)
|
||||
call errore('runcg_uspp','Ensemble DFT for GPU not present in this version', 1)
|
||||
#endif
|
||||
if (pre_state .and. nkbus > 0) &
|
||||
call errore(' runcg_uspp ', ' preconditioning with kinetic energy not implemented for ultrasoft pseudopotentials')
|
||||
|
|
|
@ -868,7 +868,7 @@ SUBROUTINE phq_readin()
|
|||
IF (epsil) CALL errore('phq_readin',&
|
||||
'lmultipole is already an electric field calculation', 1)
|
||||
#if defined(__CUDA)
|
||||
CALL errore('phq_readin','lmultipole not ported to GPU', 1)
|
||||
CALL errore('phq_readin','multipoles for GPU not present in this version', 1)
|
||||
#endif
|
||||
END IF
|
||||
!
|
||||
|
|
|
@ -29,7 +29,7 @@ tolerance = ( (1.0e-5, 1.0e-5, 'e1'),
|
|||
(1.0e-2, 1.0e-2, 'v1d'),
|
||||
(6.0e-3, 1.0e-3, 't1') )
|
||||
skip_program = grep
|
||||
skip_args = 'not present in this version\|libxc needed for this functional\|not ported to GPU'
|
||||
skip_args = 'not present in this version\|libxc needed for this functional'
|
||||
|
||||
[PH]
|
||||
exe = XXXXXX/test-suite/run-ph.sh
|
||||
|
|
Loading…
Reference in New Issue