Skip to content
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

Rename abelsiqueira/asreview-cloud to asreview/cloud-usage #21

Merged
merged 1 commit into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions 20-parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To do that, we need the [split-file.py](code/split-file.py) script included in t
To directly download it from the internet, you can issue the following command:

```bash
wget https://raw.githubusercontent.com/abelsiqueira/asreview-cloud/main/code/split-file.py
wget https://raw.githubusercontent.com/asreview/cloud-usage/main/code/split-file.py
```

Now run the following to split on the jobs.sh file into three files:
Expand All @@ -65,7 +65,7 @@ To simplify your usage, we have created the script [parallel_run.sh](code/parall
Download it issuing

```bash
wget https://raw.githubusercontent.com/abelsiqueira/asreview-cloud/main/code/parallel_run.sh
wget https://raw.githubusercontent.com/asreview/cloud-usage/main/code/parallel_run.sh
```

Then you can just run the script below, specifying the number of cores as an argument.
Expand Down
2 changes: 1 addition & 1 deletion 30-many-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For instance, we could write
Now, download the file [many-jobs.sh](code/many-jobs.sh):

```bash
wget https://raw.githubusercontent.com/abelsiqueira/asreview-cloud/main/code/many-jobs.sh
wget https://raw.githubusercontent.com/asreview/cloud-usage/main/code/many-jobs.sh
```

This file should contain something like
Expand Down
4 changes: 2 additions & 2 deletions 40-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ The "single computer" strategy can also be followed to test your scripts before
In both cases, start by cloning this repo, as you will need the configuration files provided here:

```bash
git clone https://github.com/abelsiqueira/asreview-cloud
cd asreview-cloud
git clone https://github.com/asreview/cloud-usage
cd cloud-usage
```

All the `.yml` files that you need to run below are inside the `k8-config` folder.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# asreview-cloud (Running simulations on the cloud and/or in parallel)
# Running simulations on the cloud and/or in parallel

This repository houses some files to help run simulations on the cloud, i.e., outside your computer, possibly in parallel.
We assume that you know how to run simulations on your computer using [Makita](https://github.com/asreview/asreview-makita).
Expand Down