mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
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:
parent
258f1064aa
commit
863997d3ae
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user