Hi all
I am trying to call Julia from the Swift language
(https://sites.google.com/site/exmcomputing/swift-t) and run it on large
computers like the Blue Gene/Q. (This technique currently allows us to run
Python, R, and Tcl on many cores.) I have been able to get the basic
embedded Julia API working from Swift on a PC but am looking for tips for
other architectures. Based on my initial attempts and previous threads on
this list it looks like the various library dependencies are the main
challenge. Has anyone else been able to get Julia running on a Blue Gene,
PowerPC, ppc64, or anything like that? If I were to dive in and start
modifying the Julia build system scripts, are there any known issues,
workarounds, or blockers?
Justin