-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi, first of all thanks for this amazing software!
I'm running atomify on my computer with Ubuntu 18.04 and two RTX 2080. I noticed the snap version of the software doesn't have GPU support, so I tried to compile it myself. Trying to use the 2017 version of lammps shipped with atomify I'm unable to compile the library in the atomify/lib/lammps/lib/gpu subdirectory, so I tried to use the more up-to-date version of lammps (which have already compiled and used successfully on my machine). To do so I renamed the atomify/lib/lamms directory to atomify/lib/lammps_or and uncompressed the current lammps-stable to atomify/lib/lammps (also copying the original make.atomify file in the src/MAKE/ directory). The compilation of GPU libraries works fine, the "python configure.py" step (having modified the configure.py script to include the GPU package) also finishes well, but than Qt is complaining that it can't find something...
Is it possible to update the version of lammps or to add GPU support?
I couldn't find a readme-tutorial-explanation on how to do that anywhere unfortunately.
Thanks again,
Domenico