I ran the lammps simulation on the supercomputer platform and now want to use the following potential function by openkim
EDIP_LAMMPS_Marks_2000_C__MO_374144505645_000
kim-api and driven models were installed in the conda environment, exactly as recommended on the website
$ conda install -c conda-forge kim-api=2.3.0
kim-api-collections-management install user EDIP_LAMMPS_Marks_2000_C__MO_374144505645_000
Then I wrote a short input file for testing, indicating that the model file could not be found
using 1 OpenMP thread(s) per MPI task
kim init EDIP_LAMMPS_Marks_2000_C__MO_374144505645_000 metal
#=== KIM is looking for 'Portable Models' in these directories ===
# 1: .
# 2: /public/home/jujingsheng/.kim-api/portable-models-dir
# 3: /public/software/apps/lammps/intelmpi/29Sep2021/external_libs/lib/kim-api/portable-models
#=== KIM is looking for 'Simulator Models' in these directories ===
# 1: .
# 2: /public/home/jujingsheng/.kim-api/simulator-models-dir
# 3: /public/software/apps/lammps/intelmpi/29Sep2021/external_libs/lib/kim-api/simulator-models
ERROR: KIM Model name not found (src/KIM/kim_init.cpp:234)
Last command: kim init EDIP_LAMMPS_Marks_2000_C__MO_374144505645_000 metal
Could you please tell me which step is wrong?
Thank you so much!
Here is the input file, the scheduling file, and the output kim.log
But the result of the error is the same as before:
LAMMPS (29 Sep 2021 - Update 3)
OMP_NUM_THREADS environment is not set. Defaulting to 1 thread. (src/comm.cpp:98)
using 1 OpenMP thread(s) per MPI task
kim init EDIP_LAMMPS_Marks_2000_C__MO_374144505645_000 metal
#=== KIM is looking for 'Portable Models' in these directories ===
# 1: .
# 2: /public/home/jujingsheng/.kim-api/portable-models-dir
# 3: /public/software/apps/lammps/intelmpi/29Sep2021/external_libs/lib/kim-api/portable-models
#=== KIM is looking for 'Simulator Models' in these directories ===
# 1: .
# 2: /public/home/jujingsheng/.kim-api/simulator-models-dir
# 3: /public/software/apps/lammps/intelmpi/29Sep2021/external_libs/lib/kim-api/simulator-models
ERROR: KIM Model name not found (src/KIM/kim_init.cpp:234)
Last command: kim init EDIP_LAMMPS_Marks_2000_C__MO_374144505645_000 metal
Then I changed the init to the previously imported model, and the same error occurred. I want to know if there is any other step that might have gone wrong