Closed laraPPr closed 3 months ago
They let us know that they will need it in the coming weeks for a review of a paper. If later it is no longer relevant for them
@pavelToman I spent some time on this last Friday, and have a draft easyconfig for it, see wip branch
It needs a bit more love, and this is only the non-LAMMPS part. For MBX via LAMMPS, will probably need to provide a separate installation of LAMMPS, since some code has to be copied from MBX into LAMMPS.
I'll ask the researchers whether they actually need the LAMMPS integration before we look into that though...
Sanity check command needs a bit of work, there's no --help
, but just running it without options is the equivalent and has exit code 0:
$ optimize --help
** ERROR ** C++ Exception in function ReadNrg, in line 52 of file io_tools/read_nrg.cpp. Could not open NRG file --help for reading.
Segmentation fault (core dumped)
$ optimize
Usage: optimize <config.nrg> [<mbx.json>] [<max iterations>] [<tolerance>] [<configs.xyz>] [<step>]
$ echo $?
0
For now being able to just install MBX standalone is enough, there's no need (yet) to also look into LAMMPS+MBX.
PR merged, ready for cleanup
foss/2023a
Make? PythonPackage?
MBX_MPIThe user want two seperate installationsand he wants the one compatible with lammps (which is not compatible with anything else) MBX_MPI