You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
#PBS -N Fe3GeTe2-uu
|
|
#PBS -e error.err
|
|
#PBS -q cola_d
|
|
#PBS -l select=1:ncpus=20:mpiprocs=20
|
|
cd $PBS_O_WORKDIR
|
|
mpirun siesta < Fe3GeTe2.fdf > Fe3GeTe2.out
|