rename USER-OMP to OPENMP
This commit is contained in:
@ -843,7 +843,7 @@ void LAMMPS::post_create()
|
||||
|
||||
// suffix will always be set if suffix_enable = 1
|
||||
// check that KOKKOS package classes were instantiated
|
||||
// check that GPU, INTEL, USER-OMP fixes were compiled with LAMMPS
|
||||
// check that GPU, INTEL, OPENMP fixes were compiled with LAMMPS
|
||||
|
||||
if (suffix_enable) {
|
||||
|
||||
@ -855,7 +855,7 @@ void LAMMPS::post_create()
|
||||
(kokkos == nullptr || kokkos->kokkos_exists == 0))
|
||||
error->all(FLERR,"Using suffix kk without KOKKOS package enabled");
|
||||
if (strcmp(suffix,"omp") == 0 && !modify->check_package("OMP"))
|
||||
error->all(FLERR,"Using suffix omp without USER-OMP package installed");
|
||||
error->all(FLERR,"Using suffix omp without OPENMP package installed");
|
||||
|
||||
if (strcmp(suffix,"gpu") == 0) input->one("package gpu 0");
|
||||
if (strcmp(suffix,"intel") == 0) input->one("package intel 1");
|
||||
|
||||
Reference in New Issue
Block a user