...
Primjer skripte za opis poslova:
Code Block | ||||
---|---|---|---|---|
| ||||
#!/bin/bash #$ -N qe #$ -cwd #$ -pe p28-mpi 2 #$ -j y module load quantum-espresso/6.7 mpirun -np 2 /apps/qe/6.7/mvapich2-intel-2.2/bin/turbo_lanczos.x -inp benzene_tl.in > benzene_tl.out |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
#!/bin/bash #$ -N qe #$ -cwd #$ -pe p28-mpi 2 #$ -j y module load quantum-espresso/6.7 mpirun -np 2 /apps/qe/6.7/mvapich2-intel-2.2/bin/turbo_lanczos.x -inp benzene_tl.in > benzene_tl.out |
...