Open groponp opened 8 months ago
it seems related to cython with python version. @groponp Can you please try pytraj with python 3.11 instead?
conda install conda-forge::ambertools
Dear @hainm, thanks so much for your answer !
I would can try it.
@hainm I want to asked you, too. Is autoimage enable to use him with pmap?. Now when I use pmap, Have always I that contrast against serial calculation ?
@hainm I want to asked you, too. Is autoimage enable to use him with pmap?. Now when I use pmap, Have always I that contrast against serial calculation ?
Dear @groponp , what do you mean about "him" in this question?
I'm sorry I have a mistake , I want to say use with pmap,
I'm sorry I have a mistake , I want to say use with pmap,
@groponp I don't think so. pmap
only works with method having register_map
decorator: https://github.com/Amber-MD/pytraj/blob/a318898a88d3506305d2e409ccd1344e452b2a40/pytraj/all_actions.py
Hi,
I'm trying to use the pmap method : In [7]: pt.version Out[7]: '2.0.5'
traj = pt.iterload("04_MD/MD_r1.dcd", "files/MD_QwikMD.psf") pt.pmap(pt.radgyr, traj, n_cores=4)
error:
TypeError Traceback (most recent call last)