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

Running Tests in riscv-arch-test Causes Computer to Hang #112

Open
europe2024 opened this issue Apr 22, 2024 · 0 comments
Open

Running Tests in riscv-arch-test Causes Computer to Hang #112

europe2024 opened this issue Apr 22, 2024 · 0 comments

Comments

@europe2024
Copy link

europe2024 commented Apr 22, 2024

Below is the platform.

 variant of Debian (version 12)
 4-core ARM
 8 gigabytes of memory

Running the tests in riscv-arch-test causes the computer to hang and, hence, to need a reboot.

The problem is resolved by changing

 config.ini
 ----------
 [RISCOF]
 ...

 [dut-name]
 ...
 jobs=4

 [ref-name]
 ...
 jobs=4

to

 config.ini
 ----------
 [RISCOF]
 ...

 [dut-name]
 ...
 jobs=1

 [ref-name]
 ...
 jobs=1

.

The documentation for RISCOF should mention that reducing the number of jobs is a possible solution when running the tests causes the computer to hang.

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

1 participant