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.
|
#!/bin/bash
|
|
#PBS -l nodes=1:ppn=4,walltime=10:00:00
|
|
#PBS -A ambra
|
|
#PBS -o pbs2.output
|
|
#PBS -e pbs2.error
|
|
cd $PBS_O_WORKDIR
|
|
mpirun -np 4 ./mld_dexample_ml<ml.inp
|
|
|