Skip to content

Commit 2c55c2e

Browse files
committed
url
1 parent c6d5e8a commit 2c55c2e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ project(h5mpi
1616
LANGUAGES C Fortran
1717
VERSION ${PROJECT_VERSION}
1818
DESCRIPTION "Lightweight object-oriented HDF5 MPI parallel Fortran interface"
19-
HOMEPAGE_URL https://github.com/scivision/h5fortran-mpi
19+
HOMEPAGE_URL https://github.com/geospace-code/h5fortran-mpi
2020
)
2121

2222
include(CTest)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# hdf5-benchmark
22

3-
[![ci](https://github.com/scivision/hdf5-benchmark/actions/workflows/ci.yml/badge.svg)](https://github.com/scivision/hdf5-benchmark/actions/workflows/ci.yml)
4-
[![ci_macos](https://github.com/scivision/hdf5-benchmark/actions/workflows/ci_macos.yml/badge.svg)](https://github.com/scivision/hdf5-benchmark/actions/workflows/ci_macos.yml)
5-
[![intel-oneapi](https://github.com/scivision/hdf5-benchmark/actions/workflows/intel-oneapi.yml/badge.svg)](https://github.com/scivision/hdf5-benchmark/actions/workflows/intel-oneapi.yml)
3+
[![ci](https://github.com/geospace-code/hdf5-benchmark/actions/workflows/ci.yml/badge.svg)](https://github.com/geospace-code/hdf5-benchmark/actions/workflows/ci.yml)
4+
[![ci_macos](https://github.com/geospace-code/hdf5-benchmark/actions/workflows/ci_macos.yml/badge.svg)](https://github.com/geospace-code/hdf5-benchmark/actions/workflows/ci_macos.yml)
5+
[![intel-oneapi](https://github.com/geospace-code/hdf5-benchmark/actions/workflows/intel-oneapi.yml/badge.svg)](https://github.com/geospace-code/hdf5-benchmark/actions/workflows/intel-oneapi.yml)
66

77
Easy to use object-oriented Fortran HDF5 interface.
88
This interface requires MPI, although it is capable of non-MPI file I/O.

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
4-
"codeRepository": "https://github.com/scivision/h5fortran-mpi",
5-
"contIntegration": "https://github.com/scivision/h5fortran-mpi/actions",
4+
"codeRepository": "https://github.com/geospace-code/h5fortran-mpi",
5+
"contIntegration": "https://github.com/geospace-code/h5fortran-mpi/actions",
66
"dateModified": "2022-01-04",
7-
"downloadUrl": "https://github.com/scivision/h5fortran-mpi/releases",
8-
"issueTracker": "https://github.com/scivision/h5fortran-mpi/issues",
7+
"downloadUrl": "https://github.com/geospace-code/h5fortran-mpi/releases",
8+
"issueTracker": "https://github.com/geospace-code/h5fortran-mpi/issues",
99
"name": "h5fortran-mpi",
1010
"version": "1.0.0",
1111
"identifier": "",

0 commit comments

Comments
 (0)