This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cluster:204 [2021/04/15 19:11] hmeij07 created |
cluster:204 [2023/09/15 19:12] (current) hmeij07 |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== Lammps: MAKE or CMAKE ===== | ===== Lammps: MAKE or CMAKE ===== | ||
- | Using '' | + | Using '' |
This problem disappears when compiling with '' | This problem disappears when compiling with '' | ||
Line 70: | Line 70: | ||
cd Obj_mpi | cd Obj_mpi | ||
+ | # see below | ||
# add output of showme:link to lammps/ | # add output of showme:link to lammps/ | ||
# section where quip_SYSLIB gets defined, like so | # section where quip_SYSLIB gets defined, like so | ||
Line 121: | Line 122: | ||
set(PKG_${PKG} ON CACHE BOOL "" | set(PKG_${PKG} ON CACHE BOOL "" | ||
endforeach() | endforeach() | ||
+ | |||
+ | # next steps on node with internet access (greentail52) | ||
+ | # with cuda toolkit copied and linked to / | ||
+ | # cmake will download lammps packages | ||
# create build dir | # create build dir |