Building EPMR from Source

 

Linux

A rudimentary make file is included with the C++ source code. The code should compile cleanly with gcc (g++) and other modern C++ compilers. (Some adjustment of the header files included by a couple of source files may be necessary for the most recent g++ versions. This will be fixed in the next release.)

At this time, the Intel Linux C/C++ compiler (free for non-commercial use) provides the highest execution speed.


MAC OS X

A rudimentary make file is included with the C++ source code. The code should compile cleanly with gcc (g++) and other modern C++ compilers. To install g++, download and install the Apple developer tools.


Windows

The program can be compiled with Visual Studio, Visual C++ Express or the Windows SDK. OpenMP may or may not be available depending on your specific installation. No Visual Studio project file is currently included with the source code, but one will be provided in the future.