Skip to content

Commit

Permalink
feat: add COLUMBUS
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Mar 9, 2024
1 parent 5682feb commit 121f8db
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 21 deletions.
1 change: 1 addition & 0 deletions src/data/abbreviations.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"acceleration": {
"MPI": "Distributed memory parallelization on CPUs",
"Global Arrays": "Shared-memory programming on distributed-memory computers for multidimensional arrays",
"OpenMP": "Shared memory parallelization on CPUs",
"Threads": "Custom shared memory parallelization on CPUs",
"HIP": "Supports AMD and NVidia GPUs",
Expand Down
52 changes: 32 additions & 20 deletions src/data/citations.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"datestamp": "2021-04-10"
},
"COLUMBUS": {
"citations": 53,
"datestamp": "2021-04-10"
"citations": 50,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 10,
Expand Down Expand Up @@ -472,8 +472,8 @@
"datestamp": "2021-01-17"
},
"COLUMBUS": {
"citations": 55,
"datestamp": "2021-01-17"
"citations": 46,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 11,
Expand Down Expand Up @@ -890,8 +890,8 @@
"datestamp": "2021-01-17"
},
"COLUMBUS": {
"citations": 70,
"datestamp": "2021-01-17"
"citations": 65,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 18,
Expand Down Expand Up @@ -1308,8 +1308,8 @@
"datestamp": "2021-01-17"
},
"COLUMBUS": {
"citations": 51,
"datestamp": "2021-01-17"
"citations": 53,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 18,
Expand Down Expand Up @@ -1726,8 +1726,8 @@
"datestamp": "2021-01-17"
},
"COLUMBUS": {
"citations": 60,
"datestamp": "2021-01-17"
"citations": 56,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 27,
Expand Down Expand Up @@ -2144,8 +2144,8 @@
"datestamp": "2021-01-07"
},
"COLUMBUS": {
"citations": 59,
"datestamp": "2021-01-07"
"citations": 58,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 33,
Expand Down Expand Up @@ -2562,8 +2562,8 @@
"datestamp": "2021-01-07"
},
"COLUMBUS": {
"citations": 53,
"datestamp": "2021-01-07"
"citations": 55,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 37,
Expand Down Expand Up @@ -2980,8 +2980,8 @@
"datestamp": "2021-01-07"
},
"COLUMBUS": {
"citations": 40,
"datestamp": "2021-01-07"
"citations": 42,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 30,
Expand Down Expand Up @@ -3398,8 +3398,8 @@
"datestamp": "2021-01-04"
},
"COLUMBUS": {
"citations": 44,
"datestamp": "2021-01-04"
"citations": 47,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 38,
Expand Down Expand Up @@ -3816,8 +3816,8 @@
"datestamp": "2021-01-04"
},
"COLUMBUS": {
"citations": 46,
"datestamp": "2021-01-04"
"citations": 45,
"datestamp": "2024-03-09"
},
"CONQUEST O(N)": {
"citations": 31,
Expand Down Expand Up @@ -4217,6 +4217,10 @@
"citations": 785,
"datestamp": "2021-08-24"
},
"COLUMBUS": {
"citations": 53,
"datestamp": "2024-03-09"
},
"CP2K": {
"citations": 755,
"datestamp": "2021-08-24"
Expand Down Expand Up @@ -4519,6 +4523,10 @@
"citations": 946,
"datestamp": "2023-01-28"
},
"COLUMBUS": {
"citations": 55,
"datestamp": "2024-03-09"
},
"CP2K": {
"citations": 812,
"datestamp": "2023-01-28"
Expand Down Expand Up @@ -4821,6 +4829,10 @@
"citations": 896,
"datestamp": "2023-01-28"
},
"COLUMBUS": {
"citations": 53,
"datestamp": "2024-03-09"
},
"CP2K": {
"citations": 908,
"datestamp": "2023-01-28"
Expand Down
21 changes: 20 additions & 1 deletion src/data/codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,25 @@
"tags": [],
"types": ["FF"]
},
"COLUMBUS": {
"acceleration": ["Global Arrays"],
"apis": [],
"author_name": "Lischka",
"benchmarks": [],
"distribution_channels": ["Source", "Binary"],
"element_coverage": "H..Og",
"homepage": "https://columbus-program-system.gitlab.io/columbus/",
"cost": "free",
"source": "copyleft",
"license": "LGPL-3.0",
"name": "COLUMBUS",
"notes": null,
"query_method": "search term",
"query_publication_id": null,
"query_string": "\"COLUMBUS\" \"Lischka\"",
"tags": ["GTO", "PP"],
"types": ["DFT", "WFM"]
},
"CP2K": {
"acceleration": ["MPI", "OpenMP", "Cuda"],
"apis": [],
Expand Down Expand Up @@ -980,7 +999,7 @@
"types": ["FF"]
},
"NWChem": {
"acceleration": ["MPI", "OpenMP", "Cuda"],
"acceleration": ["MPI", "OpenMP", "Cuda", "Global Arrays"],
"apis": ["QCSchema"],
"author_name": "Valiev",
"benchmarks": [],
Expand Down

0 comments on commit 121f8db

Please sign in to comment.