Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Switched the default execution mode for 'background' for both the pip…
Browse files Browse the repository at this point in the history
…eline managers and the jobs. Also changed version number to version 1.0.4.
  • Loading branch information
pbellec committed Jun 7, 2015
1 parent 6608bca commit d9b51ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psom_gb_vars.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
gb_psom_mode = 'background';

% Options for the execution mode of the pipeline manager
gb_psom_mode_pm = 'session';
gb_psom_mode_pm = 'background';

% Options for the maximal number of jobs
gb_psom_max_queued = 2;
Expand Down Expand Up @@ -68,7 +68,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% PSOM version
gb_psom_version = '1.0.2'; % PSOM release number
gb_psom_version = '1.0.4'; % PSOM release number

% Is the environment Octave or Matlab ?
if exist('OCTAVE_VERSION','builtin')
Expand Down

0 comments on commit d9b51ae

Please sign in to comment.