laytonjbgmail

Results 4 comments of laytonjbgmail

Thanks for the quick response. I cloned the repo to my workstation. Then I tried running setup.py again and got the following: ``` $ python ./setup.py install /home/laytonjb/anaconda3/lib/python3.9/site-packages/setuptools/dist.py:772: UserWarning: Usage...

Christoph, Yes, I'm using pymp in an earlier part of the code. It works correctly and I can see the various processes being created, running, and then stopping. I'm trying...

To add a little more to the report, I'm using two nodes with 8 GPUs per node for a 16 GPU, 2 Node run of my code. When I run...

The next part of the code is the following: gpus = tf.config.experimental.list_physical_devices('GPU') if (hvd.local_rank() == 0): print(" ", flush=True) print("gpus = ", gpus, flush=True) # end if for gpu in...