Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pfsm file seems to be missing #2

Open
ayushgupt opened this issue Jun 13, 2019 · 1 comment
Open

pfsm file seems to be missing #2

ayushgupt opened this issue Jun 13, 2019 · 1 comment

Comments

@ayushgupt
Copy link

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.

@tianyma
Copy link

tianyma commented Jan 5, 2024

modify your compile.sh:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants