[Openmp-commits] [PATCH] D42169: [OMPT] Formatting
Simon Convent via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Feb 14 03:32:30 PST 2018
sconvent updated this revision to Diff 134190.
sconvent added a comment.
Exclude formatting of `ompt_try_start_tool`
https://reviews.llvm.org/D42169
Files:
runtime/src/kmp_ftn_entry.h
runtime/src/kmp_gsupport.cpp
runtime/src/kmp_i18n.cpp
runtime/src/kmp_taskdeps.cpp
runtime/src/ompt-general.cpp
Index: runtime/src/ompt-general.cpp
===================================================================
--- runtime/src/ompt-general.cpp
+++ runtime/src/ompt-general.cpp
@@ -501,7 +501,8 @@
****************************************************************************/
OMPT_API_ROUTINE int ompt_get_num_procs(void) {
-// copied from kmp_ftn_entry.h (but modified: OMPT can only be called when runtime is initialized)
+ // copied from kmp_ftn_entry.h (but modified: OMPT can only be called when
+ // runtime is initialized)
return __kmp_avail_proc;
}
Index: runtime/src/kmp_taskdeps.cpp
===================================================================
--- runtime/src/kmp_taskdeps.cpp
+++ runtime/src/kmp_taskdeps.cpp
@@ -478,7 +478,8 @@
if (ompt_enabled.enabled) {
OMPT_STORE_RETURN_ADDRESS(gtid);
if (!current_task->ompt_task_info.frame.enter_frame)
- current_task->ompt_task_info.frame.enter_frame = OMPT_GET_FRAME_ADDRESS(1);
+ current_task->ompt_task_info.frame.enter_frame =
+ OMPT_GET_FRAME_ADDRESS(1);
if (ompt_enabled.ompt_callback_task_create) {
ompt_data_t task_data = ompt_data_none;
ompt_callbacks.ompt_callback(ompt_callback_task_create)(
Index: runtime/src/kmp_i18n.cpp
===================================================================
--- runtime/src/kmp_i18n.cpp
+++ runtime/src/kmp_i18n.cpp
@@ -823,7 +823,8 @@
switch (message.type) {
case kmp_mt_hint: {
format = kmp_i18n_fmt_Hint;
- // we cannot skip %1$ and only use %2$ to print the message without the number
+ // we cannot skip %1$ and only use %2$ to print the message without the
+ // number
fmsg = __kmp_msg_format(format, message.str);
} break;
case kmp_mt_syserr: {
Index: runtime/src/kmp_gsupport.cpp
===================================================================
--- runtime/src/kmp_gsupport.cpp
+++ runtime/src/kmp_gsupport.cpp
@@ -324,7 +324,7 @@
enum sched_type schedule, long start,
long end, long incr,
long chunk_size) {
-// Intialize the loop worksharing construct.
+ // Intialize the loop worksharing construct.
KMP_DISPATCH_INIT(loc, *gtid, schedule, start, end, incr, chunk_size,
schedule != kmp_sch_static);
Index: runtime/src/kmp_ftn_entry.h
===================================================================
--- runtime/src/kmp_ftn_entry.h
+++ runtime/src/kmp_ftn_entry.h
@@ -345,8 +345,7 @@
}
#if OMP_50_ENABLED
-int FTN_STDCALL FTN_CONTROL_TOOL(int command, int modifier,
- void *arg) {
+int FTN_STDCALL FTN_CONTROL_TOOL(int command, int modifier, void *arg) {
#if defined(KMP_STUB) || !OMPT_SUPPORT
return -2;
#else
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42169.134190.patch
Type: text/x-patch
Size: 2832 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180214/517ec027/attachment-0001.bin>
More information about the Openmp-commits
mailing list