magistraleinformaticanetworking:spm:istruzionixeonphi14
Differenze
Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.
Prossima revisione | Revisione precedente | ||
magistraleinformaticanetworking:spm:istruzionixeonphi14 [29/10/2014 alle 11:24 (11 anni fa)] – Marco Danelutto | magistraleinformaticanetworking:spm:istruzionixeonphi14 [11/11/2014 alle 09:41 (11 anni fa)] (versione attuale) – Marco Danelutto | ||
---|---|---|---|
Linea 3: | Linea 3: | ||
=== Machine name === | === Machine name === | ||
The machine is not registered on the DNS, you should use the IP address | The machine is not registered on the DNS, you should use the IP address | ||
- | * 131.114.137.225 | + | * 131.114.137.225, corresponding to the registered name |
+ | * r720-phi.itc.unipi.it | ||
=== Account === | === Account === | ||
Linea 13: | Linea 14: | ||
* ssh spm14XX@131.114.137.225 | * ssh spm14XX@131.114.137.225 | ||
+ | === Environment settings === | ||
+ | In order to be able to use the tools, you have to run the script in | ||
+ | * **/ | ||
+ | === Compiling and running code on the PHI === | ||
+ | |||
+ | IN order to run a program on PHI: | ||
+ | - compile it on the host using **icc** with the additional flag **-mmic** | ||
+ | - copy the executable to the mic0 or mic1 with a **scp a.out mic0:** | ||
+ | - execute it on the mic: **ssh mic0 ./a.out | ||
+ | |||
+ | Please take into account that a minimal set of libraries is available on the mic. | ||
+ | |||
+ | === FastFLow === | ||
+ | Please take into account that you need to inlcude the flag -DNO_DEFAULT_MAPPING when compiling FastFlow programs, as the default mapping at the moment assumes a core numbering such as the one used for Sandy/Ivy Bridge (0 first context of the first core, 1 first context of the second core ...) processors, which is different from the one used on PHI (0 first context of the first core, 1 second context of the first core ...). | ||
+ | |||
+ | === MIC0 and MIC1 === | ||
+ | You can use both the accelerators available on the machine (namely MIC0 and MIC1), despite the fact the examples in this page alway use mic0 ... | ||
+ | |||
+ | |||
+ | === Documentation === | ||
+ | Available documentation on the Xeon PHI and the relative programming tools may be accessed at the [[https:// |
magistraleinformaticanetworking/spm/istruzionixeonphi14.1414581875.txt.gz · Ultima modifica: 29/10/2014 alle 11:24 (11 anni fa) da Marco Danelutto