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.
Cluster seems to run perfectly and outputs a file named test2out.mph but no results are shown
Posted 17 ago 2011, 19:54 GMT-4 Version 4.0a, Version 4.2 3 Replies
Please login with a confirmed email address before reporting spam
So i'm running my comsol 4.0a cluster from the command line with the bash script:
#!/bin/bash
#PBS -N comsol
#PBS -l nodes=5:ppn=8
cd /home/higginsb/comsol/
/share/apps/comsol40a/bin/comsol -nn 5 mpd boot -v -r ssh -f $PBS_NODEFILE
/share/apps/comsol40a/bin/comsol mpd trace
/share/apps/comsol40a/bin/comsol -nn 5 -np 8 batch -inputfile /home/higginsb/comsol/test2.mph -outputfile /home/higginsb/comsol/test2out.mph -batchlog b.log
/share/apps/comsol40a/bin/comsol mod all exit
everything seems to run perfect and i can monitor the cluster as its distributes the model across the nodes, but when it's done and i open the output file I get no results. I really can't figure out what is going on and i'm sure i'm just over looking something small but i've been at it for about 4 months now and can't find what is going wrong.
Some one please help me!!
Cheers!
Ben
#!/bin/bash
#PBS -N comsol
#PBS -l nodes=5:ppn=8
cd /home/higginsb/comsol/
/share/apps/comsol40a/bin/comsol -nn 5 mpd boot -v -r ssh -f $PBS_NODEFILE
/share/apps/comsol40a/bin/comsol mpd trace
/share/apps/comsol40a/bin/comsol -nn 5 -np 8 batch -inputfile /home/higginsb/comsol/test2.mph -outputfile /home/higginsb/comsol/test2out.mph -batchlog b.log
/share/apps/comsol40a/bin/comsol mod all exit
everything seems to run perfect and i can monitor the cluster as its distributes the model across the nodes, but when it's done and i open the output file I get no results. I really can't figure out what is going on and i'm sure i'm just over looking something small but i've been at it for about 4 months now and can't find what is going wrong.
Some one please help me!!
Cheers!
Ben
3 Replies Last Post 19 ago 2011, 04:15 GMT-4