<p>What do the two PBS log files contain?</p>
<div class="gmail_quote">On Aug 1, 2012 11:36 AM, "gklontza" <<a href="mailto:georgia.klontza@ichec.ie">georgia.klontza@ichec.ie</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I have built paraview from source and run it in a small Gemini cluster with 2 nodes. Each node has 32 AMD CPUs and 2 NVIDIA Tesla M2090 GPGPUs.<br>
I'm trying to run the pvserver on the back end with the script file:<br>
<br>
# Set the shell - bash shell<br>
#!/bin/bash<br>
<br>
# job name (default is name of pbs script file)<br>
#PBS -N Server_Script<br>
<br>
# Tell pbs to use XX nodes and YY processors per node<br>
# Note: Cluster uses nodes=XX:ppn=YY but shared memory<br>
# machine uses ncpus=XX to specify resources<br>
#PBS -l nodes=2:ppn=32:gpus=4<br>
<br>
#PBS -j oe<br>
<br>
# resource limits: amount of memory and CPU time ([[h:]m:]s).<br>
#PBS -l walltime=00:30:00<br>
<br>
#PBS -o pview.out<br>
#PBS -e pview.err<br>
#PBS -V<br>
<br>
<br>
cd $PBS_O_WORKDIR<br>
<br>
module load openmpi-intel/1.4.4<br>
module load intel-cc<br>
<br>
mpiexec ./pvserver --use-offscreen-rendering --server-port=11111<br>
<br>
<br>
I can submit it but it can't run. Any suggestion?<br>
<br>
Cheers,<br>
Georgia<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/<u></u>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/<u></u>mailman/listinfo/paraview</a><br>
</blockquote></div>