I see M Loris, but I don't know why I got this error. Does it mean I don't
have enough memory to execute my code? You can see my batch script below:

#SBATCH --partition=xxxxx
#SBATCH --account=xxxxx
#SBATCH --nodes=2
#SBATCH --ntasks=4
#SBATCH --cpus-per-task=20
#SBATCH --time=01:00:00
#SBATCH --exclusive

srun hostname  -s| sort -u > mpd.hosts

mpiexec.hydra -f mpd.hosts -perhost $nb_cpu -n $SLURM_NTASKS ./code -c
config.info

On 21 June 2017 at 05:45, Loris Bennett <[email protected]> wrote:

>
> Hi Djibril,
>
> Djibril Mboup <[email protected]> writes:
>
> > ExitCode 139
> >
> > Hello,
> > Since yesterday, I have got an error after submitting a job. The exit
> code 139:0 remind you something.
> > Thanks
>
> Try searching for "exit code 139" with your favourite search engine.
> You will find that it indicates that your program experienced a
> segmentation fault.
>
> Cheers,
>
> Loris
>
> --
> Dr. Loris Bennett (Mr.)
> ZEDAT, Freie Universität Berlin         Email [email protected]
>

Reply via email to