This version is a baseline implementation of the Lennard Jones potential evaluation.
To build an execute the program, you require a C++ compiler with an OpenMP runtime.
In order to build the program you should execute the make program:
$> make
Please execute the binary as follows to set active thread count and affinity.
$> OMP_NUM_THREADS=xx OMP_SCHEDULE=xx OMP_PLACES=cores OMP_PROC_BIND=close ./md_cell