[AMBER] Sander.mpi haults at 999 steps

From: Montalvillo, Fernando via AMBER <amber.ambermd.org>
Date: Tue, 27 Feb 2024 00:21:19 +0000

Hi, I have been trying to follow the Amber TI tutorial:https://ambermd.org/tutorials/advanced/tutorial9/index.html#home

I cannot run the free energy part of tutorial: the scripts submit_ligands.sh and submit_complex.sh.

I was able to run the short equilibration for the set-up part which requires parallel running. So, I think I was able to install amber with mpi correctly. I installed Amber20 with AmberTools23 (i don't know if that is a problem). I installed mpi with openmpi-4.1.1

I don't get any error; the simulation just halts at 999thstep for either the ligands or the complex simulations (weird, since they are different atom number size) and the job keeps appearing on the queue without being halted.

This is how I submit the job:

#!/bin/bash
#SBATCH --job-name=ti_ligands
#SBATCH --nodes=1
#SBATCH --ntasks=16
#SBATCH --partition=torabifard
#SBATCH --time=48:00:00
#SBATCH --output=ti_complex_%j.out
#SBATCH --error=ti_complex_%j.err

source /mfs/io/groups/torabifard/Amber20-mpi-Fernando/amber22/amber.sh
export PATH=/mfs/io/groups/torabifard/Amber20-mpi-Fernando/amber22_src/bin:$PATH
export LD_LIBRARY_PATH=/mfs/io/groups/torabifard/Amber20-mpi-Fernando/amber22_src/lib:$LD_LIBRARY_PATH

# Run your simulation command here
mpirun -np 16 $AMBERHOME/bin/sander.MPI -ng 2 -groupfile ../ti001.group
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Feb 26 2024 - 16:30:02 PST
Custom Search