Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An example is this: 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


Sample pbs script to run a comsol job in batch mode

No Format
#!/bin/bash
#PBS -N ComsolJobTest
#PBS -m abe
#PBS -M YourEmail@griffith.edu.au
#PBS -l select=1:ncpus=1:mem=12gb32gb,walltime=0010:50:00
module load  comsol/55
echo "Starting job: "
cd  $PBS_O_WORKDIR
comsol##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

 


Installation

Use instructions in this manual to install comsol on /sw/comsol/4.3.

...