Previous Thread  Next Thread

chat icon Blender and MPI?

robbhimself

Posted: Wed Nov 21, 2012 7:52 pm
Joined: 21 Nov 2012
Posts: 1
Hi all,

I have access to my universities cluster system and was thinking about implementing a small render farm (128 cores).

I was wondering if anyone had any experience in working with Blender and MPI. I could sure use some advice and of course I plan on releasing the code back to the community.

Thanks for your time,
Robb
Reply with quote


rabrant

Posted: Thu Dec 27, 2012 1:24 am
Joined: 27 Dec 2012
Posts: 1
I'm also interested in Blender MPI support. I downloaded the Blender source, but the code-base is pretty large to "just jump in" and add MPI support. I'm looking for some direction on where to begin... In the mean time, I'm going to work on writing simple MPI applications to become familiar with MPI coding.
Reply with quote


rknop

Posted: Fri Feb 15, 2013 3:17 pm
Joined: 04 Dec 2002
Posts: 2
For a render farm, you don't need MPI. Look into the command line options of Blender; it's possible to run it on a .blend file and tell it a range of frames to render. That makes it possible to parallelize a render job fairly straightforwardly just by having different machines render different subsets of an animation. I think there are people out there who have written scripts to take advantage of this and make render farm software.

Blender already takes advantage of multiple cores on one machine.

Where MPI or something like it would be really nice is in the fluid simulation code, which, for good results, is more computationally intensive than rendering.
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group