md_openmp, a C++ code which carries out a molecular dynamics simulation, using OpenMP for parallel execution.
>In the BASH shell, the program could be run with 2 threads using the commands:
export OMP_NUM_THREADS=2 ./md_openmp
The information on this web page is distributed under the MIT license.
md_openmp is available in a C version and a C++ version and a Fortran90 version.
md, a C++ code which carries out a molecular dynamics simulation, and is intended as a starting point for implementing an OpenMP parallel version.
openmp_test, a C++ code which uses the OpenMP application program interface for parallel computations in a shared memory environment.