Skip to content

Commit

Permalink
Merge pull request #30 from acepaceNS/acepaceNS-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtramm authored Aug 6, 2023
2 parents 3b6b7c1 + c11e93f commit 4e1fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp-threading/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int print_results( Inputs in, int mype, double runtime, int nprocs,
if(mype == 0 )
{
if( is_invalid_result )
printf("Verification checksum: %llu (WARNING - INAVALID CHECKSUM!)\n", vhash);
printf("Verification checksum: %llu (WARNING - INVALID CHECKSUM!)\n", vhash);
else
printf("Verification checksum: %llu (Valid)\n", vhash);
border_print();
Expand Down

0 comments on commit 4e1fd33

Please sign in to comment.