simpleMD.cpp Using GCC, one can compile the code as follows: $ g++ -O3 simpleMD.cpp -o simpleMD This will produce the executable simpleMD (or simpleMD.exe). Then one can go to ex1, and type $ ../simpleMD to run the code.