Traceback (most recent call last): File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/pyfr", line 267, in main() File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/pyfr", line 112, in main args.process(args) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/pyfr", line 245, in process_run args, NativeReader(args.mesh), None, Inifile.load(args.cfg) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/pyfr", line 226, in _process_common solver = get_solver(backend, rallocs, mesh, soln, cfg) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/solvers/__init__.py", line 16, in get_solver return get_integrator(backend, systemcls, rallocs, mesh, initsoln, cfg) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/integrators/__init__.py", line 36, in get_integrator return integrator(backend, systemcls, rallocs, mesh, initsoln, cfg) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/integrators/dual/phys/controllers.py", line 8, in __init__ super().__init__(*args, **kwargs) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/integrators/dual/phys/base.py", line 19, in __init__ initsoln, cfg, self._stepper_coeffs, self._dt File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/integrators/dual/pseudo/__init__.py", line 55, in get_pseudo_integrator initsoln, cfg, tcoeffs, dt) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/integrators/dual/pseudo/multip.py", line 121, in __init__ initsoln, cfg, tcoeffs, dt) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/integrators/dual/pseudo/pseudocontrollers.py", line 12, in __init__ super().__init__(*args, **kwargs) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/integrators/dual/pseudo/base.py", line 51, in __init__ nregs=self.nregs, cfg=cfg) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/solvers/base/system.py", line 64, in __init__ self._gen_kernels(eles, int_inters, mpi_inters, bc_inters) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/solvers/base/system.py", line 193, in _gen_kernels kernels[pn, kn].append(kgetter()) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/solvers/baseadvec/elements.py", line 61, in out=slicem(self._scal_fpts, s) File "/ccs/proj/cfd141/apps/pyfr/1.10.0/pyfr/solvers/base/elements.py", line 131, in _slice_mat if len(mat.ioshape) >= 3: AttributeError: 'CUDAMatrixSlice' object has no attribute 'ioshape' -------------------------------------------------------------------------- MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD with errorcode 1. NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes. You may or may not see output from other processes, depending on exactly when Open MPI kills them. --------------------------------------------------------------------------