Skip to content
Jenkins
log in
Dashboard
Vince Larson
My Views
All
clubb_cmake_test
#2
Pipeline Steps
Status
Changes
Console Output
View as plain text
View Build Information
Git Build Data
Lockable resources
Open Blue Ocean
Pipeline Steps
Previous Build
Next Build
Step
Arguments
Status
Start of Pipeline - (33 min in block)
node - (33 min in block)
node block - (33 min in block)
stage - (16 sec in block)
Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (15 sec in block)
checkout - (15 sec in self)
withEnv - (33 min in block)
GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (33 min in block)
stage - (3 min 20 sec in block)
Compile gfortran
stage block (Compile gfortran) - (3 min 20 sec in block)
sh - (3 min 19 sec in self)
source /etc/profile.d/larson-group.sh module load gcc netcdf-fortran ./compile.py -run_tests
stage - (1 min 55 sec in block)
Compile gfortran: openmp+debug
stage block (Compile gfortran: openmp+debug) - (1 min 54 sec in block)
sh - (1 min 54 sec in self)
source /etc/profile.d/larson-group.sh module load gcc netcdf-fortran ./compile.py -debug -openmp -run_tests
stage - (5 min 27 sec in block)
Compile ifx
stage block (Compile ifx) - (5 min 27 sec in block)
sh - (5 min 27 sec in self)
source /etc/profile.d/larson-group.sh module load intel netcdf-fortran ./compile.py -run_tests
stage - (5 min 25 sec in block)
Compile ifx: single precision
stage block (Compile ifx: single precision) - (5 min 25 sec in block)
sh - (5 min 25 sec in self)
source /etc/profile.d/larson-group.sh module load intel netcdf-fortran ./compile.py -precision single -run_tests
stage - (7 min 10 sec in block)
Compile nvfortran
stage block (Compile nvfortran) - (7 min 10 sec in block)
sh - (7 min 10 sec in self)
source /etc/profile.d/larson-group.sh module load nvhpc netcdf-fortran ./compile.py -run_tests
stage - (9 min 58 sec in block)
Compile nvfortran: openacc
stage block (Compile nvfortran: openacc) - (9 min 58 sec in block)
sh - (9 min 58 sec in self)
source /etc/profile.d/larson-group.sh module load nvhpc netcdf-fortran ./compile.py -gpu openacc -run_tests