PINE64

Full Version: My small project with clusterboard
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, this is my first time to post my small project here with clusterboard.
I try to build a small weather HPC in my home, which can collect data and run weather model to forecast the next 48hr forecast.
Hope you like it~ Tongue

[Image: img-1432_orig.jpg]
Super cool Smile got more details you could share on the setup + software used?
(06-19-2019, 09:34 AM)Luke Wrote: [ -> ]Super cool Smile got more details you could share on the setup + software used?

Here are the steps I have done:

1. prepare a raspberry 3B+ with installed OS and all soft for control server (Ex: DHCP server, TORQUE server, NetCDF)

2. install the weather dashboard soft on the server. (Source:  https://www.hackster.io/4DMakers/raspber...ion-f960c4)

3. install the SOPINE node with image and install all software for parallel env (ex: mpich, torque, NetCDF )

4. duplicate the node system image with a microSD copier to rest nodes. ( I have 28 nodes now)

5. Boot!

6. Download the WRF model and compiled it (Source: https://www2.mmm.ucar.edu/wrf/users)

7. some minor scripting.

I will try to make some packages into github. (Hope can be done soon)