forked from snetdev/lpel
-
Notifications
You must be signed in to change notification settings - Fork 1
Lightweight Parallel Execution Layer
License
nguyenvuthiennga/lpel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Bootstrap ========= To generate the configure script and related build-tools, run ./build-aux/bootstrap You are required to have fairly recent versions of the GNU buildtools (autoconf, automake, libtool) installed. Building ======== If you want to use libpcl context switching (suggested), you need to install libpcl - GNU Portable Coroutine Library, currently v1.12 available at http://www.xmailserver.org/libpcl.html If you cannot do a system-wide install, you need to specify the installation directory of pcl for the configure script. Run configure with following parameters: ./configure --with-pcl=<pcl_install_dir> --prefix=<your_lpel_install_dir> and make make install In order to build the LPEL backend for the S-Net runtime system, you'll need to specify the directories where to find the LPEL library and includes. ./configure --with-lpel-includes=<lpel_include_dir> \ --with-lpel-libs=<lpel_lib_dir> Example ------- I have installed pcl in the local subdirectory of my home directory. To build LPEL, I use ./configure --with-pcl=$HOME/local/ --prefix=$HOME/local/ make make install
About
Lightweight Parallel Execution Layer
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 95.7%
- C++ 1.9%
- Assembly 1.3%
- Other 1.1%