(08-01-2021, 07:27 AM)digitalIRIX Wrote: Hi Raion, I will certainly consider this option. I also have a larger Prism system that's in a similar position to the Altix450. I will investigate further assuming down here in Oz that we can get out of these near continous government SARS -cov2 lock downs! Regards.
Even a museum won't know what to do with this. I strongly urge you not to give up. The answer depends on you learning what to do with a HPC NUMA supercomputer...
By the way, I have an Onyx2 still sitting in a storage locker Melbourne right now because my friend can't get it to the docks to be shipped to Canada! I feel for you over there. I'm pulling for ya!
Realistically, the application for such a system is in learning or doing your own coding and programming. A web or file server is one application, but that can be done on any reasonable system these days; even a laptop!
Since you don't have much in terms of hardware accelerated 3D for this system, I recommend you look into HPC computer applications, for fun. You could also use it for raytracing or cluster rendering. Even though this is a single system image SMP supercomputer, you can consider it in the same way you'd treat any cluster, but you life is easier as it has NUMA shared memory.
Software Ideas:
- build mplayer/mencoder or ffmpeg and enable multi-cpu encoding. Start writing some basic scripts for converting video. Use the storage array to store converted video for playback on your other devices at home.
- madelbrot set infinite video rendering cluster: take a standard mandlebrot set generator that spits out images as frames. create a streaming video daemon that then pipes this out in continuous, infinitely travelling frames through the set you can pipe to any large video streaming enabled DVD player in your house to a large display
- povray cluster rendering. This might work but requires erlang:
https://github.com/joergen7/render-farm. Here's a simpler example that just uses GNU screen, which you can build or install on any linux distro, new or old!
https://www.verklagekasper.de/video/povr...ender.html
HPC/Cluster programming resources
This list is very comprehensive:
https://github.com/trevor-vincent/awesom...-computing
I've ran out of time to research more for you, but I'm interested in the same topics. I have large Xserve G4 cluster in my basement and I'm itching to do something with it myself.