From 445b4be30273d09a1d3fa66f8b46963453c3214f Mon Sep 17 00:00:00 2001 From: Christopher Schmied <schmied@mpi-cbg.de> Date: Tue, 14 Jul 2015 19:21:57 +0200 Subject: [PATCH] Disabled threadbinding for export to hdf5 --- spim_registration/timelapse/export.bsh | 4 ++-- spim_registration/timelapse/export_output.bsh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 spim_registration/timelapse/export.bsh mode change 100644 => 100755 spim_registration/timelapse/export_output.bsh diff --git a/spim_registration/timelapse/export.bsh b/spim_registration/timelapse/export.bsh old mode 100644 new mode 100755 index 1e928a8..6c4a591 --- a/spim_registration/timelapse/export.bsh +++ b/spim_registration/timelapse/export.bsh @@ -9,8 +9,8 @@ import java.io.FilenameFilter; runtime = Runtime.getRuntime(); System.out.println(runtime.availableProcessors() + " cores available for multi-threading"); -Prefs.setThreads(1); // defines the number of threads allowed -print("Threads: "+Prefs.getThreads()); // prints thread setting in output +//Prefs.setThreads(1); // defines the number of threads allowed +//print("Threads: "+Prefs.getThreads()); // prints thread setting in output System.out.println("Start loading parameters"); diff --git a/spim_registration/timelapse/export_output.bsh b/spim_registration/timelapse/export_output.bsh old mode 100644 new mode 100755 index f05798a..065b998 --- a/spim_registration/timelapse/export_output.bsh +++ b/spim_registration/timelapse/export_output.bsh @@ -9,8 +9,8 @@ import java.io.FilenameFilter; runtime = Runtime.getRuntime(); System.out.println(runtime.availableProcessors() + " cores available for multi-threading"); -Prefs.setThreads(1); // defines the number of threads allowed -print("Threads: "+Prefs.getThreads()); // prints thread setting in output +//Prefs.setThreads(1); // defines the number of threads allowed +//print("Threads: "+Prefs.getThreads()); // prints thread setting in output System.out.println("Start loading parameters"); -- GitLab