File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2586,7 +2586,7 @@ void *blas_memory_alloc(int procpos){
2586
2586
printf ("Alloc Start ...\n" );
2587
2587
#endif
2588
2588
2589
- #if defined(WHEREAMI ) && !defined(USE_OPENMP )
2589
+ /* #if defined(WHEREAMI) && !defined(USE_OPENMP)
2590
2590
2591
2591
mypos = WhereAmI();
2592
2592
@@ -2596,20 +2596,20 @@ void *blas_memory_alloc(int procpos){
2596
2596
do {
2597
2597
if (!memory[position].used && (memory[position].pos == mypos)) {
2598
2598
LOCK_COMMAND(&alloc_lock);
2599
- /* blas_lock(&memory[position].lock);*/
2599
+ // blas_lock(&memory[position].lock);
2600
2600
2601
2601
if (!memory[position].used) goto allocation;
2602
2602
2603
2603
UNLOCK_COMMAND(&alloc_lock);
2604
- /* blas_unlock(&memory[position].lock);*/
2604
+ // blas_unlock(&memory[position].lock);
2605
2605
}
2606
2606
2607
2607
position ++;
2608
2608
2609
2609
} while (position < NUM_BUFFERS);
2610
2610
2611
2611
2612
- #endif
2612
+ #endif */
2613
2613
2614
2614
position = 0 ;
2615
2615
You can’t perform that action at this time.
0 commit comments