Hello all!
Please forgive me, I have just begun using Abinit and I am having some issues. (If this question is better suited in another category, please let me know!)
I have been following Abinit's first tutorial for new users, involving getting the energetics (among other things) of an H2 molecule. This tutorial can be found at http://www.abinit.org/doc/helpfiles/for ... base1.html.
I don't encounter any issues until it becomes time to run the code. Upon executing Abinit, I have two major problems :
1. I do not see all the output files in my working directory - the most I see is the log file and the .out (output) file.
2. The job, which should converge in seconds, does indeed converge. However, the code does not stop running until I stop it.
All files can be found in Abinit's package folder in the directory tests/tutorial/Input. To skip to where my issue is, please see section 1.1d of the tutorial. I apologize, many of the files' extensions are not supported for upload.
My submission script (abinit.sub) for the job is based off of the script I have for CP2K jobs in order to submit the job to computing nodes, which utilize SLURM to manage jobs; this file can be found pasted below. The Abinit version installed would be Abinit 7.10.4.
People I work with have suggested that it is something wrong with Abinit itself or the data used, as the issues occur whether the job is submitted on my university's computing nodes or login nodes.
Is Abinit a code that must be stopped by the user, or is some communication between Abinit and the computer occuring?
Thank you so much for any help! If you need my log files or anything, please let me know.
Angela
abinit.sub, submission script:
"#!/bin/env bash
#SBATCH --job-name=ab_tbase1_x
#SBATCH --output=vn.out
#SBATCH --nodes=2
#SBATCH --ntasks-per-node=28
#SBATCH --time=0-01:00:00
#SBATCH --cluster=mpi
module purge
module load openmpi/2.0.2
module load abinit-epg/7.10.4
ulimit -s unlimited
ulimit -l unlimited
mpirun -np $SLURM_NTASKS abinit <tbase1_x.files>& log"
Abinit tutorial issues - convergence
Moderator: bguster
-
- Posts: 10
- Joined: Fri Jun 09, 2017 10:50 am
Re: Abinit tutorial issues - convergence
can u post the input files log files and x.files