Skip to content
Snippets Groups Projects
Commit 71ba9e2f authored by Moises Fernandez's avatar Moises Fernandez
Browse files

change the name of the command execute for print it in the file commands.txt

parent 41f83bff
No related branches found
No related tags found
No related merge requests found
...@@ -137,9 +137,9 @@ mkdir -p ${subjdir}.bedpostX/logs/pid_${$} ...@@ -137,9 +137,9 @@ mkdir -p ${subjdir}.bedpostX/logs/pid_${$}
mkdir -p ${subjdir}.bedpostX/xfms mkdir -p ${subjdir}.bedpostX/xfms
if [ ${gflag} -eq 1 ]; then if [ ${gflag} -eq 1 ]; then
echo "bedpostx_gpu "${subjdir} $opts "-g" >> ${subjdir}.bedpostX/commands.txt echo "bedpostx_multigpu_LSF "${subjdir} $opts "-g" >> ${subjdir}.bedpostX/commands.txt
else else
echo "bedpostx_gpu "${subjdir} $opts >> ${subjdir}.bedpostX/commands.txt echo "bedpostx_multigpu_LSF "${subjdir} $opts >> ${subjdir}.bedpostX/commands.txt
fi fi
echo "..............Compiling CUDA-gpu code .................." echo "..............Compiling CUDA-gpu code .................."
......
...@@ -149,9 +149,9 @@ mkdir -p ${subjdir}.bedpostX/logs/pid_${$} ...@@ -149,9 +149,9 @@ mkdir -p ${subjdir}.bedpostX/logs/pid_${$}
mkdir -p ${subjdir}.bedpostX/xfms mkdir -p ${subjdir}.bedpostX/xfms
if [ ${gflag} -eq 1 ]; then if [ ${gflag} -eq 1 ]; then
echo "bedpostx_multigpu_sge "${subjdir} $opts "-g" >> ${subjdir}.bedpostX/commands.txt echo "bedpostx_multigpu_SGE "${subjdir} $opts "-g" >> ${subjdir}.bedpostX/commands.txt
else else
echo "bedpostx_multigpu_sge "${subjdir} $opts >> ${subjdir}.bedpostX/commands.txt echo "bedpostx_multigpu_SGE "${subjdir} $opts >> ${subjdir}.bedpostX/commands.txt
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment