[Paraview] PV 3.0.2 parallel: Got unknown argument: -p4wd

Stephen Wornom stephen.wornom at sophia.inria.fr
Tue Aug 5 07:40:13 EDT 2008


I use 3.0.2 How do I correct the problem? This is my script:

 cat paraview_xeon_8.pbs
#!/bin/sh
#PBS -N "Paraview_8"
#PBS -l "nodes=1:xeon:ppn=8"
#PBS -l "walltime=4:00:00"

#PBS -o "Paraview_8.out"
#PBS -m e
cd $PBS_O_WORKDIR
server=`hostname`
echo "The server is listening on host $server "

/usr/bin/mpiexec /usr/local/paraview/bin/pvserver --use-offscreen-rendering


Stephen


More information about the ParaView mailing list