![]() |
PhoenixHPCProxy
0.8.0
Lightweight HPC proxy
|
#include "Representation/representation.h"
Go to the source code of this file.
Functions | |
bool | cpp_backend_proxy (const PVecSource &vecSource, const PString &libraryName, const PVecArchLib &vecArchLib, const PPath &libDir, const PPath &outputDir) |
Save ProxyLoader with the corresponding a vector of PSource in the output directory. | |
bool cpp_backend_proxy | ( | const PVecSource & | vecSource, |
const PString & | libraryName, | ||
const PVecArchLib & | vecArchLib, | ||
const PPath & | libDir, | ||
const PPath & | outputDir ) |
Save ProxyLoader with the corresponding a vector of PSource in the output directory.
vecSource | : vector of source |
libraryName | : name of the library to be created |
vecArchLib | : vector of library to be loaded on the fly by respect to the host architecture |
libDir | : directory where the sub libraries are installed |
outputDir | : output directory where to save ProxyLoader |
Definition at line 273 of file backend_proxy_loader.cpp.
References cpp_backendProxyLoaderHeader(), and cpp_backendProxyLoaderSource().
Referenced by createSourceFromConfig().