Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 266 Bytes

File metadata and controls

13 lines (11 loc) · 266 Bytes

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.