裝好了 Intel Compiler 之後,可以在 .bashrc 裡加上以下的 alias:

alias useicc='. /usr/local/opt/intel_cc_80/bin/iccvars.sh'
alias useifort='. /usr/local/opt/intel_fc_80/bin/ifortvars.sh'

這樣要用 iccifort 的時候比較方便。

我會在 mpich 的原始碼目錄裡加一個 myconf 指令稿:

./configure \
-cc=icc \
-c++=icc \
-fc=ifort \
-f90=ifort \
--prefix=/usr/local/opt/mpich_intel \
| tee configure.log &

用這個指令稿來編譯 (編譯之前不要忘記 useiccuseifort)。編好了之後 make install ,mpich 應該就可以用了。

同樣在 .bashrc 裡加上:

alias usempich_intel='export PATH=$PATH:/usr/local/opt/mpich_intel/bin'

這個 alias,使用的時候可以方便點。

Posted by yungyuc at 17:22, 1 comments, 0 trackback.
Navigate
Add a trackback
Comments
Re: 用 Intel Compiler 編譯 mpich
请问你如何配置的mpich...我安装编译都没有问题。。就是启动不了。。无法用mpich来编译。。。
-----
hplan at 2005-08-02 17:24.
Add a comment

Your name. (required)

Your personal website. (optional)

Your email address. Will not show in page. (suggested, but optional)

Text format is "Plain Text".

Enter "HXBKo"
© hover year to navigate month: powered by django