ltm-erlangen / deal.ii-qc

quasi-continuum approach implemented using deal.II library
GNU Lesser General Public License v2.1
1 stars 0 forks source link

WIP: Indentation save state #295

Closed bodduv closed 6 years ago

bodduv commented 6 years ago

PS: Add code formatting using clang-format is the commit that does the job.

bodduv commented 6 years ago

The program is now multi-threaded. I see clear performance increase with python utitlities/indent.py -j4 from python utitlities/indent.py -j2. When the number of threads isn't mentioned like ' -j4', it will try to pick up maximum threads available minus 1.

I think this is ready to merge (without squashing).