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
So should I write gcc modulefile & julia modulefile myself? if so, how can I do it? the following is my pbs file