I’ve tried to run the 2D Euler Vortex problem with PyFR v.1.4.0. However, when I run pyfr to partition the PyFR mesh file into two pieces, I get the error messages below:
File "/usr/local/python3/bin/pyfr", line 11, in <module>
load_entry_point('pyfr==1.4.0', 'console_scripts', 'pyfr')()
File "/usr/local/python3/lib/python3.5/site-packages/pyfr-1.4.0-py3.5.egg/pyfr/scripts/main.py", line 109, in main
File "/usr/local/python3/lib/python3.5/site-packages/pyfr-1.4.0-py3.5.egg/pyfr/scripts/main.py", line 156, in process_partition
RuntimeError: No partitioners available
Hi,
I have the same issue with pyFR.
When I type pyfr partition 2 euler_vortex_2d.pyfrm.
I get :
Traceback (most recent call last):
File "/home/thomas/miniconda3/bin/pyfr", line 11, in <module>
load_entry_point('pyfr==1.7.0', 'console_scripts', 'pyfr')()
File "/home/thomas/miniconda3/lib/python3.6/site-packages/pyfr-1.7.0-py3.6.egg/pyfr/__main__.py", line 110, in main
File "/home/thomas/miniconda3/lib/python3.6/site-packages/pyfr-1.7.0-py3.6.egg/pyfr/__main__.py", line 158, in process_partition
RuntimeError: No partitioners available
is there a solution to this?
I think I have installed scotch and metis correctly.
I installed the metis in Win10 with the script “conda install -c menpo metis” and typed “pyfr partition 2 euler_vortex_2d.pyfrm .” in the Anaconda prompt. A error occurs with
"AttibuteError : function ‘METIS_SetDefaultOptions’ not found". The path of metis.lib has been added into the system variable. Any suggestions to this error?
Yours
Wan
You will want to check what version of METIS has been installed by
conda. PyFR requires the newer version 5 however many package managers
ship 4 by default.