User:Stuekero/Julia
Jump to navigation
Jump to search
This article is a draft
This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.
[hahn@gra-login2 ~]$ module load gcc/7.3.0 hdf5 julia/1.0.2 [hahn@gra-login2 ~]$ julia julia> using Libdl julia> push!(Libdl.DL_LOAD_PATH, ENV["HDF5_DIR"] * "/lib") julia> using Pkg julia> Pkg.add("JLD") julia> using JLD
[name@server ~]$ module spider julia
--------------------------------------------------------
julia: julia/1.0.2
--------------------------------------------------------
[...]
You will need to load all module(s) on any one of the lines below before the "julia/1.0.2" module is available to load.
nixpkgs/16.09 gcc/7.3.0
[...]
[name@server ~]$ module load gcc/7.3.0 julia/1.0.2