mod_md5sums Module

define test

Summary: Container for several routines regarding checksum verification Author: Philipp Ruessmann The idea of the routine seems to be to verify the checksum of potential files and shapefunction files for unientional corruption. It also contains helper routines for the broadcast @note Note Uncomment the line #define test and compile with -D for testing


Variables

Type Visibility Attributes Name Initial
integer, public :: lmd5sum_pot
integer, public :: lmd5sum_shape
character(len=:), public, allocatable :: md5sum_potential
character(len=:), public, allocatable :: md5sum_shapefun

Subroutines

public subroutine get_md5sums(ins, filename_pot, filename_shape)

Author
Philipp Ruessmann
License
Creative Commons License
Category
potential, shape-functions, KKRhost

P e r f o r m

t h e

m d 5

c h e c k s u m

f o r

t h e

p o t e n t i a l

a n d

s h a p e f u n c t i o n

f i l e s

Read more…

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ins

0 (MT), 1(ASA), 2(Full Potential)

character(len=40), intent(in) :: filename_pot

Name of the potential file

character(len=40), intent(in) :: filename_shape

Name of the shapefunction file