← Back to team overview

yade-dev team mailing list archive

Re: yade parallel problem

 

> 
> "OMP_NUM_THREADS=4 ./yade" is exactly the same as --threads or -j?

Oh yes, see core/main/main.py.in:66

if opts.threads:
	os.environ['OMP_NUM_THREADS']=str(opts.threads)

I will add the equivalence information to the option help.

v





Follow ups

References