Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
* Introduced lightweight rwlock data structure
* Added built-in atomics for rcache rwlock
* Improved VFS symlink paths and duplicate object handling
* Disabled error signal interception by default
#### CUDA
* Added wrappers for NVML functions
* Added hook for cuLibraryGetGlobal
Expand Down
2 changes: 1 addition & 1 deletion src/ucs/config/global_opts.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static ucs_config_field_t ucs_global_opts_table[] = {
#if ENABLE_DEBUG_DATA
"bt,freeze",
#else
"bt",
"none",
#endif
"Error signal handling mode. Either 'none' to disable signal interception,\n"
"or a combination of:\n"
Expand Down
Loading