How to submit VWT job in cluster
Find more posts tagged with
Thank you for your reply. I'm using a cluster. In that I've to submit the job in queue. I think PBS is there. below is the output which I got when I submitted a job to the cluster
I am getting the same error
AcuSolve commands have a help, that can be called by using '-h' option.
Eg. acuVwt -h
Usage: /soft/usr/hw12.0.1/altair/acusolve/linux64/plugins/bin/acuVwt working_directory par_file_prefix
I am bit skeptical about number_of_proc=10 and proc_per_node=10 in the arguments you are using.
Are you using a cluster with job scheduler like PBS or is it a standalone Linux workstation?
What version of AcuSolve and VWT are you using? Is it AcuSolve 12.0 or 12.0.311? You could check using 'acuRun -h'
AcuSolve commands and their arguments are listed in AcuSolve-Programs-Reference-Manual.pdf
Check for a path similiar to this in your installation. It would PDF documents for help.
C:\HW12\acusolve\win64\doc
Alternatively, these manuals are available via Resource Library:
np & ppn were misisng from the first command.
Try starting with following. That would be the easiest way to get started and reduce number of error source.s
/altair/hw/12.0/altair/acusolve/linux64/plugins/bin/acuVwtScript /stage/adarshp/vwtest vwtAnalysis 4 4
It seems Xvfb might not be installed or running.
To see if Xvfb is running: ps -ef | grep -i xvfb
To check if Xvfb is installed: rpm -qa | grep -i xvfb (this is for a RHEL based Linux)
I installed Xvfb on the system after that:
If you can run AcuConsole on the system, then acuVwt requires additionally Xvfb.
AcuConsole requires Coin3D and that in turns OpenGL. Check this post.
Job submission via command line
$ path_to_acuVwt/acuVwt path_to_working_directory parfile_prefix sub num_processors(np) num_processors_per_node(ppn)
If there is cluster management tool (like PBS), then job submission script would have to be altered by cluster admin. You have to invoke acuVwt.sh and not acuRun.
Are you using cluster or workstation?