Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkdirer/classifying-documents-distributed-and-parallel
Classifying documents in the form of a distributed and parallel application such as Manager Workers
https://github.com/mkdirer/classifying-documents-distributed-and-parallel
cpp distributed-systems mpi-library parrallel-computing upc
Last synced: about 2 months ago
JSON representation
Classifying documents in the form of a distributed and parallel application such as Manager Workers
- Host: GitHub
- URL: https://github.com/mkdirer/classifying-documents-distributed-and-parallel
- Owner: mkdirer
- Created: 2023-09-13T12:03:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T14:43:27.000Z (about 1 year ago)
- Last Synced: 2023-10-22T15:30:41.366Z (about 1 year ago)
- Topics: cpp, distributed-systems, mpi-library, parrallel-computing, upc
- Language: C++
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classifying-documents-distributed-and-parallel
Classifying documents in the form of a distributed application (UPC++) and a parallel application (MPI) of the Manager Workers type## Example how to run:
ssh stud204-04 source /opt/nfs/config/source_upcxx_2023.3.sh XX_GASNET_CONDUIT=udp upcxx -O2 src/main.cpp -o build/main /opt/nfs/config/station204_name_list.sh 1 16 > nodes upcxx-run -shared-heap 256M -n 7 $(upcxx-nodes nodes) build/main