Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.