Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtran committed Oct 14, 2024
1 parent 91ee6fd commit aa0f823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.22)

project(SLB4MPI
VERSION 0.0.0
VERSION 0.0.1
DESCRIPTION "Simple load balancers for MPI")

option(SLB4MPI_ENABLE_Fortran "Enable Fortran-implemented load balancer" OFF)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use SLB4MPI from your project, add the following lines into your `CMakeLists.
include(FetchContent)
FetchContent_Declare(SLB4MPI
GIT_REPOSITORY https://github.com/foxtran/SLB4MPI.git
GIT_TAG origin/master
GIT_TAG 0.0.1
)
FetchContent_MakeAvailable(SLB4MPI)
FetchContent_GetProperties(SLB4MPI SOURCE_DIR SLB4MPI_SOURCE_DIR)
Expand Down
2 changes: 1 addition & 1 deletion examples/Fortran/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.22)

project(MPI_load_balancer_example
VERSION 0.0.0
VERSION 0.0.1
LANGUAGES Fortran)

option(WITH_MPI "Enable MPI" OFF)
Expand Down

0 comments on commit aa0f823

Please sign in to comment.