Step | Arguments | Status | ||
---|---|---|---|---|
Start of Pipeline - (13 min in block) | ||||
node - (13 min in block) | ||||
node block - (13 min in block) | ||||
stage - (16 sec in block) | Declarative: Checkout SCM | |||
stage block (Declarative: Checkout SCM) - (16 sec in block) | ||||
checkout - (16 sec in self) | ||||
withEnv - (13 min in block) | GIT_BRANCH, GIT_COMMIT, GIT_URL | |||
withEnv block - (13 min in block) | ||||
withEnv - (13 min in block) | branch_name, commit | |||
withEnv block - (13 min in block) | ||||
stage - (1 min 44 sec in block) | Compile | |||
stage block (Compile) - (1 min 44 sec in block) | ||||
sh - (1 min 44 sec in self) | source /etc/profile.d/larson-group.sh module load intel netcdf-fortran ./compile.py | |||
stage - (3 min 7 sec in block) | Run Lapack | |||
stage block (Run Lapack) - (3 min 7 sec in block) | ||||
sh - (0.33 sec in self) | sed -i "s:penta_solve_method.*:penta_solve_method = 1:g" input/tunable_parameters/configurable_model_flags.in | |||
sh - (0.33 sec in self) | sed -i "s:tridiag_solve_method.*:tridiag_solve_method = 1:g" input/tunable_parameters/configurable_model_flags.in | |||
sh - (3 min 6 sec in self) | run_scripts/run_scm_all.py -priority_cases -out_dir lapack_output | |||
stage - (3 min 7 sec in block) | Run custom_lu | |||
stage block (Run custom_lu) - (3 min 7 sec in block) | ||||
sh - (0.33 sec in self) | sed -i "s:penta_solve_method.*:penta_solve_method = 2:g" input/tunable_parameters/configurable_model_flags.in | |||
sh - (0.33 sec in self) | sed -i "s:tridiag_solve_method.*:tridiag_solve_method = 2:g" input/tunable_parameters/configurable_model_flags.in | |||
sh - (3 min 6 sec in self) | run_scripts/run_scm_all.py -priority_cases -out_dir custom_lu_output | |||
stage - (4 min 29 sec in block) | Run bicgstab | |||
stage block (Run bicgstab) - (4 min 29 sec in block) | ||||
sh - (0.34 sec in self) | sed -i "s:penta_solve_method.*:penta_solve_method = 3:g" input/tunable_parameters/configurable_model_flags.in | |||
sh - (0.34 sec in self) | sed -i "s:tridiag_solve_method.*:tridiag_solve_method = 2:g" input/tunable_parameters/configurable_model_flags.in | |||
catchError - (4 min 28 sec in block) | ||||
catchError block - (4 min 27 sec in block) | ||||
sh - (4 min 27 sec in self) | run_scripts/run_scm_all.py -priority_cases -out_dir bicgstab_output | |||
sh - (0.31 sec in self) | rm bicgstab_output/dycoms2_rf02_ds_* | |||
stage - (1 min 11 sec in block) | Plot | |||
stage block (Plot) - (1 min 11 sec in block) | ||||
sh - (1 min 8 sec in self) | python postprocessing/pyplotgen/pyplotgen.py -l -c lapack_output custom_lu_output bicgstab_output -o ${commit}_solver | |||
sh - (0.89 sec in self) | ssh carson 'mkdir -p /home/pub/web_plots/clubb_solver_plots/bicgstab_addition' | |||
sh - (1.6 sec in self) | scp -r *_solver carson:/home/pub/web_plots/clubb_solver_plots/bicgstab_addition | |||
sh - (0.58 sec in self) | ssh carson '/home/pub/web_plots/generate_plot_directory_page.py /home/pub/web_plots/clubb_solver_plots/' |