Skip to content

Commit 1affe68

Browse files
Added Maxwell alternatives
1 parent 6d3b46a commit 1affe68

2 files changed

Lines changed: 59 additions & 1 deletion

File tree

docs/working-with-hpc/gpu-on-maxwell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ source ~/.bash_profile
4545
source ~/.bashrc
4646
```
4747

48-
`--gres` (Generic Resource) parameter specifies the type and the number of GPUs required, so in this case I will be using NVIDIA A100 GPU and the number of GPUs that I will be using is 1, for the types and number of GPUs that you can use, please refer to the `GPU Code` and `Number of GPUs` column on the table respectively. For the `--partition` please refer to the `Partition` column
48+
`--gres` (Generic Resource) parameter specifies the type and the number of GPUs required, so in this case I will be using NVIDIA A100 GPU and the number of GPUs that I will be using is 1, for the types and number of GPUs that you can use, please refer to the `GPU Code` and `Number of GPUs` column on the table respectively. For the `--partition` please refer to the `Partition` column.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Maxwell Alternatives
3+
label: Maxwell Alternatives
4+
sidebar_position: 98
5+
---
6+
7+
So Maxwell is down for a while now and you want to still work on your analyses, here are some alternatives (free compute power) that you can use:
8+
## [Google Colab](https://colab.research.google.com/)
9+
**Pros**:
10+
- Free access to GPUs (T4, P100) and TPUs
11+
- Jupyter notebook interface
12+
- You can connect to your Google Drive easily without additional libraries
13+
- Supports Python, R and Julia
14+
- Allows custom datasets, and pip/apt installs
15+
- Pro/Pro+ options offer longer sessions, more resources
16+
- Supports Gemini AI
17+
18+
**Cons**:
19+
- Session timeout after 12 hrs (free), idle timeout ~90 mins, there's a hack for this but I will try to explain it on another post
20+
- Unstable availability of high-tier GPU
21+
- Your data will be gone once the session ends (So make sure to connect to your Google Drive)
22+
23+
**Verdict**:
24+
- I love Google Colab for quick prototyping and testing my code for analysis, Gemini AI can be helpful sometimes too, the only thing that I hate about it is the timeout thing prevents you from running long process
25+
26+
27+
## [Kaggle Notebook](https://www.kaggle.com/code)
28+
**Pros**:
29+
- Free GPU (T4) and 16GB RAM, up to 30 hrs/week
30+
- Preloaded with many ML/DL libraries
31+
- Versioning (You can run your job and leave it be without the worry of having timeout like Google Colab)
32+
- Supports Python and R
33+
34+
**Cons**:
35+
- GPU sessions limited to 9 hrs max
36+
- Fewer customizations than Colab
37+
- Require additional libraries to connect to external storage
38+
39+
**Verdict**:
40+
- I usually go with Kaggle Notebook despite I like Google Colab UI better but Kaggle Notebook has everything you need most of the time
41+
42+
## [Posit Cloud](https://posit.cloud/)
43+
**Pros**:
44+
- Designed specifically for R
45+
- Native RStudio interface — no setup needed
46+
- Great for RMarkdown, Shiny, Quarto, and teaching
47+
- Supports CRAN, Bioconductor, and GitHub packages
48+
- Persistent storage and auto-saving
49+
50+
**Cons**:
51+
- No GPU/TPU access
52+
- Limited compute (1 GB RAM on free tier)
53+
- Session timeout after 1 hour (free)
54+
- 15 project-hours/month limit on free tier
55+
- Very slow for heavy data processing and sometimes it fails
56+
57+
**Verdict**:
58+
- Only good for testing R packages on a small-sized dataset because of the fast installation of the packages, otherwise I barely use it

0 commit comments

Comments
 (0)