Skip to content
Snippets Groups Projects
Commit 4889be4a authored by cloirec's avatar cloirec
Browse files

modif validate.sh pour BSG_large

parent d2c0747b
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,12 @@ cd $run_gromacs_dir_name
perf=`grep Performance: results | awk '{ print $2 }'`
end_sim=`grep "Statistics over 1200001 steps using 12001 frames" benchBSG.log`
mkdir results-gromacs-BSG_large
cp benchBSG.* results-gromacs-BSG_large/.
cp slurm* results-gromacs-BSG_large/.
cp results results-gromacs-BSG_large/.
cd results-gromacs-BSG_large
if [ -z "$perf" ] || [ -z "$end_sim" ]
then
echo "bench is not validated"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment