LutzGross / esys-escript.github.io

Other
29 stars 13 forks source link

compilation fails with OpenMPI version 4 and higher #66

Closed aellery closed 2 years ago

aellery commented 2 years ago

Compilation fails when using python 3.9.9, g++ 10.3.0 and openMPI 4.1.2 due to a syntax error (' File "escript/py_src/run_escript.py", line 431\n prelaunch = fixEnvVars(\'EE=$(echo -x ${EXPORT_ENV}|sed -e \'s/,/ -x /g\')\')\n ^\nSyntaxError: invalid syntax\n', 'SyntaxError', SyntaxError('invalid syntax', ('escript/py_src/run_escript.py', 431, 64, " prelaunch = fixEnvVars('EE=$(echo -x ${EXPORT_ENV}|sed -e 's/,/ -x /g')')\n")), 'escript/py_src/run_escript.py')

I will fix this ASAP