- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am setting up a development/testing environment that allows me to deploy the MKL at will. When I install this as my user and go through the prompts it allows me to set it up and compile without issue.
In an effort to speed my setup I have created a mkl.ini using sh install --duplicate
PSET_LICENSE_FILE=/home/usr/MKL.lic
ACTIVATION=license_file
CONTINUE_WITH_INSTALLDIR_OVERWRITE=yes
CONTINUE_WITH_OPTIONAL_ERROR=yes
PSET_INSTALL_DIR=/opt/intel/composerxe-2011.1.107
INSTALL_MODE=RPM
ACCEPT_EULA=accept
When I use this to set up the MKL it requires me to set up as root, it sets up but then I am unable to compile via the user or sudo user
Are there any suggestions?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Shadd,
You mentioned,unable to compile via the "user" or "sudo user"? Do it meanthe mkl have been installed to the directory /opt/intel/composerxe-2011.1.107 (which may need root) successfully?
are youcompiling some program? or just compile the example code under MKL install directory like/opt/intel/composerxe-2011.1.107/mkl/examples/?
Best Regards,
Ying
You mentioned,unable to compile via the "user" or "sudo user"? Do it meanthe mkl have been installed to the directory /opt/intel/composerxe-2011.1.107 (which may need root) successfully?
are youcompiling some program? or just compile the example code under MKL install directory like/opt/intel/composerxe-2011.1.107/mkl/examples/?
Best Regards,
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Shadd,
The installer can be called in silent mode, but this mode is quite limited.
If you would like to call it for specific account/user please make sure you have logged in by this account.
If you would like to install several user-specific copies of product, you also should provide separate install directory for each account to make sure that copies are segregated.
PSET_INSTALL_DIR=/user/specific/location
I have subscribed to this topic, so please contact me here if I did not answer your question or you need additional info.
Thank you,
- Nikolay
The installer can be called in silent mode, but this mode is quite limited.
If you would like to call it for specific account/user please make sure you have logged in by this account.
If you would like to install several user-specific copies of product, you also should provide separate install directory for each account to make sure that copies are segregated.
PSET_INSTALL_DIR=/user/specific/location
I have subscribed to this topic, so please contact me here if I did not answer your question or you need additional info.
Thank you,
- Nikolay
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page