reframe icon indicating copy to clipboard operation
reframe copied to clipboard

Skip bootstrap step at topology detect

Open adrien-cotte opened this issue 2 years ago • 3 comments

Unfortunately, RFM_REMOTE_DETECT=TRUE calls pip via bootstrap.sh. I am not able to use pip on my computer (usual proxy stuff).

@vkarak suggests to add an option to avoid the bootstrap and simply copy the dependencies over to the remote host.

I'll be glad to contribute but I don't know what to do exactly.

adrien-cotte avatar Nov 25 '22 11:11 adrien-cotte

I'd vote for adding a "reframe_module" definition (general and/or part partition) which, if defined, should be used instead of the bootstrap stuff for doing remote_detect. I.e. use already existing installation if it exists.

akesandgren avatar Jan 23 '23 07:01 akesandgren

Yep, that's the issue #2292, right?

vkarak avatar Jan 23 '23 08:01 vkarak

Ah yes, that's the one I opened before. Had forgotten about it.

akesandgren avatar Jan 23 '23 09:01 akesandgren