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

When run the ./run.sh for GameOfLife #9

Open
cyxfff opened this issue Sep 21, 2024 · 2 comments
Open

When run the ./run.sh for GameOfLife #9

cyxfff opened this issue Sep 21, 2024 · 2 comments

Comments

@cyxfff
Copy link

cyxfff commented Sep 21, 2024

It output this:
Unrecognized parameter: "make"
Usage: bear [--output ] [--verbose] -- ...
./run.sh: line 37: cgc: command not found
./run.sh: line 38: cgc: command not found
./run.sh: line 40: cgmerge: command not found

----- Running Pira -----

Using /root/.local/share/pira for runtime files

[INFO in '/home/coco123/pira/lib/Pira.py' in 'main' line 168]: Running PIRA in compiletime filtering with configuration
/home/coco123/pira/test/integration/GameOfLife/gol_config.json
[WARNING in '/home/coco123/pira/lib/Pira.py' in 'process_args_for_extrap' line 147]: At least 5 repetitions are recommended for Extra-P modelling.
[INFO in '/home/coco123/pira/lib/Checker.py' in 'check_configfile_v2' line 84]: Creating Cubes-Directory /root/.local/share/pira/gol_cubes
[INFO in '/home/coco123/pira/lib/Pira.py' in 'main' line 190]: Running the local case
[INFO in '/home/coco123/pira/lib/Pira.py' in 'execute_with_config' line 40]: Building vanilla version for baseline measurements
[INFO in '/home/coco123/pira/lib/Pira.py' in 'execute_with_config' line 46]: Running baseline measurements
[INFO in '/home/coco123/pira/lib/Pira.py' in 'execute_with_config' line 57]: Running instrumentation iteration 0
[ERROR in '/home/coco123/pira/lib/Utility.py' in 'shell' line 346]: Utility::shell: Caught Exception Command 'pgis_pira --metacg-format 2 --scorep-out --static /home/coco123/pira/test/integration/GameOfLife/../../../extern/install/metacg/bin//gol_ct.mcg' returned non-zero exit status 127.
[ERROR in '/home/coco123/pira/lib/Analyzer.py' in 'analyze_local' line 111]: Utility::shell: Running command pgis_pira --metacg-format 2 --scorep-out --static /home/coco123/pira/test/integration/GameOfLife/../../../extern/install/metacg/bin//gol_ct.mcg did not succeed
[ERROR in '/home/coco123/pira/lib/Pira.py' in 'execute_with_config' line 111]: Pira::execute_with_config: Problem during preparation of run.
Message:
Problem in Analyzer
[ERROR in '/home/coco123/pira/lib/Pira.py' in 'main' line 256]: Runner.run caught exception. Message: Problem in Analyzer
Error opening instrumentation file for iteration 0: [Errno 2] No such file or directory: '../../../extern/install/metacg/bin/out/instrumented-gol_ct_it-0.txt'
Error opening instrumentation file for iteration 1: [Errno 2] No such file or directory: '../../../extern/install/metacg/bin/out/instrumented-gol_ct_it-1.txt'
Error opening instrumentation file for iteration 2: [Errno 2] No such file or directory: '../../../extern/install/metacg/bin/out/instrumented-gol_ct_it-2.txt'

I followed the previous steps and was prompted that I had successfully installed the

@cyxfff
Copy link
Author

cyxfff commented Sep 24, 2024

A new problem:

[ERROR in '/home/PIRA-master/lib/Utility.py' in 'shell' line 346]: Utility::shell: Caught Exception Command 'wrap.py -d > /root/.local/share/pira/mpi_funcs.dump' returned non-zero exit status 127.
[ERROR in '/home/PIRA-master/lib/Pira.py' in 'execute_with_config' line 114]: Pira::execute_with_config: Problem during preparation of run.
Message:
Utility::shell: Running command wrap.py -d > /root/.local/share/pira/mpi_funcs.dump did not succeed
[ERROR in '/home/PIRA-master/lib/Pira.py' in 'main' line 259]: Runner.run caught exception. Message: Utility::shell: Running command wrap.py -d > /root/.local/share/pira/mpi_funcs.dump did not succeed
Error opening instrumentation file for iteration 1: [Errno 2] No such file or directory: '../../../extern/install/metacg/bin/out/instrumented-gol_ct_it-1.txt'
Error opening instrumentation file for iteration 2: [Errno 2] No such file or directory: '../../../extern/install/metacg/bin/out/instrumented-gol_ct_it-2.txt'

failed to run wrap.py -d > /root/.local/share/pira/mpi_funcs.dump

@jplehr
Copy link
Member

jplehr commented Sep 30, 2024

Thanks for the report!

Which release or branch is this happening? Is this running bare metal or in a container environment?

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