Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
687 views
in Technique[技术] by (71.8m points)

ubuntu - How to run a binary file on multiple processors? "an alternative to ```mpirun```without installing anything on the machine"

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.

question from:https://stackoverflow.com/questions/65898777/how-to-run-a-binary-file-on-multiple-processors-an-alternative-to-mpirun

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...