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

What files can I safely remove?

Douglas_Dommermuth
501 Views

I recently updated fortran and c.   I have downloaded multiple intel compilers over the years.   Of the files below, what can I safely remove:

[dgd]% ls -al
total 56
drwxr-xr-x  18 root  wheel  612 Sep 26 11:13 .
drwxr-xr-x@  6 root  wheel  204 Sep 26 14:49 ..
drwxr-xr-x   4 root  wheel  136 Jul 20  2009 Compiler
drwxr-xr-x  21 root  wheel  714 Sep 26 11:13 bin
drwxr-xr-x  13 root  wheel  442 Sep 26 11:13 composer_xe_2013
drwxr-xr-x  18 7795  wheel  612 Sep 26 11:17 composer_xe_2013.0.088
lrwxr-xr-x   1 root  wheel   18 Sep 26 11:13 composerxe -> ./composer_xe_2013
drwxr-xr-x  10 root  wheel  340 Sep 16  2008 fc
drwxr-xr-x   7 root  wheel  238 Sep 16  2008 fce
drwxr-xr-x   4 root  wheel  136 Nov 21  2006 idb
drwxr-xr-x   7 root  wheel  238 Sep 16  2008 idbe
lrwxr-xr-x   1 root  wheel   20 Sep 26 11:13 include -> ./composerxe/include
lrwxr-xr-x   1 root  wheel   16 Sep 26 11:13 ipp -> ./composerxe/ipp
drwxr-xr-x   3 root  wheel  102 Sep 26 11:13 ism
lrwxr-xr-x   1 root  wheel   16 Sep 26 11:13 lib -> ./composerxe/lib
lrwxr-xr-x   1 root  wheel   16 Sep 26 11:13 man -> ./composerxe/man
lrwxr-xr-x   1 root  wheel   16 Sep 26 11:13 mkl -> ./composerxe/mkl
lrwxr-xr-x   1 root  wheel   16 Sep 26 11:13 tbb -> ./composerxe/tbb

[dgd]% du -sh *
3.1G    Compiler
 76K    bin
100K    composer_xe_2013
3.2G    composer_xe_2013.0.088
4.0K    composerxe
583M    fc
415M    fce
 40M    idb
 66M    idbe
4.0K    include
4.0K    ipp
8.0K    ism
4.0K    lib
4.0K    man
4.0K    mkl
4.0K    tbb

Thanks, Doug.

0 Kudos
1 Reply
TimP
Honored Contributor III
501 Views
You could run the uninstall scripts in any of those directories which you no longer use, then remove what's left of the directory.
0 Kudos
Reply