![]() |
My small project with clusterboard - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PINE A64-LTS / SOPINE Compute Module (https://forum.pine64.org/forumdisplay.php?fid=66) +--- Forum: Clusterboard (https://forum.pine64.org/forumdisplay.php?fid=91) +--- Thread: My small project with clusterboard (/showthread.php?tid=7614) |
My small project with clusterboard - kazami2003 - 06-19-2019 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~ ![]() ![]() RE: My small project with clusterboard - Luke - 06-19-2019 Super cool ![]() RE: My small project with clusterboard - kazami2003 - 06-23-2019 (06-19-2019, 09:34 AM)Luke Wrote: Super cool 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/raspberry-pi-internet-weather-station-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) |