Skip to content

Commit

Permalink
Incremental release v0.4.0 (#25)
Browse files Browse the repository at this point in the history
Update verison number in CMakeLists.txt and scr/rankstr_mpi.h

Remove old cmake version restriction and add id_token to simply get
gitlab ci to run again
  • Loading branch information
CamStan authored Jun 27, 2024
1 parent e78c539 commit 9a619f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
include:
- project: 'lc-templates/id_tokens'
file: 'id_tokens.yml'
slurm-job:
tags:
- quartz
- batch
variables:
LLNL_SLURM_SCHEDULER_PARAMETERS: "-N 3 -p pbatch"
script:
- module load cmake/3.9.2
- cmake -DMPI=ON -DVELOC_RESOURCE_MANAGER=SLURM
- make VERBOSE=1
- make check
Expand All @@ -16,7 +18,6 @@ lsf-job:
variables:
LLNL_LSF_SCHEDULER_PARAMETERS: "-nnodes 3 -q pbatch"
script:
- module load cmake/3.9.2
- cmake -DMPI=ON -DVELOC_RESOURCE_MANAGER=LSF
- make VERBOSE=1
- make check
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
PROJECT(RANKSTR VERSION 0.3.0)
PROJECT(RANKSTR VERSION 0.4.0)

# Mac rpath Policy
IF(POLICY CMP0042)
Expand Down
2 changes: 1 addition & 1 deletion src/rankstr_mpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
extern "C" {
#endif

#define RANKSTR_VERSION "0.3.0"
#define RANKSTR_VERSION "0.4.0"

/** Given a communicator and a string, compute number of unique strings
* across all procs in comm and compute an id for input string
Expand Down

0 comments on commit 9a619f0

Please sign in to comment.