mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Split long code line
This commit is contained in:
parent
3ecab328bf
commit
803cd0e069
1 changed files with 2 additions and 1 deletions
|
|
@ -1083,7 +1083,8 @@ CONTAINS
|
|||
CALL mpi_init_thread(MPI_THREAD_MULTIPLE, provided_tsl, ierr)
|
||||
IF (ierr /= 0) CALL mp_stop(ierr, "mpi_init_thread @ mp_world_init")
|
||||
IF (provided_tsl < MPI_THREAD_MULTIPLE) THEN
|
||||
CALL mp_stop(0, "MPI library does not support the requested level of threading (MPI_THREAD_MULTIPLE), required by DLA-Future. Build CP2K without DLA-Future.")
|
||||
CALL mp_stop(0, "MPI library does not support the requested level of threading (MPI_THREAD_MULTIPLE), "// &
|
||||
"required by DLA-Future. Build CP2K without DLA-Future.")
|
||||
END IF
|
||||
#else
|
||||
CALL mpi_init_thread(MPI_THREAD_SERIALIZED, provided_tsl, ierr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue