This PR adds the option of specifying custom commands to install reframe in a remote partition for the topology auto-detection.
Previously, a clone of reframe was created running bootstrap or pip in order to launch reframe with auto-detect option.
Now, a list of custom commands can be specified to install reframe through general:remote_install to avoid creating a reframe clone with pip or running .\bootstrap.sh.
The reframe --detect-host-topology=topo.json is run after the commands for the remote reframe installation.
This PR adds the option of specifying custom commands to install reframe in a remote partition for the topology auto-detection.
Previously, a clone of reframe was created running bootstrap or pip in order to launch reframe with auto-detect option. Now, a list of custom commands can be specified to install reframe through
general:remote_install
to avoid creating a reframe clone withpip
or running.\bootstrap.sh
.The
reframe --detect-host-topology=topo.json
is run after the commands for the remote reframe installation.Closes #2292. Closes #2690. Closes #2979 .