You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to build and test milc, but can't really tell if it's working as the tests appear to be based on a much older version of the code.
Building ks_spectrum and running make check "EXEC=ks_spectrum_hisq" &> make_test.log, all the tests fail. As an example, ks_spectrum_hisq.nd1.test-out ends up with:
get_i: ERROR IN INPUT: expected max_cg_iterations but found set_type
exit: Thu Jul 18 16:27:06 2024
Comparing the generated output and the sample output, it looks like there's substantial differences:
It looks like these arise at least in part because the input file ks_spectrum_hisq.nd1.test-out does not actually reflect the file that's supposed to be built by build_input.ks_spectrum_hisq.nd.1.sh - the sample.in file has a set_type multimass line that build_input no longer uses. I'm not sure which command or part of the make chain would actually force a rebuild of those sample.in files.
I'll try just deleting them to force a rebuild, but I think they should probably be either removed from the repo, or the makefiles should be adjusted to force an update.
The text was updated successfully, but these errors were encountered:
I'm attempting to build and test
milc
, but can't really tell if it's working as the tests appear to be based on a much older version of the code.Building
ks_spectrum
and runningmake check "EXEC=ks_spectrum_hisq" &> make_test.log
, all the tests fail. As an example,ks_spectrum_hisq.nd1.test-out
ends up with:Comparing the generated output and the sample output, it looks like there's substantial differences:
![Screenshot 2024-07-18 164728](https://private-user-images.githubusercontent.com/8093436/350034734-c949f8c8-9403-4f2b-8b1f-c0fe0c920499.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTgyMjksIm5iZiI6MTczOTQ1NzkyOSwicGF0aCI6Ii84MDkzNDM2LzM1MDAzNDczNC1jOTQ5ZjhjOC05NDAzLTRmMmItOGIxZi1jMGZlMGM5MjA0OTkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTQ0NTI5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTg1ZDE4ZDUzYzYwOGIyY2JlZjAyZjRhNDJjMDBlM2ZkYWQxZWI1MmEzNjIxZDk1YjgzM2VhNTUxMzMxZjkyMCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.RfCzVmEruBHr7WD6upQA5rNF04J2pP0t0Nt-mbS7AFE)
![Screenshot 2024-07-18 164752](https://private-user-images.githubusercontent.com/8093436/350034741-c487fda9-6d58-433d-9cf8-dcc05c4b3029.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTgyMjksIm5iZiI6MTczOTQ1NzkyOSwicGF0aCI6Ii84MDkzNDM2LzM1MDAzNDc0MS1jNDg3ZmRhOS02ZDU4LTQzM2QtOWNmOC1kY2MwNWM0YjMwMjkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTQ0NTI5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZmIwOWUzMzRlOWRhN2QyZTcxODBjODZkN2QyMDI0ZTMxNzNhODNmYzEzNjQ3ZjAxNmU4MjRlODlmZjZhOTliOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.xEddSLBjDktzmC6LqAtIxee8LruzymbFMxDh2Iu5ChY)
It looks like these arise at least in part because the input file
ks_spectrum_hisq.nd1.test-out
does not actually reflect the file that's supposed to be built bybuild_input.ks_spectrum_hisq.nd.1.sh
- thesample.in
file has aset_type multimass
line thatbuild_input
no longer uses. I'm not sure which command or part of the make chain would actually force a rebuild of thosesample.in
files.I'll try just deleting them to force a rebuild, but I think they should probably be either removed from the repo, or the makefiles should be adjusted to force an update.
The text was updated successfully, but these errors were encountered: