Error Message : No space related

Asked by shibasipu

Dear Olivier,
                           While running the following error message is coming. But I am checking my /tmp folder. There is enough memory left in the folder. Then why this message is coming ?

Command "generate_events run_01" interrupted in sub-command:
"set max_npoint_for_channel 0" with error:
MadGraph5Error : A compilation Error occurs when trying to compile /home/users/rs/shibananda/RESEARCH/MG5_aMC_v2_3_3/tmpB4z9pD/temp_decay/SubProcesses/P0_h3_h2emep.
 The compilation fails with the following output message:
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c driver.f -I../../Source/
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c myamp.f -I../../Source/
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c genps.f -I../../Source/
     gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c unwgt.f -I../../Source/
     driver.f:188:0: fatal error: error writing to /tmp/cctoOkXf.s: No space left on device
            end
      ^
     compilation terminated.
     make: *** [driver.o] Error 1
     make: *** Waiting for unfinished jobs....
     unwgt.f:752:0: fatal error: error writing to /tmp/ccpawr8f.s: No space left on device
            end
      ^
     compilation terminated.
     genps.f:1124:0: fatal error: error writing to /tmp/cccsYT9f.s: No space left on device
            end
      ^
     compilation terminated.
     myamp.f:649:0: fatal error: error writing to /tmp/cc7vkYeg.s: No space left on device
            end
      ^
     compilation terminated.
     make: *** [unwgt.o] Error 1
     make: *** [genps.o] Error 1
     make: *** [myamp.o] Error 1

 Please try to fix this compilations issue and retry.
 Help might be found at https://answers.launchpad.net/madgraph5.
 If you think that this is a bug, you can report this at https://bugs.launchpad.net/madgraph5

Regards,
Shiba

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Mattelaer
Solved:
Last query:
Last reply:
Revision history for this message
Best Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

This is a fortran specific error when they are no space left on your device.
So nothing that we can do on our side.
Please check your /tmp while you are running since all the files are likely to be remove just after the crash.

Cheers,

Olivier

> On Mar 18, 2016, at 06:52, shibasipu <email address hidden> wrote:
>
> New question #288791 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/288791
>
> Dear Olivier,
> While running the following error message is coming. But I am checking my /tmp folder. There is enough memory left in the folder. Then why this message is coming ?
>
> Command "generate_events run_01" interrupted in sub-command:
> "set max_npoint_for_channel 0" with error:
> MadGraph5Error : A compilation Error occurs when trying to compile /home/users/rs/shibananda/RESEARCH/MG5_aMC_v2_3_3/tmpB4z9pD/temp_decay/SubProcesses/P0_h3_h2emep.
> The compilation fails with the following output message:
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c driver.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c myamp.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c genps.f -I../../Source/
> gfortran -O -w -fbounds-check -fPIC -ffixed-line-length-132 -w -c unwgt.f -I../../Source/
> driver.f:188:0: fatal error: error writing to /tmp/cctoOkXf.s: No space left on device
> end
> ^
> compilation terminated.
> make: *** [driver.o] Error 1
> make: *** Waiting for unfinished jobs....
> unwgt.f:752:0: fatal error: error writing to /tmp/ccpawr8f.s: No space left on device
> end
> ^
> compilation terminated.
> genps.f:1124:0: fatal error: error writing to /tmp/cccsYT9f.s: No space left on device
> end
> ^
> compilation terminated.
> myamp.f:649:0: fatal error: error writing to /tmp/cc7vkYeg.s: No space left on device
> end
> ^
> compilation terminated.
> make: *** [unwgt.o] Error 1
> make: *** [genps.o] Error 1
> make: *** [myamp.o] Error 1
>
> Please try to fix this compilations issue and retry.
> Help might be found at https://answers.launchpad.net/madgraph5.
> If you think that this is a bug, you can report this at https://bugs.launchpad.net/madgraph5
>
>
> Regards,
> Shiba
>
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
shibasipu (shibasipu) said :
#2

Thanks Olivier Mattelaer, that solved my question.