Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scord
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eu
ADMIRE
scord
Commits
28f445a4
Commit
28f445a4
authored
10 months ago
by
Ramon Nou
Browse files
Options
Downloads
Patches
Plain Diff
0.3.6 Release
parent
e1b77d53
No related branches found
No related tags found
1 merge request
!126
Resolve "Root issues and stage-out with SPANK"
Pipeline
#4499
failed
9 months ago
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
COPYRIGHT_NOTICE
+1
-1
1 addition, 1 deletion
COPYRIGHT_NOTICE
plugins/slurm/slurmadmcli.c
+2
-1
2 additions, 1 deletion
plugins/slurm/slurmadmcli.c
spack/packages/scord/package.py
+2
-1
2 additions, 1 deletion
spack/packages/scord/package.py
with
7 additions
and
5 deletions
CMakeLists.txt
+
2
−
2
View file @
28f445a4
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
COPYRIGHT_NOTICE
+
1
−
1
View file @
28f445a4
/******************************************************************************
* Copyright 2021-202
2
, Barcelona Supercomputing Center (BSC), Spain
* Copyright 2021-202
4
, Barcelona Supercomputing Center (BSC), Spain
*
* This software was partially supported by the EuroHPC-funded project ADMIRE
* (Project ID: 956748, https://www.admire-eurohpc.eu).
...
...
This diff is collapsed.
Click to expand it.
plugins/slurm/slurmadmcli.c
+
2
−
1
View file @
28f445a4
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
spack/packages/scord/package.py
+
2
−
1
View file @
28f445a4
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment