- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I have the problem that after installing mkl, intel compiler suite and fortran compiler (version 11.1) that even after running:
source /opt/intel/Compiler/11.1/072/bin/ifortvars.sh intel64
The environment isn't permentantly stored. I've not had this problem before, just a fresh install. Previously everything has just worked so I'm a little unstuck.
I've recently upgraded to opensuse 11.3 and everything is different. I don't even have a path set in my .bashrc.
Could someone please tell me what I'm doing wrong.
Thanks,
Seb
source /opt/intel/Compiler/11.1/072/bin/ifortvars.sh intel64
The environment isn't permentantly stored. I've not had this problem before, just a fresh install. Previously everything has just worked so I'm a little unstuck.
I've recently upgraded to opensuse 11.3 and everything is different. I don't even have a path set in my .bashrc.
Could someone please tell me what I'm doing wrong.
Thanks,
Seb
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The compiler doesn't install any semi-permanent way of setting the path. You must source ifortvars in each new session. You could add the source command to your .bashrc if you so choose, but you must remember to change it when you update the compiler.
