Hello Guys,
I am trying to run my optistruct job on a linux machine with multiple cores. i would like to utilize all my computers computing power. I am trying to run the job with -nproc (and choosing the number of CPU's the job has to use) as an additional command while starting my optistruct job.
But irrespective of the number I give, my job runs only on one CPU, this I check by using 'top' while the calculation is running.
i.e in the shell ' optistruct *.fem -analysis -nproc 3'
& then
'top'
Does any one have a solution for this? or am I making an error in the command or in understanding how the processors are used by optistruct?