-
Notifications
You must be signed in to change notification settings - Fork 13
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
Singularity/litebird_sim installation error on JSS3 #159
Comments
I tested this on the latest master, and the two tests pass. Here is the result of
|
Here it is; [e578@toki singularity]$ tail -n 50 singularity.txt copying static files... done The HTML pages are in build/html. test/test_compress.py::test_rle_compression PASSED [ 1%] |
That's really weird… When test fail, the system should print additional information about why a test failed and which line number included the failure. In this case, it seems that the output was truncated after Could you please check that all the output was included? |
This time, I ran without "tee". Thiis what I got: test/test_compress.py::test_rle_compression PASSED [ 1%] |
Judging from the last message printed by your terminal, it seems that we have two problems here:
The latter unfortunately makes the code crash and prevents it from printing useful output to investigate the former. I have applied some blind patch to the test for MBS, might you please run a |
Thanks, Maurizo. A problem of JAXA's JSS is that it cannot directly access to git hub! |
No good news yet (BTW, I was wrong to have said that git hub is not seen from JSS3. It WAS seen, and no problem). Somehow mpi gives strange error, I tried without mpi % ./create-singularity-file.sh 20.04 none test/test_compress.py::test_rle_compression PASSED [ 1%] |
I will attach the entire log. I found the following message in the log. Can't this be a problem? [2022-04-20 17:48:11,006 WARNING MPI#0000] IMO config file "/root/.config/litebird_imo/imo.toml" not found. |
Hi @ebikengo , I have tried to reproduce your problem again and again, but with little success. However, I realized that there might be limitations in the way Have you tried to build the Singularity image (i.e., the |
Hi, this is Ken EBISAWA at ISAS/JAXA. I am trying to install Singularity/litebird_sim package on JAXA's super-computer JSS3.
This is what I did:
git clone https://github.com/litebird/litebird_sim litebird_sim
Followed the instruction at https://litebird-sim.readthedocs.io/en/latest/installation.html
% cd singularity/
% ./create-singularity-file.sh 20.04 openmpi
% module load singularity <-- this is to enable singularity on JSS3
% which singularity
/opt/JX/oss/x86_64/singularity/3.6.4/bin/singularity
% singularity build --fakeroot litebird_sim.img Singularity
Then, I got the following errors:
test/test_destriper.py::test_destriper FAILED [ 3%]
test/test_dipole.py::test_solar_dipole_fit FAILED [ 20%]
I already reported this problem to Maurizio, who says this is due to difference of Python version
( these errors should no happen with v 3.6, but Python version used by the Singularity container is < 3.4).
I just put this post for a record, instead of just e-mailing to Maurizio and developpers.
I new version of the package is made, please let me know. I will try it.
The text was updated successfully, but these errors were encountered: