Skip to content

Commit aa0f823

Browse files
Igor S. Gerasimovfoxtran
authored andcommitted
Release 0.0.1
1 parent 91ee6fd commit aa0f823

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.22)
22

33
project(SLB4MPI
4-
VERSION 0.0.0
4+
VERSION 0.0.1
55
DESCRIPTION "Simple load balancers for MPI")
66

77
option(SLB4MPI_ENABLE_Fortran "Enable Fortran-implemented load balancer" OFF)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use SLB4MPI from your project, add the following lines into your `CMakeLists.
1414
include(FetchContent)
1515
FetchContent_Declare(SLB4MPI
1616
GIT_REPOSITORY https://github.com/foxtran/SLB4MPI.git
17-
GIT_TAG origin/master
17+
GIT_TAG 0.0.1
1818
)
1919
FetchContent_MakeAvailable(SLB4MPI)
2020
FetchContent_GetProperties(SLB4MPI SOURCE_DIR SLB4MPI_SOURCE_DIR)

examples/Fortran/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.22)
22

33
project(MPI_load_balancer_example
4-
VERSION 0.0.0
4+
VERSION 0.0.1
55
LANGUAGES Fortran)
66

77
option(WITH_MPI "Enable MPI" OFF)

0 commit comments

Comments
 (0)