ovilab / atomify

Atomify - a realtime LAMMPS visualizer
GNU General Public License v3.0
149 stars 20 forks source link

error in dump_xtc.cpp #430

Open dvolkmer opened 3 years ago

dvolkmer commented 3 years ago

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

andeplane commented 1 year ago

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!