modified: l/LAMMPS/LAMMPS-20190218-intel-2017c.eb

This commit is contained in:
Josef Hrabal 2019-11-04 15:24:48 +01:00
parent edddd2270c
commit 2268fcd3ca

View File

@ -37,6 +37,7 @@ commands += "make yes-user-phonon && make yes-misc && "
commands += "make yes-kspace && make yes-manybody && make yes-molecule && "
commands += "make yes-qeq && make yes-rigid && make yes-user-misc && "
commands += "make yes-user-reaxc && make yes-user-omp && "
commands += "make yes-spin && "
commands += "make -j 16 intel_cpu_intelmpi && mv lmp_intel_cpu_intelmpi lammps"
cmds_map = [('.*', commands)]