First cut at parallelization.

Runs with PhreeqcRM, but I don't think answers are right yet.

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@10561 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2015-12-10 20:56:20 +00:00
parent 258f1064aa
commit 863997d3ae

View File

@ -49,7 +49,7 @@
#endif
#if !defined (_INC_PHREEQC_H) || defined (PHREEQC_PARALLEL)
#if !defined (_INC_PHREEQC_H) || defined (PHREEQC) || defined (PHREEQC_PARALLEL)
mutex_t map_lock = MUTEX_INITIALIZER;
mutex_t qsort_lock = MUTEX_INITIALIZER;
#else