HPC programming
As with any other computer, an HPC system can be used with sequential programming. This is the practice of writing computer programs executing one instruction after the other, but not instructions simultaneously in parallel, i.e., parallel programming.
There are different ways of writing parallelized code, while in general there is only one way to write sequential code, generally as a logic sequence of steps.