You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use these functions, I get the following errors:
julia> LAMMPS.locate()
ERROR: UndefVarError:`LAMMPS_jll` not defined
Stacktrace:
[1] locate()
@ LAMMPS C:\Users\johan\.julia\packages\LAMMPS\pSPug\src\LAMMPS.jl:15
[2] top-level scope
@ REPL[34]:1
julia> LAMMPS.set_library!("C:\\Users\\johan\\AppData\\Local\\LAMMPS 64-bit 17Apr2024\\bin\\liblammps.dll")
ERROR: UndefVarError:`LAMMPS_jll` not defined
Stacktrace:
[1] set_library!(path::String)
@ LAMMPS C:\Users\johan\.julia\packages\LAMMPS\pSPug\src\LAMMPS.jl:34
[2] top-level scope
@ REPL[35]:1
I belive this is because the LAMMPS module doesn't import API after including it.
P.S
I currently have to use my own LAMMPS installation because the Artifact doesn't have the DPD-Basic Package installed. Is it possible to include this Package with the Artifact or is this an issue with LAMMPS_jll?
The text was updated successfully, but these errors were encountered:
Thanks for the bug report! Odd that this was broken.
I currently have to use my own LAMMPS installation because the Artifact doesn't have the DPD-Basic Package installed. Is it possible to include this Package with the Artifact or is this an issue with LAMMPS_jll?
When I try to use these functions, I get the following errors:
I belive this is because the LAMMPS module doesn't import API after including it.
P.S
I currently have to use my own LAMMPS installation because the Artifact doesn't have the DPD-Basic Package installed. Is it possible to include this Package with the Artifact or is this an issue with LAMMPS_jll?
The text was updated successfully, but these errors were encountered: