Daniel Porumbel

Source code

The GI-Ext version 1.0 can be dowloaded here To compile, you can use the provided Makefile (i.e. type "make"), but you can also type "g++ -o gi-ext -O2 ./src/main.cpp".

Our promise: the program compiles without problems. However, if you do encounter any problem, tell us (daniel.porumbel AT gmail.com) an we'll make it right.
It was successfully tested on Linux (gcc 4.1.2) and Windows (gcc 3.4.5 of Mingw) and it does NOT require any C++ special feature.

For the parallel (openMP) version, you do NOT need to change the code; simply follow these instructions.

Note however that a complete documentation of the source code is not yet available and the current version is still "research code" (i.e. not very well structured and organized). More didactical and well-documented versions will be available later, but the reported results are based on version 1.0.

The software is simply available under the MIT licence as stated below.

Copyright (c) 2008-2009 Daniel Cosmin PORUMBEL

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell  copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



Attachments (1)