Commit 28f445a4 authored by Ramon Nou's avatar Ramon Nou
Browse files

0.3.6 Release

parent e1b77d53
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 3.19)

project(
  scord
  VERSION 0.3.4
  VERSION 0.3.6
  LANGUAGES C CXX
)

@@ -312,7 +312,7 @@ find_package(RedisPlusPlus 1.3.3 REQUIRED)

### Cargo: required for transferring datasets between storage tiers
message(STATUS "[${PROJECT_NAME}] Checking for Cargo")
find_package(Cargo 0.3.1 REQUIRED)
find_package(Cargo 0.3.6 REQUIRED)

message(STATUS "[${PROJECT_NAME}] Checking for Hiredis")
find_package(hiredis REQUIRED)
+1 −1
Original line number Diff line number Diff line
/******************************************************************************
 * Copyright 2021-2022, Barcelona Supercomputing Center (BSC), Spain
 * Copyright 2021-2024, Barcelona Supercomputing Center (BSC), Spain
 *
 * This software was partially supported by the EuroHPC-funded project ADMIRE
 *   (Project ID: 956748, https://www.admire-eurohpc.eu).
+2 −1
Original line number Diff line number Diff line
@@ -1032,7 +1032,8 @@ slurm_spank_exit(spank_t sp, int ac, char** av) {

    /* Get relative for the node executing id. Job registration is only done
     * by the node with ID 0 */

    spank_context_t sctx = spank_context();
    if(sctx != S_CTX_REMOTE) return 0;
    uint32_t nodeid;

    if((rc = spank_get_item(sp, S_JOB_NODEID, &nodeid)) != ESPANK_SUCCESS) {
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ class Scord(CMakePackage):

    homepage = "https://storage.bsc.es/gitlab/eu/admire/io-scheduler"
    url = ("https://storage.bsc.es/gitlab/eu/admire/io-scheduler/-/archive/"
           "v0.3.4/io-scheduler-v0.3.4.tar.gz")
           "v0.3.6/io-scheduler-v0.3.6.tar.gz")
    git = "https://storage.bsc.es/gitlab/eu/admire/io-scheduler.git"

    maintainers("alberto-miranda")
@@ -57,6 +57,7 @@ class Scord(CMakePackage):
    version("0.3.3",
            sha256="a8b5a8d05858bee91b9675ca6c929f4c16b5b2562f4e6a8dba3ce0aacb721f48")
    version("0.3.4", sha256="e5e6a46d174db266e1caa2689cd17d88a7dc0623429c5efba20a374383f54a12")
    version("0.3.6")
    # build variants
    variant('build_type',
            default='Release',