Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Mar 8, 2018
1 parent 954b41b commit be96181
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
17 changes: 0 additions & 17 deletions assets/inputs/test_job/job.tt

This file was deleted.

18 changes: 18 additions & 0 deletions test/test_job/job.tt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash
#SBATCH -N 1
#SBATCH --ntasks-per-node=24
#SBATCH --time=24:00:00
#SBATCH -J test_job
#SBATCH -p defpart

module load open-mpi/gcc/1.10.2
module load mkl/2016.1.056

#mpirun -np 24 ~/bin/pw.x <vc_rel.in> vc_rel.out
mpirun -np 24 ~/bin/pw.x <scf.in> scf.out
mpirun -np 24 ~/bin/pw.x <bands.in> bands.out
mpirun -np 24 ~/bin/projwfc.x <projwfc.in> projwfc.out
mpirun -np 24 ~/bin/pw.x <nscf.in> nscf.out
~/bin/wannier90.x -pp wan
mpirun -np 24 ~/bin/pw2wannier90.x <pw2wan.in> pw2wan.out
~/bin/wannier90.x wan

0 comments on commit be96181

Please sign in to comment.