-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto-detection, use existing module if told to #2292
Comments
Related to #2690. |
Something like this works (tested):
But should probably take a list of strings for the reframe_module. |
@akesandgren This will be fixed from #3281, where you would be able to specify custom commands for "installing" reframe remotely in the configuration using remote_install = ['module load reframe'] |
Nice, I've been waiting for this :-) |
The auto-detection could perhaps be made to use an existing module on the remote system instead of bootstrapping itself.
I would make the process a lot faster.
A config option per site and/or partition would suffice
The text was updated successfully, but these errors were encountered: