x3oo

Results 34 comments of x3oo

(sharpy_env) [buttermelted@thinkpad sharpy]$ python -m unittest running unittest running unittest .Segmentation fault (core dumped) (sharpy_env) [buttermelted@thinkpad sharpy]$ changed my issues to this, will try to compile with less threads

changing from -j6 to -j2 i am on 2 core 4 thread machine

git submodule update --remote recompiling now with -j4 using -j with high number can result in errors

running unittest running unittest ./home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/abstract_array.py:325: DeprecationWarning: invalid escape sequence \m /home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/abstract_array.py:325: DeprecationWarning: invalid escape sequence \m /home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:557: DeprecationWarning: invalid escape sequence \i /home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:571: DeprecationWarning: invalid escape sequence \i /home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:604: DeprecationWarning:...

Ran 52 tests in 1004.682s OK (skipped=4) (sharpy_env) [buttermelted@thinkpad sharpy]$ whoop whoop, most likely git submodule solved the issue.

thanks for programming and releasing sharpy, thanks for the fast support. man, am i happy after so much pain.

@DavidAnderegg how did you find the solution? i am asking so i can solve it next time myself

I thought you could speed up sharpy by compiling it with -march=native. gfortran supports this option too. anyway this is unrelated to the other problem because i compiled without those...

I thought providing -march=native as compiler options would accelarate sharpy but its hard to find the option in the config files. anyway