Hi All,
I also tried to submit the julia jobs on the cluster but failed. I wrote
the job script as follows:
f
*or((i = 1; i < 10; i++))doecho "# cd /data#PBS -l walltime=00:10:00module
add gcc/4.7.2module add julia/0.2.0module load
juliainclude("test.jl")test($i)">test1job$i;qsub test1job$i;done*
I got the errors:
julia/0.2.0(16):ERROR:151: Module 'julia/0.2.0' depends on one of the
module(s) 'gcc/4.7.2'
julia/0.2.0(16):ERROR:102: Tcl command execution failed: prereq gcc/4.7.2
/cm/local/apps/torque/current/mom_priv/jobs/1053.cluster.SC: line 7: syntax
error near unexpected token `a0d0.jl'
/cm/local/apps/torque/current/mom_priv/jobs/1053.cluster.SC: line 7:
`include(a0d0.jl)'
Does anybody know how to write the job script to submit julia job on a
cluster? Could you give an example?
Thanks in advance.
Isaac