Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Klepl Jiří
asgn
Commits
583bf6be
Commit
583bf6be
authored
Mar 19, 2020
by
Bednárek David RNDr. Ph.D.
Browse files
SLURM_JOB_PARTITION
parent
95f4b315
Changes
1
Hide whitespace changes
Inline
Side-by-side
asgn/fmwkng.hpp
View file @
583bf6be
...
...
@@ -2003,7 +2003,7 @@ namespace fmwkng {
{
#pragma warning(push)
#pragma warning(disable: 4996)
auto
slurm_partition
=
getenv
(
"SLURM_PARTITION"
);
auto
slurm_partition
=
getenv
(
"SLURM_
JOB_
PARTITION"
);
#pragma warning(pop)
if
(
slurm_partition
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment