Skip to content

Commit 607d1aa

Browse files
Note about sample run times
1 parent 2d86f58 commit 607d1aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example_slurm_job.sh

+4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ echo ALPHAFOLD_DATADIR=$ALPHAFOLD_DATADIR
2525
# --model_preset=monomer_casp14
2626
# --db_preset=full_dbs (or delete the line; default is "full_dbs")
2727
#
28+
# On a test system with 4x Tesla V100-SXM2, this took about 50 minutes.
29+
#
2830
# To benchmark, running multiple JAX model evaluations (NB this
2931
# significantly increases run time):
3032
# --benchmark
33+
#
34+
# On a test system with 4x Tesla V100-SXM2, this took about 6 hours.
3135

3236
# Run AlphaFold; default is to use GPUs
3337
python3 ${ALPHAFOLD_DIR}/singularity/run_singularity.py \

0 commit comments

Comments
 (0)