4

I aim to run some Julia codes on a server (no complicated parallel processing involved) using a .pbs file (and qsub). It seems that I should first load module gcc and julia. But I can not find it

module avail command

load gcc error

So should I write gcc modulefile & julia modulefile myself? if so, how can I do it? the following is my pbs file

pbs file

Xu Fe
  • 71
  • 3
  • Hello, I think you should edit the title to specify "an HPC server".. – Antonello May 14 '22 at 13:30
  • I don't think you need gcc. Also it seems neither julia nor gcc are available. Contact your HPC admin/IT and ask them to add Julia to the list of modules? – Benoit Pasquier May 17 '22 at 04:29
  • I agree that you should ask the admin to add a recent version of julia (at least 1.6+). If you want it now, you can download the generic linux version from the julialang website and place that in your home directory, and then add the julia bin to your path and you should be able to access `julia` from the command line. – Jamie Mair Jun 16 '22 at 08:55

0 Answers0