acroucher / PyTOUGH

A Python library for automating TOUGH2 simulations of subsurface fluid and heat flow
GNU Lesser General Public License v3.0
96 stars 36 forks source link

Multiple t2data.run() conflict each other in certain situations #10

Closed cyeh015 closed 9 years ago

cyeh015 commented 9 years ago

When there are multiple calls of t2data.run() in parallel, using absolute path in simulator may cause trouble. This is due to the internally generated simulatorxxx_input.dat file being shared by multiple parallel calls.

Possible fixes: