We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6955e7e + e256b6d commit 3de1c77Copy full SHA for 3de1c77
.gitlab-ci.yml
@@ -1,6 +1,9 @@
1
#
2
# TODO: Add MPI for CI
3
4
+include:
5
+ - project: 'lc-templates/id_tokens'
6
+ file: 'id_tokens.yml'
7
slurm-job:
8
tags:
9
- quartz
@@ -37,4 +40,3 @@ lsf-job:
37
40
- make
38
41
- make install
39
42
- make check
-
CMakeLists.txt
@@ -1,5 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.14)
-PROJECT(AXL VERSION 0.8.0)
+PROJECT(AXL VERSION 0.9.0)
# Mac rpath Policy
IF(POLICY CMP0042)
src/axl.h
@@ -8,7 +8,7 @@ extern "C" {
#define AXL_SUCCESS (0)
10
11
-#define AXL_VERSION "0.8.0"
+#define AXL_VERSION "0.9.0"
12
13
/** \defgroup axl AXL
14
* \brief Asynchronous Transfer Library
0 commit comments