Skip to content

Commit

Permalink
fix unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
felix5572 committed May 31, 2021
1 parent e8a7031 commit fe490d0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions tests/jsons/job.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"4e3e8c88e576aa6fc104ec9445e0ee2303e77c9d": {
"934d9fc3afcc40a1ffadb09954fce2eaf7745ca9": {
"job_task_list": [
{
"command": "lmp -i input.lammps",
Expand Down Expand Up @@ -32,7 +32,7 @@
"number_node": 1,
"cpu_per_node": 4,
"gpu_per_node": 1,
"queue_name": "V100_8_32",
"queue_name": "T4_4_15",
"group_size": 2,
"custom_flags": [],
"strategy": {
Expand Down
2 changes: 1 addition & 1 deletion tests/jsons/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"number_node": 1,
"cpu_per_node": 4,
"gpu_per_node": 1,
"queue_name": "V100_8_32",
"queue_name": "T4_4_15",
"group_size": 2,
"custom_flags": [],
"strategy": {
Expand Down
10 changes: 5 additions & 5 deletions tests/jsons/submission.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"number_node": 1,
"cpu_per_node": 4,
"gpu_per_node": 1,
"queue_name": "V100_8_32",
"queue_name": "T4_4_15",
"group_size": 2,
"custom_flags": [],
"strategy": {
Expand All @@ -20,7 +20,7 @@
"backward_common_files": [],
"belonging_jobs": [
{
"4e3e8c88e576aa6fc104ec9445e0ee2303e77c9d": {
"934d9fc3afcc40a1ffadb09954fce2eaf7745ca9": {
"job_task_list": [
{
"command": "lmp -i input.lammps",
Expand Down Expand Up @@ -53,7 +53,7 @@
"number_node": 1,
"cpu_per_node": 4,
"gpu_per_node": 1,
"queue_name": "V100_8_32",
"queue_name": "T4_4_15",
"group_size": 2,
"custom_flags": [],
"strategy": {
Expand All @@ -69,7 +69,7 @@
}
},
{
"8dba64434a52c3fafdde65fa82e8ae74b42786d7": {
"5e7449b46128e4043d0476c30c0eeb75aeabdec0": {
"job_task_list": [
{
"command": "lmp -i input.lammps",
Expand Down Expand Up @@ -102,7 +102,7 @@
"number_node": 1,
"cpu_per_node": 4,
"gpu_per_node": 1,
"queue_name": "V100_8_32",
"queue_name": "T4_4_15",
"group_size": 2,
"custom_flags": [],
"strategy": {
Expand Down
10 changes: 5 additions & 5 deletions tests/test_if_cuda_multi_devices/test_dir/out.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dpdispatcher_unittest_7
dpdispatcher_unittest_9
dpdispatcher_unittest_6
dpdispatcher_unittest_12
dpdispatcher_unittest_5
dpdispatcher_unittest_8
dpdispatcher_unittest_10
dpdispatcher_unittest_12
dpdispatcher_unittest_8
dpdispatcher_unittest_14
dpdispatcher_unittest_6
dpdispatcher_unittest_1
dpdispatcher_unittest_2
dpdispatcher_unittest_15
dpdispatcher_unittest_13
dpdispatcher_unittest_4
dpdispatcher_unittest_11
dpdispatcher_unittest_3
dpdispatcher_unittest_0
dpdispatcher_unittest_15
dpdispatcher_unittest_3

0 comments on commit fe490d0

Please sign in to comment.