jade-hpc-gpu / jade-hpc-gpu.github.io

Joint Academic Data Science Endeavour (JADE) is the largest GPU facility in the UK supporting world-leading research in machine learning (and this is the repo that powers its website)
http://www.jade.ac.uk/
Other
24 stars 8 forks source link

I am trying to run an MD simulation using AMBER. #137

Open magbada88 opened 4 years ago

magbada88 commented 4 years ago

Software Request

If you're making a request for software to be installed on JADE please fill in the template below so that we have sufficient information to action your request.

JADE Availability Issue

If you're wanting to report an issue with the availability of JADE, or an issue with your job, then please instead contact your institutional RSE contact.

Website Issues

If you're reporting an issue with the jade.ac.uk website, please provide the following information

magbada88 commented 4 years ago

The job is failing with the following error message: Error: an illegal memory access was encountered launching kernel kNLSkinTest

Here an example of my slurm job file:

!/bin/bash

SBATCH --nodes=1

SBATCH --gres=gpu:1

SBATCH --time=24:00:00

SBATCH -J job1

SBATCH -p small

module load amber/18

pmemd.cuda -O -i step4.1_equilibration.mdin -p helicase_rna_atp_wat.top -c helicase_rna_atp_wat.crd -o step4.1_equilibration.mdout -r step4.1_equilibration.rst7 -inf step4.1_equilibration.mdinfo -ref helicase_rna_atp_wat.crd -x step4.1_equilibration.nc

Thanks

jimboid commented 4 years ago

Hi, Before I start debugging this issue. I had to recompile AMBER 18 yesterday evening due to unexpected removal of Cuda 9.0. I finished compilation and made the module available at about 17:45 yesterday evening. Has this error happened since this time?

Thanks

James