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
{{ message }}
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
Atomistica and QUIP both use the same MPI_Context.f90 module and I'm not able to link both to LAMMPS at the same time as it is complaining about multiple definitions of all the functions in that module. Has anyone managed to compile LAMMPS linked with both libraries? @pastewka@jameskermode
I have run into the same problem. A small part of libAtoms is used by Atomistica and this leads to clashes. The simplest solution would be to rename the modules in Atomistica. The clean solution would be to use the same MPI_Context etc. in both, but I don't see how that can be done without a lot of manual work from whoever compiles the code.
Will implement the first option.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/Atomistica/atomistica
The text was updated successfully, but these errors were encountered: