Skip to content

Lammps stable branch will not compile with flare #41

@niklundgren

Description

@niklundgren

Hello mir-group,
I'm trying to get a flare potential running in lammps. MAE looks good, just trying to ship it. Cmake throws an error after approximately 30 warnings about ignored return values while compiling compute_flare_std_atom.cpp.o
I'm happy to use an earlier version of lammps if that's what I need to do for now, but am at a loss as to how far back I need to search.
Any guidance?
Thanks a bunch,
Nik

the issue:
lammps won't compile w/ current flare

to reproduce:
git clone https://github.com/mir-group/flare_pp

git clone https://github.com/lammps/lammps
git checkout origin/stable_23july2022_update1
lmp=/path/to/lammps

cd /path/to/flare_pp/lammps_plugins
bash install.sh ${lmp}
cd ${lmp}/cmake/
mkdir build
cmake -c ../mypresets/ ../ .
make -j 32

presets file:
contains standard packages, and kokkos arguments
I've commented out arguments containing paths to libraries on my machine.
nanotheorygrouplammpspresets.txt
make-error.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions