[Pw_forum] How to run some jobs subsequently?

Konrad Gruszka kgruszka at wip.pcz.pl
Fri Apr 10 11:52:50 CEST 2015


Hello Mojtaba,

If you use Bash shell you can write simple script containing something 
like this:

#!/bin/bash
  mpiexec -np 8 pw.x -in name.of.input.file.1 -npool 1 > 
name.of.output.file.1
  mpiexec -np 8 pw.x -in name.of.input.file.2 -npool 1 > 
name.of.output.file.2

Then just do  'chmod +x your_script.sh'.

etc..

Best,
Konrad Gruszka, PhD.
Czestochowa University of Technology, Poland

-- 
dr inż. Konrad Gruszka
Politechnika Częstochowska
Instytut Fizyki




More information about the users mailing list