Skip to content

Commit

Permalink
Fix the application name.
Browse files Browse the repository at this point in the history
jacobi_nonuniform.cpp example.
  • Loading branch information
rtohid committed Oct 19, 2023
1 parent 03350d4 commit c9f8f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jacobi_smp/jacobi_nonuniform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ int hpx_main(variables_map& vm)
}

#if defined(JACOBI_SMP_NO_HPX)
#define HPX_APPLICATION_STRING "jacobi_omp_[static,dynamic]"
#define HPX_APPLICATION_STRING "jacobi_omp_nonuniform_[static,dynamic]"
#endif

int main(int argc, char** argv)
Expand Down

0 comments on commit c9f8f3c

Please sign in to comment.