This version is a implementation of the Lennard Jones potential evaluation using EVE, a SIMD library.
To build an execute the program, you require a C++ compiler with std C++20 capability & with an OpenMP runtime, and an installation of the EVE SIMD library.
Make sure to set the compiler option ‘-std=c++20’, as well as linking the EVE library in CXXFLAGS.
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