Message boards : Questions and problems : How can I use MPI on a mobile grid BOINC?
Message board moderation
Author | Message |
---|---|
![]() Send message Joined: 12 Apr 16 Posts: 1 ![]() |
Hello, I need yo use MPI on a grid mobile BOINC, how do parallel processing MPI with BOINC? I read something about thath for example it is possible to use MPICH2 library on BOINC I need documentation or tutorials about that. It is for academic research Thank you !!! |
Send message Joined: 4 Jul 12 Posts: 321 ![]() |
You should read the documentation about creating BOINC applications: http://boinc.berkeley.edu/trac/wiki/ProjectMain#DevelopingBOINCapplications especially the part about MultiCore (or multi threaded) applications. There are also examples in the BOINC source code. |
![]() Send message Joined: 29 Aug 05 Posts: 15632 ![]() |
I think the OP has to explain what they mean with MPI. |
Send message Joined: 5 Mar 08 Posts: 272 ![]() |
BOINC doesn't use MPI at all. The nearest we get on a cluster is to run a copy of it on each compute node. It doesn't allow for centralised settings but there are add-on apps that can help such as BOINCtasks which can monitor multiple BOINC computers. I had a brief email discussion with Dr Anderson where I suggested an enhanced BOINC be able to run on a head node and use MPI to run tasks on compute nodes. Unfortunately there is no funding for this. MarkJ |
Send message Joined: 20 Nov 12 Posts: 801 ![]() |
I have no knowledge of MPI other than what I read on Wikipedia. That said, I think it would work to run BOINC on the head node and then have the MPI aware science app distribute itself over the entire cluster. |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.