Skip to content

Fixes #50 #51

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Fixes #50 #51

wants to merge 3 commits into from

Conversation

14NGiestas
Copy link

@14NGiestas 14NGiestas commented Feb 7, 2025

I think I managed to solve the issue #50.

Maybe I should add a explicit test for it.

14NGiestas and others added 3 commits February 7, 2025 16:34
build/dependencies/h5fortran/src/write.f90:95:132:

   95 |     if(any(iend - istart > ddims)) error stop 'ERROR:h5fortran:create: iend - istart > dset_dims'  // dname // ' in ' // self%filename
      |                                                                                                                                    1
Error: Line truncated at (1) [-Werror=line-truncation]
build/dependencies/h5fortran/src/write.f90:95:132:

   95 |     if(any(iend - istart > ddims)) error stop 'ERROR:h5fortran:create: iend - istart > dset_dims'  // dname // ' in ' // self%filename
      |                                                                                                                                    1

Error: ‘filena’ at (1) is not a member of the ‘hdf5_file’ structure; did you mean ‘filename’?
compilation terminated due to -fmax-errors=1.
f951: some warnings being treated as errors
<ERROR> Compilation failed for object " build_dependencies_h5fortran_src_write.f90.o "
<ERROR> stopping due to failed compilation
STOP 1
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant