9:08 The following error occured: ERROR: Unrecognized fix style 'temp/csvr' is part of the EXTRA-FIX package which is not enabled in this LAMMPS binary. (src/modify.cpp:924) Last command: fix 1 all temp/csvr ${temperature} ${temperature} ${tempDamp} ${seed} # Bussi's thermostat
@kaushikkunte42667 ай бұрын
I am trying to use 8 feb 2023 version where I want to use all packages how to enable all packages?
@kaushikkunte42667 ай бұрын
also how to do mpi installation with cmake?
@MolecularMindset7 ай бұрын
Hi, thank you for your message. To enable all packages during istallation you can use the traditional make instead of using Cmake. For this go to the lammps/src folder and run the commands: ``` make yes-all make ``` Additional information here: docs.lammps.org/Build_package.html Let me know if you are any other questions!
@MolecularMindset7 ай бұрын
Make sure you have mpich on your machine and it should be added automatically during installation. You can also add the flag "-D BUILD_MPI=yes" to your cmake command. Additional info: molecularmindset.com/how-to-install-lammps-on-ubuntu-a-comprehensive-tutorial docs.lammps.org/Build_basics.html