Skip to content

SouthAfricaDigitalScience/FMD-codes-from-T.-Neff-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

FMD codes (from T. Neff)

This is a repository of codes NOT CREATED BY ME, but by my advisor, Thomas Neff. They are for FMD calculations.

Building

Quickstart

For the impatient:

  1. Edit Makefile.inc based on one of the tempates provided, to point to your local compiler and dependencies
  2. Run make
  3. SCIENCE !

Dependencies

The application requires :

  • GCC, gfortran
  • ncurses
  • LAPACK (libblas, liblapack)
  • OpenMPI

Testing and Delivery

This repository is automatically integrated with Project CODE-RADE. Build, test and deploy scripts are in the CODE-RADE folder.

  • build.sh - this script runs make and builds the static libraries as well as the executable files.
  • check-build.sh - this script checks whether the build is successful by running tests
  • deploy.sh - this script cleans the build, reconfigures it for deployment (to /cvmfs) and then rebuilds with the new target.

About

This is a repository of codes NOT CREATED BY ME, but by my advisor, Thomas Neff. They are for FMD calculations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 74.5%
  • Fortran 19.9%
  • C++ 3.4%
  • Makefile 1.3%
  • IDL 0.7%
  • Shell 0.1%
  • Other 0.1%