Skip to content

Commit

Permalink
Move gpu util scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Aug 20, 2024
1 parent 5134a85 commit 7a63505
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@ a version with GPU support:
by SCICO (as specified in the ``requirements.txt`` file).


The script `misc/envinfo.py <https://github.com/lanl/scico/blob/main/misc/envinfo.py>`_
The script
`misc/gpu/envinfo.py <https://github.com/lanl/scico/blob/main/misc/gpu/envinfo.py>`_
in the source distribution is provided as an aid to debugging GPU support
issues. The script `misc/availgpu.py <https://github.com/lanl/scico/blob/main/misc/availgpu.py>`_
issues. The script
`misc/gpu/availgpu.py <https://github.com/lanl/scico/blob/main/misc/gpu/availgpu.py>`_
can be used to automatically recommend a setting of the CUDA_VISIBLE_DEVICES
environment variable that excludes GPUs that are already in use.

Expand Down
8 changes: 7 additions & 1 deletion misc/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Miscellaneous
=============

This directory is a temporary location for content for which there is no immediately obvious correct location.
This directory is a temporary location for content for which there is no
obviously more appropriate location:

- ``conda``: Scripts intended to faciliate the installation of
`miniconda <https://docs.conda.io/en/latest/miniconda.html>`__
and an environment with all SCICO requirements.
- ``gpu``: Scripts for debugging and managing JAX use of GPUs.
- ``pytest``: Scripts for specialized runs of ``pytest``.
File renamed without changes.
File renamed without changes.

0 comments on commit 7a63505

Please sign in to comment.