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 following the recommended set-up for atomify I constantly obtain error messages
showing 35 unresolved issues all pointing to the dump_xtc.cpp.
Ther error message is undefined reference to 'xdr_int' / ...to 'xdr_float', etc.
I am using the standard gcc compiler suite with CentOS 8 stream on an AMD EPYC server.
Compiling the lammps code from the currently-stable source files with Cmake works just fine.
Any idea how to solve this issue ?
Regards, Dirk
The text was updated successfully, but these errors were encountered:
Sorry about this late reply. Have you spent anymore time on this? I am working on a replacement that is entirely on the web. See https://github.com/andeplane/atomify. It runs everything in the browser and is purely based on TypeScript and Webassembly. Maybe that works better!
Hello,
when following the recommended set-up for atomify I constantly obtain error messages
showing 35 unresolved issues all pointing to the dump_xtc.cpp.
Ther error message is undefined reference to 'xdr_int' / ...to 'xdr_float', etc.
I am using the standard gcc compiler suite with CentOS 8 stream on an AMD EPYC server.
Compiling the lammps code from the currently-stable source files with Cmake works just fine.
Any idea how to solve this issue ?
Regards, Dirk
The text was updated successfully, but these errors were encountered: