Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 559 Bytes

MTE_F90

moudle testing example for developing F90 based code

Jinyun Tang ([email protected])

This provides a basic code structure for increamental development and test of F90 codes. It applies the OOP coding style and uses the CMake for compilation.

#System requirements The example code requires cmake, and some fortran compiler.

#Test

On OS, type

make config

will setup cmake files and generate relevant directories

make install

will generate executables in local/bin

make distclean

will clean up all directories generated from using make