Project: Deep_Thought GitHub Page

Today, I’m trying to figure out how I’m going to setup/write the program that will facilitate managing my cluster and running jobs on it. Since my cluster very small, and I am also managing my own power and thermals, I am creating a wrapper for the standard mpiexec/slurm job launcher that allows for my added requirements. Since I’m using an arduino to manage the physical system, I dedicate one cpu core on the head node to constantly monitor output from the job, and extra info from the arduino and send commands to the arduino. That process is pretty well set up, and now I am working on the second half, that will wrap around the standard job launchers and sends output to the former program.