Test for the MphysAeroStruct in DAFoam 3.0.1 failed #350
Unanswered
kapok62
asked this question in
Installation
Replies: 1 comment 1 reply
-
Have you checked this? #344 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, the test of the MphysAeroStruct failed When I install DAFoam 3.0.1 .
I really hope to get your help.
Thanks a lot.
The error is :
Traceback (most recent call last):
File "runTests_MphysAeroStruct.py", line 14, in
from tacs.mphys import TacsBuilder
File "/home/lcy/dafoam/repos/tacs/tacs/init.py", line 50, in
from . import pytacs
File "/home/lcy/dafoam/repos/tacs/tacs/pytacs.py", line 35, in
from tacs.pymeshloader import pyMeshLoader
File "/home/lcy/dafoam/repos/tacs/tacs/pymeshloader.py", line 16, in
from pyNastran.bdf.bdf import read_bdf
File "/home/lcy/dafoam/packages/miniconda3/lib/python3.8/site-packages/pyNastran/bdf/bdf.py", line 165, in
from .bdf_methods import BDFMethods
File "/home/lcy/dafoam/packages/miniconda3/lib/python3.8/site-packages/pyNastran/bdf/bdf_methods.py", line 30, in
from pyNastran.nptyping import NDArray3float
File "/home/lcy/dafoam/packages/miniconda3/lib/python3.8/site-packages/pyNastran/nptyping.py", line 6, in
NDArray3float = NDArray[(3, ), float]
File "/home/lcy/dafoam/packages/miniconda3/lib/python3.8/site-packages/nptyping/base_meta_classes.py", line 138, in getitem
args = cls._get_item(item)
File "/home/lcy/dafoam/packages/miniconda3/lib/python3.8/site-packages/nptyping/ndarray.py", line 69, in _get_item
shape, dtype = cls._get_from_tuple(item)
File "/home/lcy/dafoam/packages/miniconda3/lib/python3.8/site-packages/nptyping/ndarray.py", line 110, in _get_from_tuple
shape = cls._get_shape(item[0])
File "/home/lcy/dafoam/packages/miniconda3/lib/python3.8/site-packages/nptyping/ndarray.py", line 123, in _get_shape
raise InvalidArgumentsError(
nptyping.error.InvalidArgumentsError: Unexpected argument '(3,)', expecting Shape[] or Literal[] or typing.Any.
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[12214,1],1]
Exit code: 1
[NU-PC:3688647] 3 more processes have sent help message help-mpi-btl-base.txt / btl:no-nics
[NU-PC:3688647] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
MphysAeroStruct: Failed!
Beta Was this translation helpful? Give feedback.
All reactions