ENH update workstation specific files

This commit is contained in:
Nathan Dwarshuis 2024-03-06 12:25:55 -05:00
parent 975bff000f
commit ee93db11f3
2 changed files with 3 additions and 8 deletions

View File

@ -41,8 +41,7 @@ let memory =
let processor = let processor =
C.ModType.processor C.ModType.processor
C.Processor::{ C.Processor::{
, core_rows = 2 , core_groups = [ { threads = 2, rows = 2, padding = 0 } ]
, core_padding = 0
, show_stats = False , show_stats = False
, show_plot = True , show_plot = True
, table_rows = 10 , table_rows = 10

View File

@ -74,12 +74,8 @@ let defaultDevs =
] ]
let otherDevs = let otherDevs =
[ { tKey = "ebm_snakemake" [ { tKey = "nisaba-wrk"
, tVal = , tVal = sshfsTree "nisaba_wrk" "nisaba_wrk" "nisaba:/wrk/njd2"
sshfsTree
"ebm_snakemake"
"EBM"
"nisaba:/wrk/njd2/stratomod-experiments"
} }
] ]