Skip to content

Commit 35f2071

Browse files
committed
Merge branch 'master' of github.com:mpi-forum/mpi-forum.github.io
2 parents 422f54e + 8b30fa6 commit 35f2071

File tree

6 files changed

+65
-10
lines changed

6 files changed

+65
-10
lines changed

_data/meeting_list.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,30 @@ non_voting:
653653

654654
voting:
655655

656+
- year: 2026
657+
658+
- start: 2026-10-05
659+
end: 2026-10-07
660+
title: "Vienna, Austria"
661+
links: "no"
662+
663+
- start: 2026-06-01
664+
end: 2026-06-04
665+
title: "Virtual Voting Meeting (dates could move to June 15-18)"
666+
links: "no"
667+
668+
- start: 2026-03-02
669+
end: 2026-03-05
670+
title: "Hybrid Meeting - Location TBD"
671+
links: "no"
672+
656673
- year: 2025
657674

675+
- start: 2025-12-15
676+
end: 2025-12-17
677+
title: "Virtual Voting Meeting"
678+
links: "no"
679+
658680
- start: 2025-09-29
659681
end: 2025-10-01
660682
title: "Charlotte, NC, USA"

_data/meetings/2025/09/ballot.csv

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
org,"Vote 1"
1+
"org","#1001 (PR #1127): ERRATA: MPI_T handles do not have ABI definition (no-no)","#1001 (PR #1127): ERRATA: MPI_T handles do not have ABI definition (errata)","#863 (PR #1075): Clarify synchronization behavior of neighborhood collectives (errata)"
2+
"Meta","Yes","Yes","Yes"
3+
"Forschungszentrum Julich","Yes","Yes","Yes"
4+
"Lawrence Livermore National Laboratory","Yes","Yes","Yes"
5+
"Los Alamos National Laboratory","Yes","Yes","Yes"
6+
"University of New Mexico","Yes","Yes","Yes"
7+
"CIDS, ZIH, TUD Dresden University of Technology","Yes","Yes","Yes"
8+
"ParTec","Yes","Yes","Yes"
9+
"CEA","Yes","Yes","Yes"
10+
"HPE","Yes","Yes","Yes"
11+
"Tennessee Technological University","Yes","Yes","No"
12+
"Technical University of Munich","Yes","Yes","Yes"
13+
"Cornelis Networks","Yes","Yes","Abstain"
14+
"Intel Corporation","Yes","Yes","Yes"
15+
"Oak Ridge National Laboratory","Yes","Yes","Yes"
16+
"Sandia National Laboratory","Yes","Yes","Yes"
17+
"University of Illinois Urbana-Champaign","Yes","Yes","Yes"
18+
"Karlsruhe Institute of Technology (KIT)","Yes","Yes","Yes"
19+
"HLRS, University of Stuttgart","Yes","Yes","Yes"
20+
"RWTH Aachen University","Yes","Yes","Yes"
21+
"AMD","Yes","Yes","Yes"
22+
"The University of Tokyo","Yes","Yes","Yes"
23+
"INRIA","Yes","Yes","Yes"
24+
"Argonne National Laboratory","Yes","Yes","Yes"
25+
"Eviden","Yes","Yes","Yes"
26+
"Ohio State University","Yes","Yes","Yes"
27+
"Stony Brook University","Yes","Yes","Yes"
28+
"The Texas Advanced Computing Center","Yes","Yes","Yes"
29+
"ASC Research Center, TU Wien","Yes","Yes","Yes"
30+
"NVIDIA","Yes","Yes","Abstain"
31+
"Queen's University","Yes","Yes","Yes"
32+
"Kichakato Kizito","Yes","Yes","Yes"
33+
"University of Tennessee, Knoxville","abstain","abstain","abstain"

_data/meetings/2025/09/votes.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
issue_number,pr_number,topic,type,yes,no,abstain,missed
2-
1001,1127,"ERRATA: MPI_T handles do not have ABI definition",no-no
3-
1001,1127,"ERRATA: MPI_T handles do not have ABI definition",errata
4-
863,1075,"Clarify synchronization behavior of neighborhood collectives",errata
1+
"issue_number","pr_number","topic","type","yes","no","abstain","missed"
2+
"1001","1127","ERRATA: MPI_T handles do not have ABI definition","no-no","31","0","1","0"
3+
"1001","1127","ERRATA: MPI_T handles do not have ABI definition","errata","31","0","1","0"
4+
"863","1075","Clarify synchronization behavior of neighborhood collectives","errata","28","1","3","0"

_layouts/votes.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"ARM": "ARM",
5555
"Atos": "Atos",
5656
"Argonne National Laboratory": "ANL",
57+
"ASC Research Center, TU Wien": "TU Wien",
5758
"Auburn University": "Auburn",
5859
"Barcelona Supercomputer Center": "BSC",
5960
"Brookhaven National Laboratory": "BNL",

meetings/2025/09/votes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ year: "2025"
55
month: "09"
66
rules: 3152013
77
permalink: meetings/2025/09/votes
8-
registered:
9-
ooe:
10-
imove:
8+
registered: 37
9+
ooe: 32
10+
imove: 32
1111
---
1212

utils/tally_votes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ def main():
3434
attendance_file=sys.argv[1]; # File with UUIDs for each attendee
3535
ballot_file=sys.argv[2]; # File with list of ballots on which to be voted
3636
votes_file=sys.argv[3]; # File with votes captured from Google Forms
37-
prev_votes_file="../_data/meetings/2025/06/votes.csv"
38-
prev_ballots_file="../_data/meetings/2025/06/ballot.csv"
37+
prev_votes_file="../_data/meetings/2025/09/votes.csv"
38+
prev_ballots_file="../_data/meetings/2025/09/ballot.csv"
3939
if not os.path.isfile(prev_votes_file):
4040
prev_votes_file=""
4141
if not os.path.isfile(prev_ballots_file):

0 commit comments

Comments
 (0)