Skip to content

Commit

Permalink
verify compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Aug 11, 2021
1 parent 404e121 commit 8912810
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ cd ${build32}

LOG=${root_dir}/log.build32-configure
trap "cat $LOG" EXIT
which mpicc
which mpicc >> $LOG 2>&1
${source_dir}/configure \
--prefix=${build32} \
--with-parmetis=${parmetis32_path} \
Expand Down
4 changes: 4 additions & 0 deletions acceptance/ref.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ cd ${zoltan_dir}

LOG=${root_dir}/log.zoltan-configure
trap "cat $LOG" EXIT
which mpicc
which mpicc >> $LOG 2>&1
${source_dir}/configure \
--prefix=${zoltan_dir} \
--with-zoltan=${zoltan_path} \
Expand All @@ -122,6 +124,8 @@ cd ${parmetis_dir}

LOG=${root_dir}/log.parmetis-configure
trap "cat $LOG" EXIT
which mpicc
which mpicc >> $LOG 2>&1
${source_dir}/configure \
--prefix=${parmetis_dir} \
--with-parmetis=${parmetis_path} \
Expand Down

0 comments on commit 8912810

Please sign in to comment.