...
No Format |
---|
#!/bin/bash #PBS -N ComsolJobTest #PBS -m abe #PBS -M YourEmail@griffith.edu.au #PBS -l select=1:ncpus=1:mem=32gb,walltime=10:50:00 #PBS -q routeqworkq module load comsol/5561 echo "Starting job: " cd $PBS_O_WORKDIR ##comsol batch -inputfile Model1.mph -outputfile Model1_solved.mph comsol batch -inputfile /sw/comsol/55/multiphysics/demo/builder/thermoelectric_leg.mph -outputfile thermoelectric_leg_solved.mph |
...