A Dataset for Evaluating Query Suggestion Algorithms in Information Retrieval

published in Proceedings of the 27th International Conference on Software, Telecommunications and Computer Networks (SoftCOM), pp. 1-6, DOI: 10.23919/SOFTCOM.2019.8903906, September 19-21, 2019, Split, Croatia. Cite as

Full paper A Dataset for Evaluating Query Suggestion Algorithms in Information Retrieval Authors… Continue Reading

Multi-way Divide and Conquer Parallel Programming based on PLists

published in Proceedings of the 27th International Conference on Software, Telecommunications and Computer Networks (SoftCOM), pp. 1-6, DOI: 10.23919/SOFTCOM.2019.8903794, September 19-21, 2019, Split, Croatia. Cite as

Full paper Multi-way Divide and Conquer Parallel Programming based on PLists Authors Virginia… Continue Reading

MPI Scaling Up for Powerlist Based Parallel Programs

published in Proceedings of the 27th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP 2019), pp. 199-204, DOI: 10.1109/EMPDP.2019.8671597, February 13-15, 2019, Pavia, Italy. Cite as

Full paper MPI Scaling Up for Powerlist Based Parallel Programs Authors… Continue Reading

A Community Driven Approach for Click Bait Reporting

published in Proceedings of the 26th International Conference on Software, Telecommunications and Computer Networks (SoftCOM), pp. 1-6, DOI: 10.23919/SOFTCOM.2018.8555759, September 13-15, 2018, Split – Supetar (Island of Brac), Croatia Cite as

Full paper A Community Driven Approach for Click… Continue Reading

A Java Framework for High Level Parallel Programming using Powerlists

published in Proceedings of the 18th International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT’17), pp. 255-262, DOI: 10.1109/PDCAT.2017.00049, December 18-20, 2017, Taipei, Taiwan. Cite as

Full paper A Java Framework for High Level Parallel Programming using… Continue Reading

Measuring and Visualizing the Scrappiness Level of a Website

published in Proceedings of the 19th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing – SYNASC 2017, pp. 304-311, DOI: 10.1109/SYNASC.2017.00057, September 21-24, 2017, Timișoara, Romania Cite as

Full paper Measuring and Visualizing the Scrappiness Level of… Continue Reading

Experience with Teaching PDC Topics into Babeş-Bolyai University’s CS Courses

published in Proceedings of the EuroPar 2017: Parallel Processing Workshops, pp. 240-251, DOI: 10.1007/978-3-319-75178-8_20, Lecture Notes in Computer Science, vol 10659. Springer, Cham. Cite as

Pre-print paper Experience with Teaching PDC Topics into Babeş-Bolyai University’s CS Courses This is… Continue Reading

Babeș-Bolyai University’s High Performance Computing Center

published in Studia Universitatis Babeş-Bolyai, Seria Informatica, Vol. LXI, No. 2, pp. 54-69, 2016. Cite as

Full paper Babeș-Bolyai University’s High Performance Computing Center Authors Darius Bufnea*, Virginia Niculescu*, Gheorghe Silaghi**, Adrian Sterca* * Department of Computer Science, Faculty… Continue Reading

Matrix multiplication using threads

Save the following lines of code in a file called matrix_multiplication.c, then compile and run it:

I would recommend running in parallel the top command in another shell window to observe the system/processors load.