md_openmp, a Fortran90 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 Fortran90 code which carries out a molecular dynamics simulation, and is intended as a starting point for implementing an OpenMP parallel version.
openmp_test, a Fortran90 code which uses the OpenMP application code interface for carrying out parallel computations in a shared memory environment.