element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Is it possible to use a Raspberry Pi cluster to process large files?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 3 replies
  • Answers 1 answer
  • Subscribers 706 subscribers
  • Views 694 views
  • Users 0 members are here
  • raspberry_pi
Related

Is it possible to use a Raspberry Pi cluster to process large files?

e14 Contributor
e14 Contributor over 10 years ago

Hi! I am an indie filmmaker and tech enthusiast and I've been reading a lot about raspberry PI clusters. I was wondering if you'd be able to help me.

I'd like to use it for large file processing, such as rendering 3D vídeo on blendr and generating dcp files. Is that possible? Also, I have a couple of secondary questions that I hope you'd be able to help me with:

1- Can I use it also as a "regular PC"? I'd like to run Ubuntu on it

2- How would I plug it to a monitor? If there's multiple boards, can I control all of them from a single screen? And combine their forces for a single activity?

3- Do I have to use identical boards or can I get different PI models?

 

 

Thank you!

  • Sign in to reply
  • Cancel
Parents
  • shabaz
    0 shabaz over 10 years ago

    Hi,

     

    1. You can run Ubuntu if you wish on the Pi 3, or alternatively 'Raspbian' which is Linux too - if you're familiar with Ubuntu then the difference isn't huge. However it doesn't meet the minimal requirements for Blender : https://www.blender.org/download/requirements/

    It might compile but you'd have to try it. The minimal requirements specify SSE2 which ARM processors do not support. However there is a possibility it will compile into a 'slower' mode if the build detects that SSE2 is not available. This is speculation however.

    2. There is a HDMI socket to plug in a monitor. If you have multiple boards then you can use one as a kind of 'jump server', i.e. use SSH to access the others, or (if you really need access to a GUI) use something like X Windows.

    3. Why would you consider different Pi models? Surely you need the highest performance for video rendering, in which case the Pi 3 is the highest performing one. Even with the Pi 3 I think it won't be effective for movie rendering needs even as a cluster but again this is speculation, I'm not a filmmaker. If you need high bandwidth links, bear in mind that the Pi's have 100Mbit Ethernet.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • rew
    0 rew over 10 years ago in reply to shabaz

    I would like to add that if you could manage to harness the power of the GPU on the raspberry, then a cluster of raspberry PIs could in theory be very powerful. However, I don't think that any software has been written to do all this yet.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to rew

    Roger, I can also add (doing some experiments in past during the Meditech project development), that remain the problem of storage capacity and speed and other collateral issues like the network speed that put serious limits to this kind of application. There was several projects to put several (20, 30 and up) PI devices together in a sort of microcomputer array but these limits created serious impeachments.

     

    A suggestion for a 100% open source and more reliable device maybe the Gizmo2 equipped with a capable SSD storage memory. This device support a 1Gb Ethernet, is faster and probably using less boards the result is more promising. At a comparable cost.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to rew

    Roger, I can also add (doing some experiments in past during the Meditech project development), that remain the problem of storage capacity and speed and other collateral issues like the network speed that put serious limits to this kind of application. There was several projects to put several (20, 30 and up) PI devices together in a sort of microcomputer array but these limits created serious impeachments.

     

    A suggestion for a 100% open source and more reliable device maybe the Gizmo2 equipped with a capable SSD storage memory. This device support a 1Gb Ethernet, is faster and probably using less boards the result is more promising. At a comparable cost.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube