lanl / dfnWorks

dfnWorks is a parallelized computational suite to generate three-dimensional discrete fracture networks (DFN) and simulate flow and transport. If you download the software please fill out our interest form to stay up to date on releases https://goo.gl/forms/VE39oKsyp4LVC6Gj2 and join our google group https://groups.google.com/d/forum/dfnworks-users . Precompiled Docker Container https://hub.docker.com/r/ees16/dfnworks
https://dfnworks.lanl.gov/
Other
73 stars 42 forks source link

Silence console printing #76

Open gbene opened 6 months ago

gbene commented 6 months ago

Hi everyone!

I was wandering if there is an option (i.e. verbose for the output_report method) or procedure to follow when compiling, to silence all the printing that is going on in the console. We are experimenting with iterative DFN generation and would like a less "messy" output in the console.

Thanks!

hymanjd commented 6 months ago

You can always pipe the screenout output to a file

python dfnworks_driver.pu logfile.out