diff options
author | Thomas White <taw@physics.org> | 2011-10-05 10:52:16 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:38 +0100 |
commit | d5965bf9600d843e68284c6da3d3a6989cbe5877 (patch) | |
tree | f18a84cecd78190ee37a496fd1255fa71881001a | |
parent | 98d13a3018eef9ed03f5935021ced62deffa4b6e (diff) |
Add comment
-rw-r--r-- | src/hrs-scaling.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index b33f4932..a3d54656 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -218,6 +218,7 @@ static void run_merge_job(void *vwargs, int cookie) if ( !get_scalable(refl) ) continue; get_indices(refl, &h, &k, &l); + /* FIXME (somehow): Huge contention on this lock */ pthread_mutex_lock(wargs->full_lock); f = find_refl(full, h, k, l); if ( f == NULL ) { |