Skip to content

Drop chmod step; mention path to cluster_info #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,11 @@ The default line is:
python -m venv GA_env
```

3. Make the bash script executable:
```bash
$ chmod +x shared_directory/GreenAlgorithms4HPC/myCarbonFootprint.sh
```

4. Edit `cluster_info.yaml` to plug in the values corresponding to the hardware specs of your cluster
3. Edit `data/cluster_info.yaml` to plug in the values corresponding to the hardware specs of your cluster
(this is the tricky step). You can ask your HPC team and
you can find a lot of useful values on the Green Algorithms GitHub: https://github.com/GreenAlgorithms/green-algorithms-tool/tree/master/data

5. Run the script a first time. It will check that the correct version of python is used
4. Run the script a first time. It will check that the correct version of python is used
and will create the virtualenv with the required packages, based on `requirements.txt`:
```shell script
$ shared_directory/GreenAlgorithms4HPC/myCarbonFootprint.sh
Expand Down