You are not logged in.

#26 2011-11-21 13:18:53

artemis33
Member
Registered: 2011-10-12
Posts: 5

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

Both fortran and C/C++ compilers are in the parallel XE 12.1 intel composer package. If you only want the fortran compiler, you should choose the appropriate package.
The install goes well with the three packages glibc libstdc++5 cpio, unless the warning messages.

Offline

#27 2011-11-24 18:29:10

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,592
Website

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

Thanks for maintaining and building the PKGBUILD.  Built and installed flawlessly.  Has anyone successfully using icc within makepkg to build the linux package?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#28 2012-01-30 12:11:32

renatolond
Member
Registered: 2012-01-30
Posts: 11

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

Hello!
Sorry for reviving this topic, but I successfully installed intel composer package, by bred, but I didn't understand what artemis told about Ifort. I installed all the subpackages, and yet, have no ifort installed, is the parallel xe 12.1 another package? Or are you refering to the ifort package that is in AUR, but marked as out of date?
I needed ifort on the same version as icc, should I modify ifort pkgbuild?

Other than that, great job, bred! smile

Offline

#29 2012-01-30 13:44:46

bred
Member
Registered: 2011-01-04
Posts: 46

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

renatolond wrote:

Hello!
Sorry for reviving this topic, but I successfully installed intel composer package, by bred, but I didn't understand what artemis told about Ifort. I installed all the subpackages, and yet, have no ifort installed, is the parallel xe 12.1 another package? Or are you refering to the ifort package that is in AUR, but marked as out of date?
I needed ifort on the same version as icc, should I modify ifort pkgbuild?

Other than that, great job, bred! smile

ifort is not included in these packages. It's another product!

see http://software.intel.com/en-us/article … -download/
And click: Intel® Fortran Composer XE 2011 for Linux

Probably we should derive a PKGBUILD for ifort starting form the mine.

But I'm not a fortran programmer, so I've not a real possibility to test the compiler and the packages.

Offline

#30 2012-01-30 14:27:17

renatolond
Member
Registered: 2012-01-30
Posts: 11

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

bred wrote:

ifort is not included in these packages. It's another product!

see http://software.intel.com/en-us/article … -download/
And click: Intel® Fortran Composer XE 2011 for Linux

Probably we should derive a PKGBUILD for ifort starting form the mine.

But I'm not a fortran programmer, so I've not a real possibility to test the compiler and the packages.

I'll take a look on how the package for the Fortran Composer differs from the cpp and see what can be done as to derive from your package. I haven't really messed around with pkgbuilds yet, but I'll try and see :)

Offline

#31 2012-02-01 10:36:57

bred
Member
Registered: 2011-01-04
Posts: 46

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

For the fortran programmers:

I've decided to adapt the PKGBUILD to the Intel® Parallel Studio XE 2011 for Linux

Parallel studio includes c++/c compilers, fortran compiler libs (mkl, opnemp, ipp, tbb ), debugger, and some other product.
http://software.intel.com/en-us/article … studio-xe/


For the moment I've created a new branch called to_par_studio on github:
See:
https://github.com/simon-r/intel_compos … par_studio

Follow it wink

If you have some suggestion ...

Offline

#32 2012-02-01 17:04:55

artemis33
Member
Registered: 2011-10-12
Posts: 5

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

@ renatolong : the links to the package given by bred is the good one, it contains the three compilers c/c++ and fortran. As i said above, i did not need for any pkgbuild, only the three packages that were mentionned.

Both fortran and C/C++ compilers are in the parallel XE 12.1 intel composer package. If you only want the fortran compiler, you should choose the appropriate package.
The install goes well with the three packages glibc libstdc++5 cpio, unless the warning messages.

To be more precise, you can choose between c/c++ package, fortran package, and the big one with all the things.

Offline

#33 2012-02-02 21:40:24

bred
Member
Registered: 2011-01-04
Posts: 46

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

bred wrote:

For the fortran programmers:

I've decided to adapt the PKGBUILD to the Intel® Parallel Studio XE 2011 for Linux

Parallel studio includes c++/c compilers, fortran compiler libs (mkl, opnemp, ipp, tbb ), debugger, and some other product.
http://software.intel.com/en-us/article … studio-xe/


For the moment I've created a new branch called to_par_studio on github:
See:
https://github.com/simon-r/intel_compos … par_studio

Follow it wink

If you have some suggestion ...

That's the first PKGBUILD for the Parallel Studio XE

https://aur.archlinux.org/packages.php?ID=56337
Now the fortran compiler is included in the PKG and if seems working,

Thanks to renatolond for his help big_smile


For the moment the profiler intel-vtune-amplifier is not included.

Last edited by bred (2012-02-02 21:40:50)

Offline

#34 2012-02-23 09:32:33

makimaki
Member
From: Ireland
Registered: 2009-04-02
Posts: 109

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

Thanks for your PKGBUILD, I use icc, ifort and mkl for some of my work.

bred wrote:
bred wrote:

For the fortran programmers:

I've decided to adapt the PKGBUILD to the Intel® Parallel Studio XE 2011 for Linux

Parallel studio includes c++/c compilers, fortran compiler libs (mkl, opnemp, ipp, tbb ), debugger, and some other product.
http://software.intel.com/en-us/article … studio-xe/


For the moment I've created a new branch called to_par_studio on github:
See:
https://github.com/simon-r/intel_compos … par_studio

Follow it wink

If you have some suggestion ...

That's the first PKGBUILD for the Parallel Studio XE

https://aur.archlinux.org/packages.php?ID=56337
Now the fortran compiler is included in the PKG and if seems working,

Thanks to renatolond for his help big_smile


For the moment the profiler intel-vtune-amplifier is not included.


====* -- Joke
    O
    \|/ --- Me
    / \             Whooooosh

Offline

#35 2012-07-03 23:29:38

nspattak
Member
From: Greece
Registered: 2008-05-21
Posts: 22

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

Awsome PKGBUILD ! Thank you very much! For your information, after I installed the packages created by your PKGBUILD I run the original intel installer and selected to install only VTuneAmplifier and Inspector, which it did. However when I tried running either of them I got the following errors:

00:17:07 , pattakosn@jim,~ #_ amplxe-gui
amplxe-gui: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
00:17:42 , pattakosn@jim,~ #_ inspxe-gui
inspxe-gui: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

I searched the AUR and I installed this one:
  libpng12
but then I also had this error:
00:20:57 , pattakosn@jim,~ #_ inspxe-gui
inspxe-gui: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory
which I again fixed by installing
  libjpeg6
from the AUR, and both intel inspector and vtune worked! I tried building a sepdk driver but I also got an error and I will look about it tomorrow.

Thanks again for the great pkgbuilds.

Offline

#36 2012-09-06 15:23:02

bred
Member
Registered: 2011-01-04
Posts: 46

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

The Intel parallel studio 2013 is out with icc 13

So form this moment I maintain only the intel parallel studio XE pkg :

AUR: https://aur.archlinux.org/packages.php?ID=56337

Intel composer and parallel studio are de facto identical, but in the intel parallel studio there are also the fortran compiler.


The package based on intel composer is no longer maintained

For the python-numpy users I've also written the PKGBUILD for compiling numpy with the Intel MKL :
https://aur.archlinux.org/packages.php?ID=62281

and the scipy ..... https://aur.archlinux.org/packages.php?ID=62572

Last edited by bred (2012-09-06 19:38:51)

Offline

#37 2012-09-27 09:50:54

bred
Member
Registered: 2011-01-04
Posts: 46

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

In the wiki I've added a table with a list of the software successfully (or not) compiled with the ICC .

https://wiki.archlinux.org/index.php/In … 2F_C.2B.2B

So if if try to compile something with ICC please add a new voice in the table.

Offline

#38 2013-02-03 19:28:54

alby86
Member
Registered: 2013-02-03
Posts: 24

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

I all,
I need to install the latest intel parallel studio xe. I have an academic license and I only have the serial number. I don't know how to write the needed .lic file. Could you help me?

Thanks in advance!

Offline

#39 2013-02-04 09:25:57

bred
Member
Registered: 2011-01-04
Posts: 46

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

alby86 wrote:

I all,
I need to install the latest intel parallel studio xe. I have an academic license and I only have the serial number. I don't know how to write the needed .lic file. Could you help me?

Thanks in advance!

Try this trick.

a) Unpack the parallel studio package.
b) Enter in the main package directory.
c) Start the install script, and choose the option for the installation in your home directory.
d) Accept everything and ignore the warnings.
e) Set the option: activate with serial number !!!!!
f) When it ask the license number copy your number in the 'field' and type enter.

g) Enter in the directory: ~/intel/licenses and copy the generated license file.

And finally interrupt the install procedure

I've never tried ..... lets me known.

If you find a better way for generating a valid license file given a serial number ... lets me known!

Or the official procedure by Intel:

http://software.intel.com/en-us/article … y-licenses
http://software.intel.com/en-us/forums/topic/354581

Enter in you Intel account and .....

step 5, but instead of resending your license file in email, just cut and paste the license information shown into a text editor and save it as plain text file with any name BUT extension ".lic".  Save .lic file in /opt/intel/licenses

Last edited by bred (2013-04-26 06:23:13)

Offline

#40 2013-02-04 18:11:35

alby86
Member
Registered: 2013-02-03
Posts: 24

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

bred wrote:

Try this trick.

a) Unpack the parallel studio package.
b) Enter in the main package directory.
c) Start the install script, and choose the option for the installation in your home directory.
d) Accept everything and ignore the warnings.
e) When it ask the license number copy your number in the 'field' and type enter.

f) Enter in the directory: ~/intel/licenses and copy the generated license file.

And finally interrupt the install procedure

I've never tried ..... lets me known.

Thanks bred for your quick response. The install script failed because it wanted a .lic file.
I downloaded the parallel-studio-xe from the intel website. Its install script asked me a serial number and it generated a .lic file. I stopped the installation and copied that file in the main package directory and everything has gone well!

Thanks for your idea!

Offline

#41 2013-03-28 08:52:00

DarioP
Member
From: Geneva
Registered: 2011-01-05
Posts: 165

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

I had the same issue and the trick worked for me too.

A bit tedious but pretty much straightforward.

bred wrote:

Try this trick.

a) Unpack the parallel studio package.
b) Enter in the main package directory.
c) Start the install script, and choose the option for the installation in your home directory.
d) Accept everything and ignore the warnings.
e) Set the option: activate with serial number !!!!!
f) When it ask the license number copy your number in the 'field' and type enter.

g) Enter in the directory: ~/intel/licenses and copy the generated license file.

And finally interrupt the install procedure

Offline

#42 2013-07-24 06:00:12

hadian
Member
From: Yazd, Iran
Registered: 2008-09-09
Posts: 74
Website

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

bred,
Thanks for preparing this package and sorry for my basic question since i am a new user of AUR.
i downloaded the tarbal for intel-parallel-studio-xe and after extracting, i copied parallel_studio_xe_2013_update4_ia32.tgz and license file to that directory. i used "makepkg -s" command and everything done well. regarding the AUR guide line i should install the .tar.xz package but i do not have this package. would you please let me know how should i install it?

Offline

#43 2013-07-24 12:05:22

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

hadian wrote:

regarding the AUR guide line i should install the .tar.xz package but i do not have this package. would you please let me know how should i install it?

Are you talking about https://wiki.archlinux.org/index.php/AU … g_packages ? After you build the package using 'makepkg -s', you want to install it?
Look for a pkg.tar.gz instead, as

PKGEXT='.pkg.tar.gz'

is used as the package extension https://aur.archlinux.org/packages/in/i … e/PKGBUILD

Offline

#44 2013-07-24 16:50:36

hadian
Member
From: Yazd, Iran
Registered: 2008-09-09
Posts: 74
Website

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

ok. there are some .tar.gz files for fortran, c++, idb ....  what is the order to install them? i mean which one should be installed forst and ....?

Offline

#45 2013-07-24 17:14:53

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

Just to make sure we're on the same page, you're interested in *.pkg.tar.gz, not just *.tar.gz files.
In the future, you can issue 'makepkg -si' instead of 'makepkg -s' - the '-i' flag will install the package after building it.

Try running

# pacman -U *.pkg.tar.gz

Last edited by karol (2013-07-24 17:15:18)

Offline

#46 2014-09-03 13:16:27

sunite
Member
From: Freiburg i. Br., DE
Registered: 2012-05-14
Posts: 29
Website

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

Hi there guys,

I tried following the instructions on the wiki to get a non-commercial serial key (Intel C++/Register), but Intel's website seems not to work. If I followed this link (as given on the wiki) I'm sent in a loop to first register with a serial key. If I go to this link to get a serial key, I am presented with a *under construction* page... I tried the other language pages, such as the German one did have some links the 2013 release, but that just sent me back to the link given in the wiki...

Am I missing something?

Thanks

Offline

#47 2014-09-03 17:47:50

bred
Member
Registered: 2011-01-04
Posts: 46

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

sunite wrote:

Hi there guys,

I tried following the instructions on the wiki to get a non-commercial serial key (Intel C++/Register), but Intel's website seems not to work. If I followed this link (as given on the wiki) I'm sent in a loop to first register with a serial key. If I go to this link to get a serial key, I am presented with a *under construction* page... I tried the other language pages, such as the German one did have some links the 2013 release, but that just sent me back to the link given in the wiki...

Am I missing something?

Thanks

No.

At the moment the intel's policy about the non commercial licensing is not clear.

Offline

#48 2014-09-03 18:57:03

sunite
Member
From: Freiburg i. Br., DE
Registered: 2012-05-14
Posts: 29
Website

Re: Intel® C++ Parallel Studio XE 2013 for Linux ( icc 13 )

bred wrote:
sunite wrote:

Hi there guys,

I tried following the instructions on the wiki to get a non-commercial serial key (Intel C++/Register), but Intel's website seems not to work. If I followed this link (as given on the wiki) I'm sent in a loop to first register with a serial key. If I go to this link to get a serial key, I am presented with a *under construction* page... I tried the other language pages, such as the German one did have some links the 2013 release, but that just sent me back to the link given in the wiki...

Am I missing something?

Thanks

No.

At the moment the intel's policy about the non commercial licensing is not clear.

Ah, lovely.

Cheers bred!

Offline

Board footer

Powered by FluxBB