I recently built gridengine on an ARM64 environment running Fedora and
ran into a minor issue. That issue was that the /arch/ script was being
provided with /aarch64/ rather than /armv8 /by the system's /uname/
command/. /Unfortuantly, /arch/ could not recognize /aarch64 /as a
supported architecture.//to get past this issue and continue the
compilation process I had to make the following minor adjustments to the
/arch./
Index: source/dist/util/arch
===================================================================
--- source/dist/util/arch (revision 156)
+++ source/dist/util/arch (working copy)
@@ -232,6 +232,9 @@
armv8*)
lxmachine=arm64
;;
+ aarch64)
+ lxmachine=arm64
+ ;;
arm*)
lxmachine=arm
;;
I thought I would share this information with the community. With that
said, I wish to notify you that I am still trying to test gridengine on
this aarch64 environment to ensure it functions correctly. It would be
reasonable to assume someone else has already compiled gridengine for
ARM64 who might be able to shed light on whether this software functions
correctly on ARM64.
Looking forward to hearing from the community.
---
Sam
_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users