install fails for "custom" cluster
v-a-s-a opened this issue · 2 comments
Current install is broken for me. It gets stuck while setting the sloc
variable.
The latest commit changed the use of the %clusters
variable on line 278 of rp_config
, and setting $cluster
directly.
This messed with the scratch directory creation logic. First, its not recognizing the path_to_scratchdir
variable. It looks like this relies on $clusters{custom} == 1
. For similar reasons, I get dumped into an infinite loop at line 1324 when bottoming out at the conditional statement there.
I think the fix should be just setting my %clusters = (..."custom", 1)
on line 283.
sorry for sharing untested versions. can you try this (still untested) commit "fixed_custom_selection_in_rp_config" (can I reference this commit directly here?
it's also fixed in the dec4_001 version on the ricopili website
I've tried the updated version: rp_bin.2018_Dec_5.002.tar.gz
Installation succeeds. Feel free to close this issue.
Commits have permanents URLs that you can link to. These comments are markdown documents.