Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColorwhite

Compilation of bindproc.c fails with XLF V12 compiler

This is caused by missing lines in the bindproc.c file for OpenIFS version 38r1. Please add the following code lines to bindproc.c:

Code Block
#include <unistd.h> /* for _SC_NPROCESSORS_ONLN */
#include <sys/processor.h> /* for BINDTHREAD */

Please contact openifs-support@ecmwf.int for further assistance.

JIRA Issue:

Jira
serverECMWF Software Support
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId267ffb4b-b041-3e3e-bee4-0486d22e0a7f
keyOIFSSUP-12

...