From 91bbb2b9bcd17dca4a5cfe48d7a69acc520525b8 Mon Sep 17 00:00:00 2001 From: Juan ESCOBAR <juan.escobar@aero.obs-mip.fr> Date: Wed, 1 Feb 2023 10:49:46 +0100 Subject: [PATCH] Juan 01/02/2023:Rocprof, keep json file for visu with google-chrome + Perfetto UI --- bin/Rocprof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Rocprof b/bin/Rocprof index c0bc6ab32..5a4b6a707 100755 --- a/bin/Rocprof +++ b/bin/Rocprof @@ -14,5 +14,5 @@ pid="$$" outdir="dir_Rocprof-${SLURM_JOBID}" outfile="results_Rocprof-MNH${XYZ}_${NP}NP_${NG}NG_${NC}NC_${CG}CG.${MPI_RANK}IP.${SLURM_JOBID}" eval "rocprof -o ${outfile}.csv $*" -rm -f ${outfile}.{db,json,sysinfo.txt} +rm -f ${outfile}.{db,sysinfo.txt} -- GitLab