Oregon State University|blogs.oregonstate.edu

Archives: November, 2023

Approaching a Final Design for G-PIES

  November 14th, 2023

Much has happened over the past two months. I have a new position, working from 6:00 AM to 2:30 PM PST. It took surprisingly less time than I expected to get used to my new sleep schedule, and it gives me plenty of time to work in the afternoon.

Aside from my work, I’ve been re-reading my copy of the classic programming book “The C Programming Language” by Brian Kernighan and Dennis Ritchie for some light reading. Who better to learn the nuances of the most ubiquitous programming language on Earth than the people who created it? I’ve already gotten more familiar with pointers, which is always a good thing in any programming language.

There have also been a number of new developments in our project. First, we decided to give our group project a name with a bit more creativity than “Group 3.” Our group is now the GPU-Parallelized Irradiated Environment Simulator (G-PIES) Team. We already have two very, very early prototypes for both a Cluster Dynamic model, created by Sean Siders, and an Object-Kinetic Monte Carlo model, created by Mykola Balakin. Neither have any GPU parallelization implemented yet, but they aren’t meant for that. These models are our proofs of concept, our sanity checks, to make sure we properly understand the problem that we are being asked to solve.

I myself am currently researching how to implement a Molecular Dynamic model. Granted, my work keeps me busy, but hopefully I will have something to present soon. One of the best things about this project is that the problem is very well documented with plenty of research materials to draw from in our designs!

On a completely unrelated note, my project member Sean Siders pointed out to me that the SNES Special Edition New Nintendo 3DS XL system is now reaching prices of around $1,000 and higher. My investment is beginning to pay off!

Read the post...