My question is how to run a multi-threaded program in C by pthread across multiple computers?
Is it possible?
My question is how to run a multi-threaded program in C by pthread across
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Running program across multiple computers might not be possible with
multi-threadingtry usingmultiple processesas @goldenmean has suggested.PS:You can find my tutorials online this type of application can be easily done using
MPI.