ScaleMine icon indicating copy to clipboard operation
ScaleMine copied to clipboard

pfsm file seems to be missing

Open ayushgupt opened this issue 6 years ago • 1 comments

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.

ayushgupt avatar Jun 13 '19 17:06 ayushgupt

modify your compile.sh:

mpic++ -std=c++98 -O3 *.cpp -o ../pfsm -lboost_thread -lboost_system

matianyun avatar Jan 05 '24 14:01 matianyun