Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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