Skip to content

Commit

Permalink
remove lammps-UD
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Mar 6, 2024
1 parent 86fa645 commit bd18b67
Show file tree
Hide file tree
Showing 31 changed files with 12 additions and 1,368 deletions.
3 changes: 1 addition & 2 deletions reproducibility_project/aggregate_summary/aggregate_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ def dict_product(dd):
"gromacs",
"hoomd",
"lammps-VU",
# "lammps-UD",
]
md_engines = ["gromacs", "hoomd", "lammps-VU"] # , "lammps-UD"]
md_engines = ["gromacs", "hoomd", "lammps-VU"]
mc_engines = ["cassandra", "mcccs", "gomc"]
forcefields = {}
r_cuts = {}
Expand Down
2 changes: 1 addition & 1 deletion reproducibility_project/bin/clean_by_engine.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
echo Removing jobs from all engines but $1
for ENGINE in cassandra mcccs gomc gromacs hoomd lammps-VU lammps-UD
for ENGINE in cassandra mcccs gomc gromacs hoomd lammps-VU
do
if [[ $ENGINE != $1 ]]
then
Expand Down
3 changes: 1 addition & 2 deletions reproducibility_project/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ def dict_product(dd):
"gromacs",
"hoomd",
"lammps-VU",
# "lammps-UD",
]
md_engines = ["gromacs", "hoomd", "lammps-VU"] # , "lammps-UD"]
md_engines = ["gromacs", "hoomd", "lammps-VU"]
mc_engines = ["cassandra", "mcccs", "gomc"]
forcefields = {}
r_cuts = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"gromacs",
"hoomd",
"lammps-VU",
"lammps-UD",
]
md_engines = ["gromacs", "hoomd", "lammps-VU", "lammps-UD"]
md_engines = ["gromacs", "hoomd", "lammps-VU"]
mc_engines = ["cassandra", "mcccs", "gomc"]
forcefields = {}
r_cuts = {}
Expand Down
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def add_args(cls, parser):


mc_engines = ("gomc", "mcccs", "cassandra")
md_engines = ("gromacs", "hoomd", "lammps-VU") # , "lammps-UD")
md_engines = ("gromacs", "hoomd", "lammps-VU")
md_npt_props = [
"potential_energy",
"kinetic_energy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"gromacs",
"hoomd",
"lammps-VU",
"lammps-UD",
]
md_engines = ["gromacs", "hoomd", "lammps-VU", "lammps-UD"]
md_engines = ["gromacs", "hoomd", "lammps-VU"]
mc_engines = ["cassandra", "mcccs", "gomc"]
forcefields = {}
r_cuts = {}
Expand Down
2 changes: 1 addition & 1 deletion reproducibility_project/project-analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def add_args(cls, parser):


mc_engines = ("gomc", "mcccs", "cassandra")
md_engines = ("gromacs", "hoomd", "lammps-VU") # , "lammps-UD")
md_engines = ("gromacs", "hoomd", "lammps-VU")
md_npt_props = [
"potential_energy",
"kinetic_energy",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
echo Removing jobs from all engines but $1
for ENGINE in cassandra mcccs gomc gromacs hoomd lammps-VU lammps-UD
for ENGINE in cassandra mcccs gomc gromacs hoomd lammps-VU
do
if [[ $ENGINE != $1 ]]
then
Expand Down
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

Loading

0 comments on commit bd18b67

Please sign in to comment.