Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce lack of -x to just an information messag #8319

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update src/gmt_init.c
  • Loading branch information
seisman authored Jan 26, 2024
commit 06b7dc91e13b2247426f0ea1b0553444ae60de49
2 changes: 1 addition & 1 deletion src/gmt_init.c
Original file line number Diff line number Diff line change
@@ -18776,7 +18776,7 @@ int gmt_parse_common_options (struct GMT_CTRL *GMT, char *list, char option, cha
case 'x':
error += (gmt_M_more_than_once (GMT, GMT->common.x.active) || gmtinit_parse_x_option (GMT, item));
GMT->common.x.active = true;
#if !define(GMT_MP_ENABLED)
#if !defined(GMT_MP_ENABLED)
GMT_Report (GMT->parent, GMT_MSG_WARNING, "Option -x: GMT is not compiled with parallel support. Only one core is used\n");
break;
#endif