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

Commit

Permalink
redirec qsub to fifo in sigularity
Browse files Browse the repository at this point in the history
  • Loading branch information
poquirion committed Nov 10, 2016
1 parent 4bc0c65 commit e63f0a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions psom_run_script.m
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
name_job = opt.name_job;
end

instr_qsub_singularity = sprintf('%s %s -N %s -v PSOM_SINGULARITY_IMAGE=%s %s %s %s %s' ...
instr_qsub_singularity = sprintf('psom_image_exec_redirection.sh %s %s -N %s -v PSOM_SINGULARITY_IMAGE=%s %s %s %s %s' ...
, sub, qsub_logs, name_job,opt.singularity_image, opt.qsub_options ...
, script , result_path, agent_id );

Expand All @@ -475,8 +475,8 @@

end
fprintf(1,'running\n %s\n', instr_qsub_singularity)
%[flag_failed,msg] = system(instr_qsub_singularity)
[flag_failed,msg] = system(['echo ' instr_qsub_singularity])
[flag_failed,msg] = system(instr_qsub_singularity)
%[flag_failed,msg] = system(['echo ' instr_qsub_singularity])

end

Expand Down

0 comments on commit e63f0a1

Please sign in to comment.