Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
brdunn
slurm_sim_tools
Commits
cff0bae4
Unverified
Commit
cff0bae4
authored
Jun 27, 2018
by
Phillip Hoffmann
Committed by
GitHub
Jun 27, 2018
Browse files
changed sim_shared and sim_req_mem_per_cpu
in write trace function, changed their na_ok values from FALSE to TRUE
parent
488b1e30
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/RSlurmSimTools/R/trace_job_util.R
View file @
cff0bae4
...
...
@@ -269,7 +269,7 @@ write_trace <- function(trace_filename,trace){
),
sim_req_mem_per_cpu
=
list
(
col_type
=
"integer"
,
na_ok
=
FALS
E
na_ok
=
TRU
E
),
sim_features
=
list
(
col_type
=
"character"
,
...
...
@@ -281,7 +281,7 @@ write_trace <- function(trace_filename,trace){
),
sim_shared
=
list
(
col_type
=
"integer"
,
na_ok
=
FALS
E
na_ok
=
TRU
E
),
sim_cancelled_ts
=
list
(
col_type
=
"integer"
,
...
...
Write
Preview
Markdown
is supported
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