This is a repository for our Cosc 420 class which is High Performance Computing. Our team name is BetterThanDialUp and our members are Lela Bones, Matthew Matuk, Preston Mouw
To run the project 1, cd into the file location on your computer. Then run:
mpicc -o project1 project1.c
mpiexec -n <num of processes> ./project1
The program will prompt you for
- The size of a random array to generate
- The range of numbers inside the array
Then the program will output the following:
- Total Data
- The number of even parody numbers
- The even parody numbers
- The frequency table
- The total number of distinct numbers
- The total number of prime numbers
- The list of prime numbers
- The percentage of prime numbers
- The speed in which the program completed