On Oct 11, 2016, at 10:22 AM, Rob Latham <[email protected]> wrote:
On 10/11/2016 10:05 AM, Kenneth Raffenetti wrote:
On 10/11/2016 09:45 AM, Damian Rouson wrote:
Also, if you have Ubuntu, can you simply apt-get install mpich? On this system, apt-get installs GCC 4.8. My goal is to support users of OpenCoarrays, which requires at least GCC 5.1.0 and preferably GCC 6.1.0. Is there a Debian dpkg file that I could use to install MPICH?
Yes, try 'apt-get install mpich'.
I think he's saying "apt-get install mpich" brings in gcc-4.8 as a dependency.
Actually, “sudo apt-get install mpich” only installs mpirun and mpiexec, but not mpif90, which is required for OpenCoarrays. This seems very strange, but even if it apt-get installed mpif90, I would need for it to be wrapping a newer version of gfortran than is currently installed by apt-get on Windows 10 Subsystem for Linux.
Perhaps "apt-get source mpich" or maybe with the "-b" flag for bulid-dependencies, then re-building the debian package will get you what you need?
“sudo apt-get source mpich” yields “E: You must put some ‘source’ URIs in your sources.list.” Adding -b before or after “source” generates the same result. Damian _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss