Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding copper design gif on readme
  • Loading branch information
kaushikvelusamy authored Sep 5, 2024
1 parent fab3d4c commit e4f74d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@

Copper is a read-only cooperative caching layer aimed to enable scalable data loading on massive amounts of compute nodes. This aims to avoid the I/O bottleneck in the storage network and effectively use the compute network for data movement.

The current intended use of copper is to improve the performance of python imports - dynamic shared library loading on Aurora. However, copper can used to improve the performance of any type of redundant data loading on a supercomputer.

More documentation can be found here: [readthedocs](https://alcf-copper-docs.readthedocs.io/en/latest/)

![gifmaker_me](https://github.com/user-attachments/assets/9a6a12a0-2003-42a0-80e2-330305c38524)



### Lists of the current filesystem operations that are supported.

- [x] init
Expand All @@ -18,6 +24,7 @@ More documentation can be found here: [readthedocs](https://alcf-copper-docs.rea
- [x] destroy



### How to load the copper package on Aurora

```
Expand Down

0 comments on commit e4f74d6

Please sign in to comment.