I have a code which uses parallel computing and it is working fine in my laptop. My goal is to generate the binary file in my laptop and run it in other computer or machine. Is there any run command which allows me to run the binary file on multiple threads and specifies the number of processors used? P.S: in my laptop I am using this : mpirun -np number_of_proc ./my_binary_file which is doing the task that I need. However, the mpirun is not recognized by the other machine.So, I am looking for an alternative to mpirun and without installing anything on the machine.
mpirun -np number_of_proc ./my_binary_file
mpirun
2.1m questions
2.1m answers
60 comments
57.0k users