Re: [mpich-discuss] mpich-3.2 installing problem
I think the problem is with the GCC you have installed. I have tried using the GCC in homebrew and I could not reproduce the problem. I would suggest installing GCC using homebrew or macports on OS X. Yanfei Guo Postdoctoral Researcher MCS Division, ANL On 12/16/15, 8:01 PM, "karl wong" <[email protected]> wrote:
GCC installing procedure:1.sudo tar xvf gcc-5.2-bin.tar -C / 2.echo $SHELL 3.echo 'export PATH=/usr/local/bin:$PATH' >> ~/.bash_profile MPICH-3.2 installing procedure: 1. tar xzf mpich-3.2.tar.gz 2. cd mpich-3.2 3. ./configure --prefix=/Users/<USERNAME>/mpich-install 2>&1 | tee c.txt 4. make 2>&1 | tee m.txt and then I met the problem .
2015-12-17 7:02 GMT+08:00 Eric A. Borisch <[email protected]>:
With MacPorts, for example:
sudo port install mpich-gcc5
should get you up and running. Be sure to read the notes it spits out at the end of installation for usage. Most of the requirements will be pulled down in compiled form provided you've used the default prefix (/opt/local) for macports.
- Eric
On Wed, Dec 16, 2015 at 3:27 PM, Kenneth Raffenetti <[email protected]> wrote:
We should also note that package managers like MacPorts and Homebrew have MPICH 3.2 available in their repos now.
On 12/16/2015 02:13 PM, Seo, Sangmin wrote:
I think it’s a compiler installation problem. How did you install GCC 5.2? Can you try to uninstall and reinstall GCC and then build mpich-3.2 again?
Regards, Sangmin
On Dec 15, 2015, at 8:24 PM, karl wong <[email protected] <mailto:[email protected]>> wrote:
Dear team,
When installing mpich-3.2 with gcc on iMac X EI Capitan, I met the following problem:
make[2]: *** [src/mpltrmem.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
Attachment is the file you may need. For this file: mpich-3.2/src/pm/hydra/tools/topo/hwloc/hwloc/config.log, I cannot find it. <Archive.zip>_______________________________________________ discuss mailing list [email protected] <mailto:[email protected]> To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss <https://lists.mpich.org/mailman/listinfo/discuss>
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss <https://lists.mpich.org/mailman/listinfo/discuss>
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe:
https://lists.mpich.org/mailman/listinfo/discuss <https://lists.mpich.org/mailman/listinfo/discuss> _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Guo, Yanfei