Skip to content

Commit ecd1815

Browse files
authored
Add further libraries and conferences
1 parent 2985607 commit ecd1815

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,16 @@ All the lists in this page are either in alphabetical order or chronological ord
2929
- [HPX: A C++ Standard Library for Concurrency and Parallelism](https://github.com/STEllAR-GROUP/hpx)
3030
- [Intel TBB: Threading Building Blocks](https://www.threadingbuildingblocks.org/)
3131
- [Kokkos: A C++ Programming Model for Writing Performance Portable Applications on HPC platforms](https://github.com/kokkos/kokkos)
32+
- [MPICH: High-Performance Portable MPI](https://www.mpich.org/)
33+
- [MPL: A message passing library](https://rabauke.github.io/mpl/html/)
34+
- [OmpSs: A task based programming model](https://pm.bsc.es/ompss)
3235
- [OpenMP: Multi-platform Shared-memory Parallel Programming in C/C++ and Fortran](https://www.openmp.org/)
36+
- [OpenMPI: A High Performance Message Passing Library](https://www.open-mpi.org/)
3337
- [RaftLib: A C++ Library for Enabling Stream and Dataflow Parallel Computation](https://github.com/RaftLib/RaftLib)
3438
- [STAPL: Standard Template Adaptive Parallel Programming Library in C++](https://parasol.tamu.edu/stapl/)
3539
- [STLab: High-level Constructs for Implementing Multicore Algorithms with Minimized Contention](http://stlab.cc/libraries/concurrency/)
3640
- [Transwarp: A Header-only C++ Library for Task Concurrency](https://github.com/bloomen/transwarp)
41+
- [UPC++: A C++ library that supports Partitioned Global Address Space (PGAS) programming](https://bitbucket.org/berkeleylab/upcxx/wiki/Home)
3742
- [Workflow: C++ Parallel Computing and Asynchronous Networking Engine](https://github.com/sogou/workflow)
3843

3944

@@ -119,12 +124,16 @@ All the lists in this page are either in alphabetical order or chronological ord
119124

120125
#### Conferences
121126

122-
- [ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel Programming (PPoPP)](https://ppopp19.sigplan.org/home)
127+
- [ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel Programming (PPoPP)](https://ppopp23.sigplan.org/home)
123128
- [ACM Symposium on Parallel Algorithms and Architectures (SPAA)](https://spaa.acm.org/)
124-
- [ACM/IEEE International Conference for High-performance Computing, Networking, Storage, and Analysis (SC)](https://sc19.supercomputing.org/)
129+
- [ACM/IEEE International Conference for High-performance Computing, Networking, Storage, and Analysis (SC)](https://supercomputing.org/)
130+
- [HPC Asia](https://www.sc-asia.org/hpc-asia-2023/)
131+
- [International Conference on Parallel Processing (ICPP)](https://icpp23.sci.utah.edu/home)
132+
- [International Conference on Supercomputing](https://www.ics-conference.org/)
125133
- [IEEE International Parallel and Distributed Processing Symposium (IPDPS)](http://www.ipdps.org/)
126-
- [International Conference on Parallel Processing (ICPP)](https://www.hpcs.cs.tsukuba.ac.jp/icpp2019/)
127-
134+
- [International Symposium on High-Performance Parallel and Distributed Computing](https://www.hpdc.org/)
135+
- [ISC High Performance](https://www.isc-hpc.com/)
136+
128137

129138
* * *
130139

0 commit comments

Comments
 (0)