Skip to content

Commit df25ea5

Browse files
committed
fixed broken links
1 parent 7f73722 commit df25ea5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/hpc/06_tools_and_software/01_software_on_greene.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are different types of software packages available
77
- This includes the licensed software listed below
88
- Singularity Containers
99
- You can find those already built and ready to use, at location `/scratch/work/public/singularity/`
10-
- For more information on running software with Singularity, See [Singularity: Run Custom Applications with Containers](../07_containers/05_singularity_run_custom_applications_with_containers.md).
10+
- For more information on running software with Singularity, See our [Containers Intro](../07_containers/01_intro.md).
1111
- Python/R/Julia packages can be installed by a user
1212

1313
If you need another linux program installed, please contact us at [hpc@nyu.edu](mailto:hpc@nyu.edu)
@@ -32,9 +32,9 @@ Below is a list of modules and their associated functions:
3232

3333

3434
## Package Management for R, Python, & Julia, and Conda in general
35-
- [Conda environments (Python, R)](../06_tools_and_software/02_conda_environments.md)
36-
- [Using virtual environments for Python](../06_tools_and_software/03_python_packages_with_virtual_environments.md)
37-
- [Managing R packages with renv](../06_tools_and_software/04_r_packages_with_renv.md)
35+
- [Conda environments (Python, R)](../06_tools_and_software/04_conda_environments.md)
36+
- [Using virtual environments for Python](../06_tools_and_software/02_python_packages_with_virtual_environments.md)
37+
- [Managing R packages with renv](../06_tools_and_software/03_r_packages_with_renv.md)
3838

3939
## Examples of software usage on Greene
4040
Examples can be found under `/scratch/work/public/examples/` and include the following

docs/hpc/07_containers/03_singularity_with_conda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ pip install tensorboard
287287
```
288288

289289
:::note
290-
[Click here](../06_tools_and_software/02_conda_environments.md) for information on how to configure your conda environment.
290+
[Click here](../06_tools_and_software/04_conda_environments.md) for information on how to configure your conda environment.
291291
:::
292292

293293
Please also keep in mind that once the overlay image is opened in default read-write mode, the file will be locked. You will not be able to open it from a new process. Once the overlay is opened either in read-write or read-only mode, it cannot be opened in RW mode from other processes either. For production jobs to run, the overlay image should be open in read-only mode. You can run many jobs at the same time as long as they are run in read-only mode. In this ways, it will protect the computation software environment, software packages are not allowed to change when there are jobs running.

0 commit comments

Comments
 (0)