mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Add dummy function for serial case when the Sirius library is not included, because it requires MPI.
This commit is contained in:
parent
0c0e995813
commit
4d9e313266
1 changed files with 8 additions and 0 deletions
|
|
@ -985,6 +985,14 @@ CONTAINS
|
|||
SUBROUTINE cp_sirius_init()
|
||||
END SUBROUTINE cp_sirius_init
|
||||
|
||||
! **************************************************************************************************
|
||||
!> \brief Return always .FALSE. because the Sirius library is not compiled in.
|
||||
!> \return Return the initialisation status of the Sirius library as boolean
|
||||
! **************************************************************************************************
|
||||
LOGICAL FUNCTION cp_sirius_is_initialized()
|
||||
cp_sirius_is_initialized = .FALSE.
|
||||
END FUNCTION cp_sirius_is_initialized
|
||||
|
||||
! **************************************************************************************************
|
||||
!> \brief Empty implementation in case SIRIUS is not compiled in.
|
||||
! **************************************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue