[go: up one dir, main page]

User Activity

  • Created a blog post on MAT File I/O Library

    Version 1.5.30 release

  • Created a blog post on MAT File I/O Library

    Version 1.5.29 release

  • Posted a comment on discussion Help on MAT File I/O Library

    Thanks for reporting. I notice that the test_mat_file.f90 does not used the provided fartran interface in ./matio/src/fortran at all and instead uses own binding interfaces.

  • Modified a comment on discussion Help on MAT File I/O Library

    Thank you for your effort in the MATIO library and I have successfully compiled this library using ifort and gcc as well as a gfortran/gcc on ALMAlinux 9.3. I did not manage to compile it with icc and ifort (newest API version). I have a test program for writing a MAT file but I can't get this to work and I guess my knowledge of c is reason for this but I have not found a solution for this (after extensive search). The test program : ++++++++++++++++++++++++++++++++++++++++++ program test_mat_file...

  • Modified a comment on discussion Help on MAT File I/O Library

    it is working now, see the correct code below: program test_mat_file use, intrinsic :: iso_c_binding implicit none type(c_ptr) :: matfile character(kind=c_char, len=*), parameter :: filename = 'zzz.mat'//c_null_char character(kind=c_char, len=*), parameter :: header = 'HEADERSTRING'//c_null_char character(kind=c_char, len=*), parameter :: varname = 'reeks'//c_null_char real(c_double), target, dimension(1000) :: d integer :: i type(c_ptr) :: matvar integer(c_size_t), dimension(2) :: dims integer,...

  • Created ticket #387 on FreeImage

    Potential regression in LoadPixelDataRLE8 since 3.19.0

  • Created a blog post on MAT File I/O Library

    Version 1.5.28 release

  • Posted a comment on discussion Help on MAT File I/O Library

    Thanks for your efforts and report. Unfortunately Fortran interface is not tested. I gave up on https://github.com/tbeu/matio/issues/51 as I failed. (That#s why it says "help wanted".) I would appreciate if we could set up a CI stage to build and run the Fortran interface.

View All

Personal Data

Username:
t-beu
Joined:
2014-04-24 14:19:13

Projects

This is a list of open source software projects that tbeu is associated with:

Personal Tools