marvel-nccr / ansible-role-bigdft

Other
0 stars 1 forks source link

Improve python/pip executable selection #7

Closed chrisjsewell closed 3 years ago

chrisjsewell commented 4 years ago

In #6 a bug was fixed whereby Installer.py was being run on an unspecified python executable. We now install the dependencies for both python2 and python3, which works but is not ideal and should be improved

adegomme commented 4 years ago

I tried to switch everything to python3 to avoid having both versions. There's a (temporary) issue with a python2 script used to compare output of tests, so I left it out for now and used mpirun directly. I published it as v1.3.0. Please tell me if it seems ok for you.

chrisjsewell commented 3 years ago

This is now fixed with the new installer I believe