Skip to content

Commit

Permalink
fix: missing CUDA module
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Jun 12, 2023
1 parent e6f59de commit 8d0abe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dangpu/alphafold2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MAAHKGAEHHHKAAEHHEQAAKHHHAAAEHHEKGEHEQAAHHADTAYAHHKHAEEHAAQAAKHDAEHHAPKPH

```bash
srun -N 1 --ntasks-per-node=10 --gres=gpu:2 --pty bash
module load miniconda/latest
module load miniconda/latest cuda/11.4 cudnn/8.2.2
source activate /maps/projects/dan1/data/Brickman/conda_envs/af2

cd /maps/projects/dan1/data/Brickman/alphafold
Expand Down Expand Up @@ -75,7 +75,7 @@ python run_alphafold.py \
#SBATCH --mail-type=BEGIN,END
#SBATCH --mail-user=YOUR-EMAIL

module load miniconda/latest
module load miniconda/latest cuda/11.4 cudnn/8.2.2
source activate af2
cd ~/projects/data/Brickman/alphafold
mkdir -p /scratch/tmp/alphatest
Expand Down

0 comments on commit 8d0abe3

Please sign in to comment.