Forum Discussion

pchau25's avatar
pchau25
Icon for New Contributor rankNew Contributor
5 years ago

How to run SocWatch with OpenMPI programming?

HI all, I am try to measure energy consumption on my system. I have an openMPI program. To run it, we can rut with mpirun -n 4 ./hello This program will print "hello" from 4 processes. Now, ...