ScaleMine
ScaleMine copied to clipboard
pfsm file seems to be missing
Below is the error encountered while running the mpirun command specified in ReadMe
[proxy:0:0@vmName] HYDU_create_process (utils/launch/launch.c:74): execvp error on file pfsm (No such file or directory)
[proxy:0:0@vmName] HYDU_create_process (utils/launch/launch.c:74): execvp error on file pfsm (No such file or directory)
Also while compiling following errors are encountered.
Settings.h:38:22: error: 'constexpr' needed for in-class initialization of static data member 'const double Settings::errorMargin' of non-integral type [-fpermissive]
static const double errorMargin = 0;
^~~~~~~~~~~
Any help regarding the same is appreciated.
modify your compile.sh:
mpic++ -std=c++98 -O3 *.cpp -o ../pfsm -lboost_thread -lboost_system