You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
9 years ago
|
#!/bin/bash
|
||
|
#PBS -l nodes=1:ppn=4,walltime=0:40:00
|
||
|
#PBS -A ambra
|
||
|
#PBS -o pbs.output
|
||
|
#PBS -e pbs.error
|
||
|
cd $PBS_O_WORKDIR
|
||
|
mpirun -np 4 ./mld_dexample_1lev<1lev.inp
|
||
|
|
||
|
|