Skip to content
Snippets Groups Projects
Commit ac750a40 authored by Morris Jette's avatar Morris Jette
Browse files

Minor test streamlining

parent 1a52b725
No related branches found
No related tags found
No related merge requests found
...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH) ...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH)
make_bash_script $file_in " make_bash_script $file_in "
env | grep SLURM_NNODES env | grep SLURM_NNODES
$bin_rm -f ${sgather_out}\* $bin_rm -f ${sgather_out}\*
$srun $bin_rm -f $sgather_tmp $srun $bin_cp -f $sgather $sgather_tmp
$srun $bin_cp $sgather $sgather_tmp
$sgather -v $sgather_tmp $sgather_out $sgather -v $sgather_tmp $sgather_out
sum $sgather ${sgather_out}\* sum $sgather ${sgather_out}\*
$bin_rm ${sgather_out}\* $bin_rm ${sgather_out}\*
......
...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH) ...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH)
make_bash_script $file_in " make_bash_script $file_in "
env | grep SLURM_NNODES env | grep SLURM_NNODES
$bin_rm -f ${sgather_out}\* $bin_rm -f ${sgather_out}\*
$srun $bin_rm -f $sgather_tmp $srun $bin_cp -f $sgather $sgather_tmp
$srun $bin_cp $sgather $sgather_tmp
$sgather -t20 $sgather_tmp $sgather_out $sgather -t20 $sgather_tmp $sgather_out
sum $sgather ${sgather_out}\* sum $sgather ${sgather_out}\*
$bin_rm ${sgather_out}\* $bin_rm ${sgather_out}\*
......
...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH) ...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH)
make_bash_script $file_in " make_bash_script $file_in "
env | grep SLURM_NNODES env | grep SLURM_NNODES
$bin_rm -f ${sgather_out}\* $bin_rm -f ${sgather_out}\*
$srun $bin_rm -f $sgather_tmp $srun $bin_cp -f $sgather $sgather_tmp
$srun $bin_cp $sgather $sgather_tmp
$sgather $sgather_tmp $sgather_out $sgather $sgather_tmp $sgather_out
sum $sgather ${sgather_out}\* sum $sgather ${sgather_out}\*
$bin_rm ${sgather_out}\* $bin_rm ${sgather_out}\*
......
...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH) ...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH)
make_bash_script $file_in " make_bash_script $file_in "
env | grep SLURM_NNODES env | grep SLURM_NNODES
$bin_rm -f ${sgather_out}\* $bin_rm -f ${sgather_out}\*
$srun $bin_rm -f $sgather_tmp $srun $bin_cp -f $sgather $sgather_tmp
$srun $bin_cp $sgather $sgather_tmp
$sgather -k $sgather_tmp $sgather_out $sgather -k $sgather_tmp $sgather_out
sum $sgather ${sgather_out}\* sum $sgather ${sgather_out}\*
$bin_rm ${sgather_out}\* $bin_rm ${sgather_out}\*
......
...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH) ...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH)
make_bash_script $file_in " make_bash_script $file_in "
env | grep SLURM_NNODES env | grep SLURM_NNODES
$bin_rm -f ${sgather_out}\* $bin_rm -f ${sgather_out}\*
$srun $bin_rm -f $sgather_tmp $srun $bin_cp -f $sgather $sgather_tmp
$srun $bin_cp $sgather $sgather_tmp
$sgather -C $sgather_tmp $sgather_out $sgather -C $sgather_tmp $sgather_out
sum $sgather ${sgather_out}\* sum $sgather ${sgather_out}\*
$bin_rm ${sgather_out}\* $bin_rm ${sgather_out}\*
......
...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH) ...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH)
make_bash_script $file_in " make_bash_script $file_in "
env | grep SLURM_NNODES env | grep SLURM_NNODES
$bin_rm -f ${sgather_out}\* $bin_rm -f ${sgather_out}\*
$srun $bin_rm -f $sgather_tmp $srun $bin_cp -f $sgather $sgather_tmp
$srun $bin_cp $sgather $sgather_tmp
$sgather -F2 $sgather_tmp $sgather_out $sgather -F2 $sgather_tmp $sgather_out
sum $sgather ${sgather_out}\* sum $sgather ${sgather_out}\*
$bin_rm ${sgather_out}\* $bin_rm ${sgather_out}\*
......
...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH) ...@@ -70,8 +70,7 @@ set env(PATH) $slurm_dir/bin:$env(PATH)
make_bash_script $file_in " make_bash_script $file_in "
env | grep SLURM_NNODES env | grep SLURM_NNODES
$bin_rm -f ${sgather_out}\* $bin_rm -f ${sgather_out}\*
$srun $bin_rm -f $sgather_tmp $srun $bin_cp -f $sgather $sgather_tmp
$srun $bin_cp $sgather $sgather_tmp
$srun touch -t01020304 $sgather_tmp $srun touch -t01020304 $sgather_tmp
$srun ls -l $sgather_tmp $srun ls -l $sgather_tmp
$sgather -p $sgather_tmp $sgather_out $sgather -p $sgather_tmp $sgather_out
......
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