We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I saw the similar issue in #28
I have add the environment variable to the startup.jl. And I can see the following 2 ENV variables have been properly set by startup.jl.
"LD_LIBRARY_PATH" => "/home/software/arrayfire/lib64/" "DYLD_LIBRARY_PATH" => "/home/software/arrayfire/lib64/"
But I still couldn't get ArrayFire to find the libaf in atom which works fine when using terminal started julia.
I am using atom from JuliaPro. Start julia by "start remote julia process" function in the atom. Julia in the remote machine is 1.1.1.
Thank you very much for your help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I saw the similar issue in #28
I have add the environment variable to the startup.jl. And I can see the following 2 ENV variables have been properly set by startup.jl.
"LD_LIBRARY_PATH" => "/home/software/arrayfire/lib64/"
"DYLD_LIBRARY_PATH" => "/home/software/arrayfire/lib64/"
But I still couldn't get ArrayFire to find the libaf in atom which works fine when using terminal started julia.
I am using atom from JuliaPro. Start julia by "start remote julia process" function in the atom. Julia in the remote machine is 1.1.1.
Thank you very much for your help
The text was updated successfully, but these errors were encountered: