Directory branches/budaev/binary_io/

Total Files:
4
Deleted Files:
1
Lines of Code:
1891

[root]/branches/budaev/binary_io

Lines of Code

branches/budaev/binary_io/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
sbu062 26 (100.0%) 903 (100.0%) 34.7

Most Recent Commits

sbu062 2019-05-31 09:01 Rev.: 8368

small note on oracle f95

4 lines of code changed in 1 file:

  • branches/budaev/binary_io: m_realcalc.f90 (+4)
sbu062 2019-05-31 08:58 Rev.: 8367

function (rank) is extension and can be unavailable on some platforms, e.g. Oracle

2 lines of code changed in 1 file:

  • branches/budaev/binary_io: test.f90 (+2 -2)
sbu062 2019-03-07 09:44 Rev.: 8022

get rid of (error_wrong_rank), place bolierplate code inside
This is because (error_wrong_rank) cannot be isolated and moved
into a module-wise procedure since it calls if present(error) for
optional argument, deleting extra inner proc simplifies code

75 lines of code changed in 1 file:

  • branches/budaev/binary_io: binary_IO.f90 (+75 -120)
sbu062 2019-03-06 22:48 Rev.: 8020

more informative messages

2 lines of code changed in 1 file:

  • branches/budaev/binary_io: test.f90 (+2 -2)
sbu062 2019-03-06 22:47 Rev.: 8019

test error condition , array rank mismatch

13 lines of code changed in 1 file:

  • branches/budaev/binary_io: test.f90 (+13 -3)
sbu062 2019-03-06 22:46 Rev.: 8018

added checking array rank mismatch data in file versus input array

191 lines of code changed in 1 file:

  • branches/budaev/binary_io: binary_IO.f90 (+191 -31)
sbu062 2019-03-06 14:42 Rev.: 8017

compiler command for test program

3 lines of code changed in 1 file:

  • branches/budaev/binary_io: test.f90 (+3)
sbu062 2019-03-06 14:34 Rev.: 8016

additional note on allocatable FIX_FOLDER

4 lines of code changed in 1 file:

  • branches/budaev/binary_io: binary_IO.f90 (+4)
sbu062 2019-03-06 14:21 Rev.: 8015

additional note on FIX_FOLDER

2 lines of code changed in 1 file:

  • branches/budaev/binary_io: binary_IO.f90 (+2 -1)
sbu062 2019-03-06 14:16 Rev.: 8014

additional note

3 lines of code changed in 1 file:

  • branches/budaev/binary_io: test.f90 (+3)
sbu062 2019-03-06 14:12 Rev.: 8013

small reformats and fixes

42 lines of code changed in 3 files:

  • branches/budaev/binary_io: binary_IO.f90 (+4 -5), posix_fs.f90 (+22 -20), test.f90 (+16 -4)
sbu062 2019-03-06 13:48 Rev.: 8012

set svn props

4 lines of code changed in 1 file:

  • branches/budaev/binary_io: posix_fs.f90 (+4)
sbu062 2019-03-06 13:46 Rev.: 8011

FIX_FOLDER redefined as public variable
This makes it possible to set the data folder in the program(s) that
that use the binary_IO on the individual basis

4 lines of code changed in 1 file:

  • branches/budaev/binary_io: binary_IO.f90 (+4 -48)
sbu062 2019-03-06 13:44 Rev.: 8010

test program for binary_IO module

87 lines of code changed in 1 file:

  • branches/budaev/binary_io: test.f90 (new 87)
sbu062 2019-03-06 13:44 Rev.: 8009

module to call C functions for maniputating filesystem
copied from HEDTOOLS CSV_IO, make directory, delete files

291 lines of code changed in 1 file:

  • branches/budaev/binary_io: posix_fs.f90 (new 291)
sbu062 2019-03-06 11:51 Rev.: 8008

fix test program within the code
The opld version used obsolete functions, the new uses only subroutines
with assumed sshape array to force specific array size/dimensionality

19 lines of code changed in 1 file:

  • branches/budaev/binary_io: binary_IO.f90 (+19 -16)
sbu062 2019-03-06 10:52 Rev.: 8007

svn server path updated from old uib

1 lines of code changed in 1 file:

  • branches/budaev/binary_io: binary_IO.f90 (+1 -1)
sbu062 2019-03-06 10:50 Rev.: 8006

small reformats and propset

6 lines of code changed in 2 files:

  • branches/budaev/binary_io: binary_IO.f90 (+2 -2), m_realcalc.f90 (+4)
sbu062 2019-03-06 10:47 Rev.: 8005

rename m_numbers.f90 m_realcalc.f90
`m_realcalc.f90` seems a more logical name for the module because it
aims at working with **real** type

150 lines of code changed in 2 files:

  • branches/budaev/binary_io: m_numbers.f90 (del), m_realcalc.f90 (new 150)
sbu062 2019-03-06 10:44 Rev.: 8004

prepare devel environment for fixing binary_io

0 lines of code changed in 3 files:

  • branches/budaev/binary_io: binary_IO.f90 (new), m_numbers.f90 (new)
Generated by StatSVN 0.7.0