Skip to content

Run on GPU Error #39

Open
Open
@erdaqorri

Description

@erdaqorri

Hi,
Thank you for developing Parafold.

I successfully ran the CPU part using the script you provided, however when I try to run the GPU part I get the error attached to the file here. This is the script that I am using to submit the job to the cluster.

#!/bin/bash

#SBATCH --job-name=parafold_gpu # Remove the file extension from the input filename
#SBATCH --output=parafold_gpu.out # Remove the file extension from the input filename
#SBATCH --nodes=1
#SBATCH --cpus-per-task=8
#SBATCH --mem=80GB
#SBATCH --partition=gpu
#SBATCH --gres=gpu:1

./run_alphafold.sh
-d /home/p_af2qe/monomer_af2_db
-o output
-m model_1,model_2,model_3,model_4,model_5
-p monomer_ptm
-i /home/p_af2qe/ParallelFold/input/mono_set1/GA98.fasta
-t 1800-01-01 \

Thank you for your help!

Alexa

parafold_gpu_part_err.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions