Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.
Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Problem about running on cluster
Posted 3 févr. 2011, 08:52 UTC−5 RF & Microwave Engineering Version 3.5a, Version 4.1 5 Replies
Please login with a confirmed email address before reporting spam
About Our University cluster :
1). 194 computing nodes, 8cores/node
2). PBS/Torque (Portable Batch System) for the resource management.
We have comsol v3.5a and v4.1 installed on cluster. Now I have been trying to make comsol (comsol batch mode) run on several nodes on cluster. But it seems it doesn't work correctly.
I wrote a PBS-job script according to the comsol documentation, something like:
#!bin/sh
#PBS -l nodes=2:ppn=8
..............
.............
comsol -nn $NODES -mpirsh ssh mpd boot -f comsolenodes
comsol -nn $NODES -np $CORES batch -inputfile test2.mph
comsol -mpirsh ssh mpd allexit
I tried to make it run on 2 (or 3) nodes and 8 cores on each node. but the output showed the model were submit to 2 (or 3) nodes, and each node run the same thing.
Is there any special setting on comsol solver in order to make it run on several nodes??
does anyone have some experience on writing a PBS-job script used to submit comsol model to cluster?
how to make the comsol batch run on several nodes?
1). 194 computing nodes, 8cores/node
2). PBS/Torque (Portable Batch System) for the resource management.
We have comsol v3.5a and v4.1 installed on cluster. Now I have been trying to make comsol (comsol batch mode) run on several nodes on cluster. But it seems it doesn't work correctly.
I wrote a PBS-job script according to the comsol documentation, something like:
#!bin/sh
#PBS -l nodes=2:ppn=8
..............
.............
comsol -nn $NODES -mpirsh ssh mpd boot -f comsolenodes
comsol -nn $NODES -np $CORES batch -inputfile test2.mph
comsol -mpirsh ssh mpd allexit
I tried to make it run on 2 (or 3) nodes and 8 cores on each node. but the output showed the model were submit to 2 (or 3) nodes, and each node run the same thing.
Is there any special setting on comsol solver in order to make it run on several nodes??
does anyone have some experience on writing a PBS-job script used to submit comsol model to cluster?
how to make the comsol batch run on several nodes?
5 Replies Last Post 18 mars 2012, 23:05 UTC−4