Posts tagged hpc

HPC Systems Tools, Visualization, and Management

Starting in April 2019, I worked on a variety of projects for INL’s HPC department. I had the opportunity to present my work at a poster conference.

../../../_images/inl-poster-8-10-20.png

Read more ...


Rubik’s Cube Solver

For AP Computer Science, I was required to complete a programming project of some kind. Because of my interest in Rubik’s Cubes, I decided to combine some of my passions and do something related to cubing for my project.

I first decided to write a Python program to simulate a Rubik’s Cube. A user would be able to enter moves on the command line and see a real-time display of the cube’s state. Here is an example of what this looked like in 2x2 mode:

../../../_images/cube-solver-simulation.png

Read more ...


Raspberry Pi Cluster

For my high school senior project, I built a mini HPC cluster using a few Raspberry Pis. This was an incredible educational experience, as it taught me a great deal about Linux system administration, parallel computing, and programming.

Before completing my senior year of high school, I spent the summer as an intern at INL. I worked in the Advanced Scientific Computing department on a variety of projects.

Read more ...


Programming Religious Wars

At the end of my 2017 summer internship at Idaho National Laboratory, I performed an experiment to determine the fastest programming language. I had the opportunity to then present my findings at a poster conference.

Here are some small code snippets used in my testing:

../../../_images/inl-poster-7-18-17.png

Read more ...