# Remote usage on HPC cluster - packages missing

**URL:** https://discourse.julialang.org/t/remote-usage-on-hpc-cluster-packages-missing/33844
**Category:** New to Julia
**Created:** [January 27, 2020, 12:35pm UTC](https://discourse.julialang.org/t/remote-usage-on-hpc-cluster-packages-missing/33844 "2020-01-27T12:35:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![LysandrosAn](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lysandrosan/32/12528_2.png) [@LysandrosAn](https://discourse.julialang.org/u/LysandrosAn)
#### Post date: [January 27, 2020, 12:35pm UTC](https://discourse.julialang.org/t/remote-usage-on-hpc-cluster-packages-missing/33844/1 "2020-01-27T12:35:40Z")

</div>

Dear Julia community,

I recently discovered Julia and am making steps to use it for time integration of ODEs on a remote HPC cluster. Although the admins have installed the software there, I am having following issue, if I try to run this simple script:

```julia
using Pkg
Pkg.installed() 

```

The error popping up is:

`ERROR: LoadError: IOError: stat: permission denied (EACCES) for file "/users/apps/compilers/julia/1.3.1/share/julia/stdlib/v1.3/Pkg/src/Pkg.jl" Stacktrace: [1] stat(::String) at ./stat.jl:69 [2] isfile at ./stat.jl:311 [inlined] [3] isfile_casesensitive at ./loading.jl:9 [inlined] [4] entry_point_and_project_file_inside at ./loading.jl:438 [inlined] [5] entry_point_and_project_file(::String, ::String) at ./loading.jl:453 [6] implicit_project_deps_get at ./loading.jl:605 [inlined] [7] project_deps_get(::String, ::String) at ./loading.jl:308 [8] identify_package(::String) at ./loading.jl:220 [9] identify_package(::Base.PkgId, ::String) at ./loading.jl:206 [10] identify_package at ./loading.jl:200 [inlined] [11] require(::Module, ::Symbol) at ./loading.jl:882 [12] include at ./boot.jl:328 [inlined] [13] include_relative(::Module, ::String) at ./loading.jl:1105 [14] include(::Module, ::String) at ./Base.jl:31 [15] exec_options(::Base.JLOptions) at ./client.jl:287 [16] _start() at ./client.jl:460 in expression starting at /users/pa19/lanast/taskp/LAfem.jl:1`

Some fine people already responded to the [(stackOverflow),](https://stackoverflow.com/questions/59819418/julia-slurm-script-erropr) question but we could not pin-point the reason.  
Any advice is appreciated, thanks.

Kind regards  
Lysandros
