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
{{ message }}
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Hi, when I compile 2D HOS-NWT (n2 = 1 p2 = 1), it works well, but if I try to compile 3D HOS-NWT (n2 > 1 and p2 > 1) the error shown as:
/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
collect2: error: ld returned 1 exit status
make: *** [makefile:105: bin/HOS-NWT] Error 1
How do I fix this?
The text was updated successfully, but these errors were encountered:
Hello,
If you try with large number of components (n2>>1 and large n1), you may have some issues of memory allocation. Try with a limited number as a first try to see if this is the issue.
Hi, when I compile 2D HOS-NWT (n2 = 1 p2 = 1), it works well, but if I try to compile 3D HOS-NWT (n2 > 1 and p2 > 1) the error shown as:
/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
collect2: error: ld returned 1 exit status
make: *** [makefile:105: bin/HOS-NWT] Error 1
How do I fix this?
The text was updated successfully, but these errors were encountered: