-
Notifications
You must be signed in to change notification settings - Fork 23
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
make test failed in cthyb installation #137
Comments
Dear @Reyhanehe,
TRIQS 3.0 no longer provides the
instead. Best, Nils |
Dear Wenzell |
Hi Reyhanehe, could you please run |
Hi Dear hampel, |
But you had some output above? Are you in the correct directory where the make test command fails? Can you try again with one of the other failing tests, e.g. |
Dear Hampel "0% tests passed, 1 tests failed out of 1 Total Test time (real) = 1.21 sec The following tests FAILED: Sincerely yours, |
I am a bit confused. If I run the command, I get a lot of output before the "0% tests passed..." It should look similar to this:
You do not see any of this in your terminal? Of course in your case it fails, but it will still show most of the output above which will tell us where you run in etc. |
Dear Hampel 18: Test command: /usr/bin/python3 "/home/reyhan/triqs/triqs/cthyb.src/test/python//atomic_observables.py" The following tests passed: 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 9.89 sec |
Okay than I can mark this as resolved. Please also mark issues as resolved when they are. |
Dear all
Hi
I want install "cthyb" solver using triqs 3.0.0. I installed "cthyb" from source using "https://triqs.github.io/cthyb/latest/install.html" cite . But when I want install it in "make test" step I have below errors:
"60% tests passed, 10 tests failed out of 25
Total Test time (real) = 31.15 sec
The following tests FAILED:
16 - setup_Delta_tau_and_h_loc (Failed)
17 - single_site_bethe (SEGFAULT)
18 - atomic_observables (SEGFAULT)
19 - kanamori (SEGFAULT)
20 - slater (SEGFAULT)
21 - measure_static (SEGFAULT)
22 - histograms (SEGFAULT)
23 - move_global (SEGFAULT)
24 - h5_read_write (SEGFAULT)
25 - O_tau_ins (SEGFAULT)
Errors while running CTest
Makefile:96: recipe for target 'test' failed
make: *** [test] Error 8
"
I check the "pytriqs" version using " python -c "import pytriqs.version as v; print(v.version); print(v.git_hash); print(v.file)" "
"command but I have following error:
raceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'pytriqs'
"
Could you please help me to solving this problem?
best regards;
Reyhaneh
The text was updated successfully, but these errors were encountered: