Till KTH:s startsida Till KTH:s startsida

Nyhetsflöde

Logga in till din kurswebb

Du är inte inloggad på KTH så innehållet är inte anpassat efter dina val.

I Nyhetsflödet hittar du uppdateringar på sidor, schema och inlägg från lärare (när de även behöver nå tidigare registrerade studenter).

Maj 2015
Schemahändelse Omtenta, 10 juni 2015 14:00
Ändrades av schemahandläggare 25 maj 2015
Maj 2014
Lärare Mats Brorsson skrev inlägget 16 maj 2014
 
November 2013
Lärare Mats Brorsson skrev inlägget 11 november 2013

Lärare Mats Brorsson ändrade rättigheterna 11 november 2013

Kan därmed läsas av alla och ändras av mats brorsson (matsbror@kth.se).
Lärare Mats Brorsson korrigerade 11 november 2013

Bookmark this page. I hope to get a new system with a Xeon Phi up and running before the end of the course: http://software.intel.com/en-us/blogs/2013/11/06/intel-xeon-phi-coprocessor-training-material-updated

 
December 2012
Antonio Jose Fernandez Sepulveda skrev inlägget 1 december 2012
kommenterade 1 december 2012

The same goes with the icc

I cannot use any of the intel tools, since the programs are complaining about the licenses Error: A license for CCompL could not be obtained Your license is not current enough to allow you to use this newer version of our software. Usually this occurs because your support services license expired before we created this version. You will need to purchase a new license. License file(s) used were (in this order): 1. Trusted Storage ** 2. /local/opt/intel/composer_xe_2013.0.079/Licenses ** 3. /local/is2200_2012_users/pcs_35/intel/licenses ** 4. /opt/intel/licenses/l_L8VJ5NLB.lic ** 5. /opt/intel/licenses/l_ZT7J4JK4.lic ** 6. /Users/Shared/Library/Application Support/Intel/Licenses ** 7. /local/opt/intel/composer_xe_2013.0.079/bin/intel64/*.lic Please visit http://software.intel.com/sites/support/ to obtain license renewal information.

Lärare kommenterade 2 december 2012

There are two versions of Intel tools you can use. Either 2013 or 2011. To use the 2013 version do the following:

source /opt/intel/bin/compilervars.sh intel64
source /opt/intel/vtune_amplifier_xe_2013/amplxe-vars.sh intel64

and set the license variable LM_LICENSE_FILE to @lic5.ict.kth.se, like the following:

export LM_LICENSE_FILE=@lic5.ict.kth.se

If you want to use the 2011 versions you do the following instead:

source /opt/intel/composer_xe_2011_sp1/bin/compilervars.sh intel64 source /opt/intel/vtune_amplifier_xe_2011/amplxe-vars.sh intel64 source /opt/intel/inspector_xe_2011/inspxe-vars.sh intel64

Then you do not need to set LM_LICENSE_FILE.

 
Oktober 2012
Lärare Mats Brorsson skrev inlägget 15 oktober 2012

Mats Brorsson taggade med parallella adapteva epiphany. 15 oktober 2012

 
April 2012
under Allmänt

Mats Brorsson skapade sidan 16 januari 2012

Mats Brorsson taggade med is2202-overview. 16 januari 2012

Lärare Mats Brorsson ändrade rättigheterna 19 april 2012

Kan därmed läsas av alla och ändras av lärare.
 
Januari 2012
under Allmänt

Mats Brorsson skapade sidan 18 januari 2012

Mats Brorsson redigerade 20 januari 2012

This page shows a number of excellent web resources to learn and get news about parallel programming and systems.

Blogs:¶


* Dr Dobb's Go Parallel
* Softtalk - Multicore and parallel programming blogs
* Kista Multicore twitter feed (by Mats B)
Guides:¶


* Intel guide for developing multithreaded applications 
Tools and downloadable software:¶


* Intel Threading Building Blocks (TBB)
* Wool
* Intel Cilk Plus
* OpenMP (and its user community)
Important companies with multicore processors:¶


* Intel research
* Intel Software Community (a lot of parallel programming information) 
* Freescale
* ARM

Mats Brorsson redigerade 27 januari 2012

This page shows a number of excellent web resources to learn and get news about parallel programming and systems.

Blogs:


* Dr Dobb's Go Parallel
* Softtalk - Multicore and parallel programming blogs
* Kista Multicore twitter feed (by Mats B)
Guides:


* Intel guide for developing multithreaded applications 
Tools and downloadable software:


* Intel Threading Building Blocks (TBB)
* Wool
* Intel Cilk Plus
* OpenMP (and its user community)
Reading tips:¶


* White paper about ARM's big.LITTLE concept 
Important companies with multicore processors:


* Intel research
* Intel Software Community (a lot of parallel programming information) 
* Freescale
* ARM