recover non-labelmap functionality with Kokkos. Error out when maps are used with Kokkos
This commit is contained in:
@ -86,6 +86,8 @@ This command must come after the simulation box is defined by a
|
||||
:doc:`read_data <read_data>`, :doc:`read_restart <read_restart>`, or
|
||||
:doc:`create_box <create_box>` command.
|
||||
|
||||
Labelmaps are currently not supported when using the KOKKOS package.
|
||||
|
||||
Related commands
|
||||
""""""""""""""""
|
||||
|
||||
|
||||
@ -1519,11 +1519,14 @@ To read gzipped data files, you must compile LAMMPS with the
|
||||
-DLAMMPS_GZIP option. See the :doc:`Build settings <Build_settings>`
|
||||
doc page for details.
|
||||
|
||||
Labelmaps are currently not supported when using the KOKKOS package.
|
||||
|
||||
Related commands
|
||||
""""""""""""""""
|
||||
|
||||
:doc:`read_dump <read_dump>`, :doc:`read_restart <read_restart>`,
|
||||
:doc:`create_atoms <create_atoms>`, :doc:`write_data <write_data>`
|
||||
:doc:`create_atoms <create_atoms>`, :doc:`write_data <write_data>`,
|
||||
:doc:`labelmap <labelmap>`
|
||||
|
||||
Default
|
||||
"""""""
|
||||
|
||||
Reference in New Issue
Block a user