File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ include :
2+ - project : ' lc-templates/id_tokens'
3+ file : ' id_tokens.yml'
14slurm-job :
25 tags :
36 - quartz
47 - batch
58 variables :
69 LLNL_SLURM_SCHEDULER_PARAMETERS : " -N 3 -p pbatch"
710 script :
8- - module load cmake/3.9.2
911 - cmake -DMPI=ON -DVELOC_RESOURCE_MANAGER=SLURM
1012 - make VERBOSE=1
1113 - make check
@@ -16,7 +18,6 @@ lsf-job:
1618 variables :
1719 LLNL_LSF_SCHEDULER_PARAMETERS : " -nnodes 3 -q pbatch"
1820 script :
19- - module load cmake/3.9.2
2021 - cmake -DMPI=ON -DVELOC_RESOURCE_MANAGER=LSF
2122 - make VERBOSE=1
2223 - make check
Original file line number Diff line number Diff line change 11CMAKE_MINIMUM_REQUIRED (VERSION 3.14 )
2- PROJECT (SPATH VERSION 0.3 .0)
2+ PROJECT (SPATH VERSION 0.4 .0)
33
44# Mac rpath Policy
55IF (POLICY CMP0042)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ extern "C" {
1212#define SPATH_SUCCESS (0)
1313#define SPATH_FAILURE (1)
1414
15- #define SPATH_VERSION "0.3 .0"
15+ #define SPATH_VERSION "0.4 .0"
1616
1717/* TODO: for formatted strings, use special %| character (or something
1818 * similar) to denote directories in portable way */
You can’t perform that action at this time.
0 commit comments