This will give you single core LAMMPS:
cd src
cd STUBS
make
cd …
make -j2 serial
For dual core you would need to install MPI. Please see docs for more info.
Stan
This will give you single core LAMMPS:
cd src
cd STUBS
make
cd …
make -j2 serial
For dual core you would need to install MPI. Please see docs for more info.
Stan