Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Software Improvement Program

Rob_M_1
Beginner
935 Views

On linux the Intel software improvement program stores its data in: {HOME}/intel/ism/rm/intelremotemondata.db

Is there anyway to change this location? Even when I opt-out, it still creates this folder everytime I compile code. Even changing the location to {HOME}/.intel would be fine. 

Not a major problem, but I wanted to see if anyone knows of a quick fix.

Thanks,

Rob

0 Kudos
6 Replies
Steven_L_Intel1
Employee
935 Views
I'll ask.
0 Kudos
Steven_L_Intel1
Employee
935 Views
It is not possible, at this time, to relocate the folder and file. If you have opted out, no data gets collected, but the database records the opt-out status. The developers ask what problem this causes for you, though I am in favor of allowing all install paths to be customized.
0 Kudos
Rob_M_1
Beginner
935 Views
It's not really a problem, I just like to keep my home folder clean. Maybe you guys can change it to a hidden "dot"intel folder in the next release? Thanks for your time.
0 Kudos
Steven_L_Intel1
Employee
935 Views
Ok - I have passed this on to the developers.
0 Kudos
Adam_Strzelecki
Beginner
935 Views

Steve Lionel (Intel) wrote:

Ok - I have passed this on to the developers.

Is there any update on this issue? We have ICC 2013, soon ICC 2014 still icc and their tools create stubbornly $HOME/intel folder, which doesn't follow any known scheme.

Please use:

  • $HOME/.intel (dot intel) on general UNIX
  • $HOME/.config/intel for configuration, $HOME/.cache/intel for downloads and caches (XDG scheme, on Linux) http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
  • $HOME/Library/Application Data/Intel for configuration and, $HOME/Library/Cache/Intel for downloads and cache (on Mac OS X), see: https://developer.apple.com/library/mac/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html#//apple_ref/doc/uid/TP40010672-CH10-SW1

 

0 Kudos
Steven_L_Intel1
Employee
935 Views

Sorry, I have not seen any update on this topic.

0 Kudos
Reply