NEEMP:Compilation & Running: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
To compile NEEMP, simply run ''make'' in its main directory. Compilation requires ''Intel C/C++ Compiler (version 13 and above)'' and ''Intel Math Kernel Library (version 11 and above)'' present in the system. If the required software is not available, NEEMP still can be compiled only using ''GCC'' by invoking ''make neemp-gnu''. Note that this version provides worse performance than the default one and it should be used only as a fall-back option. After successful compilation, binary ''neemp'' is created in the main directory. NEEMP can then be run simply by ''./neemp''. For instance, to get information about basic usage, use: | To compile NEEMP, simply run ''make'' in its main directory. Compilation requires ''Intel C/C++ Compiler (version 13 and above)'' and ''Intel Math Kernel Library (version 11 and above)'' present in the system. If the required software is not available, NEEMP still can be compiled only using ''GCC'' by invoking ''make neemp-gnu''. Note that this version provides worse performance than the default one and it should be used only as a fall-back option. After successful compilation, binary ''neemp'' is created in the main directory. NEEMP can then be run simply by calling the command ''./neemp''. For instance, to get information about basic usage, use: | ||
'''~/neemp/$ ./neemp/ --help''' | '''~/neemp/$ ./neemp/ --help''' | ||
Click on the link to see the complete [[NEEMP:Options | options list]]. | Click on the link to see the complete [[NEEMP:Options | options list]]. |
Revision as of 16:30, 27 May 2016
To compile NEEMP, simply run make in its main directory. Compilation requires Intel C/C++ Compiler (version 13 and above) and Intel Math Kernel Library (version 11 and above) present in the system. If the required software is not available, NEEMP still can be compiled only using GCC by invoking make neemp-gnu. Note that this version provides worse performance than the default one and it should be used only as a fall-back option. After successful compilation, binary neemp is created in the main directory. NEEMP can then be run simply by calling the command ./neemp. For instance, to get information about basic usage, use:
~/neemp/$ ./neemp/ --help
Click on the link to see the complete options list.