-
Notifications
You must be signed in to change notification settings - Fork 54
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
MPI packages? #84
Comments
There is openmpi on r-hub (on linux), you just need to put it in Let me know if you have problems. |
Well, pbdMPI is missing:
I suspect that Rmpi is as well. Using |
r-hub works off The install still fails, though, because it seems that you also need |
If a package needs openMPI, but does not declare this, then we need to add an entry here: https://github.com/r-hub/sysreqsdb/tree/master/cran |
Closing this, as it is not clear what is needed. |
The The key line appears to be https://builder.r-hub.io/status/ergm_3.10.4.tar.gz-5706b68f312d499ab984aba56ff4dee6#L1412 . |
This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub v2. |
In anticipation of one day having rchk (which I still can't get to run myself...) available from rhub, is there any chance of supporting MPI packages? On Debian/Ubuntu, you should only need
libopenmpi-dev
and pbdMPI should build without any headaches. In my experience, Rmpi is much more annoying, but there'sr-cran-rmpi
in Debian. I think Fedora has something similar. Windows has MS-MPI if you wanted to go that far.R + HPC is a relatively small group of people, so this obviously isn't a top priority. But it would be much appreciated.
The text was updated successfully, but these errors were encountered: