Skip to content
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

Dependency of intel-openmp #5

Open
pank opened this issue Apr 29, 2014 · 3 comments
Open

Dependency of intel-openmp #5

pank opened this issue Apr 29, 2014 · 3 comments

Comments

@pank
Copy link

pank commented Apr 29, 2014

Hi,
Perhaps intel-compiler-base should have intel-openmp as a dependency? At least the wiki page states that both are required, and I was unable to get intel-fortran-compiler without both.

BTW: I needed to remove the .. in lines with sed, such as this one

sed 's/<arch>/ia32/' < ../intel-fortran.conf > ${xe_build_dir}/etc/ld.so.conf.d/intel-fortran.conf

to get the package compiling on my system.

@simon-r
Copy link
Owner

simon-r commented Apr 30, 2014

You have installed only the fortran compiler?

@pank
Copy link
Author

pank commented Apr 30, 2014

On April 30, 2014 10:38:46 AM CEST, simon-r [email protected] wrote:

You have installed only the fortran compiler?


Reply to this email directly or view it on GitHub:
#5 (comment)

Yes, for now I'm only testing the Fortran compiler. Someone claimed that it would be much faster then GCC and I wanted to test the validity of that statement.

In the end I installed the base compiler, openmp and the Fortran compiler with static libraries. It took and awful lot of tries to get it working, so I don't know if the static part was necessary. But from the wiki page it seems that openmp matters. I can do further testing if that's useful.

@simon-r
Copy link
Owner

simon-r commented Apr 30, 2014

The static libs are necessary in the base compiler openmp and fortran compiler.

The static libs are removed only in mkl and ipp where they are not strictly necessary.
The two option influence only the mkl and ipp packages.

I'll try to do some test with the dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants