You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the platform/switch_* files, I see there is support for ppc_aix, ppc_linux, and ppc64_linux, but no support for ppc64_aix. Trying to use this platform, I am getting strange behavior - e.g. the examples from the docs get stuck, and in more complex usage (which I could not yet find a minimal working case for) I am getting an error similar to the one mentioned in #145. Maybe this issue is the same as #145, except it seems that the effort in that ticket is aimed specifically for IBM i and not AIX, and from what I can understand, the comments there don't seem to address the need to add support for a new platform.
It looks like copying switch_ppc64_linux.h -> switch_ppc64_aix.h and adding the following lines to slp_platformselect.h may work:
Looking at the
platform/switch_*
files, I see there is support forppc_aix
,ppc_linux
, andppc64_linux
, but no support forppc64_aix
. Trying to use this platform, I am getting strange behavior - e.g. the examples from the docs get stuck, and in more complex usage (which I could not yet find a minimal working case for) I am getting an error similar to the one mentioned in #145. Maybe this issue is the same as #145, except it seems that the effort in that ticket is aimed specifically for IBM i and not AIX, and from what I can understand, the comments there don't seem to address the need to add support for a new platform.It looks like copying
switch_ppc64_linux.h
->switch_ppc64_aix.h
and adding the following lines toslp_platformselect.h
may work:The text was updated successfully, but these errors were encountered: