Skip to content

Commit

Permalink
include compiler family configuration in summary (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
koomie committed Mar 24, 2017
1 parent a424990 commit fb2dc59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ echo Build user.................... : $USER
echo Build host.................... : ${ac_hostname}
echo Configure date................ : `date +'%F %H:%M'`
echo Build architecture............ : ${host_cpu}
echo Compiler Families............. : ${COMPILER_FAMILIES}
echo MPI Families.................. : ${MPI_FAMILIES}
if test "x$enable_slurm" = "xyes" ; then
echo Resource manager ............. : SLURM
Expand Down

0 comments on commit fb2dc59

Please sign in to comment.