You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the latest PySCF 1.6 and mpi4pyscf, and run the following test: OMP_NUM_THREADS=2 mpirun -np 2 python 01-parallel_hf.py
I get the following error:
Traceback (most recent call last):
File "/export/zgid/yanbing/softwareRepo/mpi4pyscf/init.py", line 32, in
mpi.pool.wait()
File "/export/zgid/yanbing/softwareRepo/mpi4pyscf/tools/mpi_pool.py", line 111, in wait
ans = self.function(*task) # task = worker_args
File "/export/zgid/yanbing/softwareRepo/mpi4pyscf/tools/mpi.py", line 486, in _init_on_workers
obj = cls(*args, **kwargs)
File "/export/zgid/yanbing/softwareRepo/pyscf/pyscf/pbc/df/mdf.py", line 331, in init
self.mesh = _mesh_for_valence(cell)
File "/export/zgid/yanbing/softwareRepo/pyscf/pyscf/pbc/df/mdf.py", line 302, in _mesh_for_valence
precision = cell.precision * 10
AttributeError: 'Mole' object has no attribute 'precision'
application called MPI_Abort(MPI_COMM_WORLD, 0) - process 1
The text was updated successfully, but these errors were encountered:
sunqm
added a commit
to sunqm/mpi4pyscf
that referenced
this issue
Mar 7, 2019
I have the latest PySCF 1.6 and mpi4pyscf, and run the following test:
OMP_NUM_THREADS=2 mpirun -np 2 python 01-parallel_hf.py
I get the following error:
The text was updated successfully, but these errors were encountered: