'Run Julia codes on a HPC server

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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source