Problem while building the sage locally in wsl (Ubuntu)
I am facing a lot of problem while building the sage locally in wsl as after the make -j16 command it goes for near about 2-3 hours executing the command and sometimes it got completed but shows error due to this I am not able to build the sage and can't be able to review my changes so that i can make PR after solving the issues in it... Please give the solution, I have visited completely through the Readme.md file and many more files for building purpose. Please tell me the solution asap..
Running
make -j16
is not enough to get full parallelization. One should also changeMAKE
variable to have patallelization in subprocesses - like: