Good evening,
I'm trying to analyze Fermi sources using Enrico python scripts. Some I got stacked with the below kind of error. Before I thought it a problem of the memory of my computer but later on I runt the same script on Big servers but still the error persist. I will appreciate if anyone get to know how to solve this problem. Thank you!
File "/home/rascsrg/enrico/bin/enrico_sed", line 58, in <module>
sed(config,infile)
File "/home/rascsrg/enrico/bin/enrico_sed", line 13, in sed
run(infile)
File "/home/rascsrg/enrico/enrico/RunGTlike.py", line 215, in run
FitRunner.ModelMap(outXml)
File "/home/rascsrg/enrico/enrico/fitmaker.py", line 458, in ModelMap
self.obs.ModelMaps(xml)
File "/home/rascsrg/enrico/enrico/gtfunction.py", line 406, in ModelMaps
model_map.run()
File "/home/rascsrg/ScienceTools-v10r0p5-fssc-20150518-x86_64-unknown-linux-gnu-libc2.19-0/x86_64-unknown-linux-gnu-libc2.19-0/lib/python/GtApp.py", line 65, in run
input, output = self.runWithOutput(print_command)
File "/home/rascsrg/ScienceTools-v10r0p5-fssc-20150518-x86_64-unknown-linux-gnu-libc2.19-0/x86_64-unknown-linux-gnu-libc2.19-0/lib/python/GtApp.py", line 90, in runWithOutput
close_fds=True)
File "/home/rascsrg/ScienceTools-v10r0p5-fssc-20150518-x86_64-unknown-linux-gnu-libc2.19-0/x86_64-unknown-linux-gnu-libc2.19-0/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/home/rascsrg/ScienceTools-v10r0p5-fssc-20150518-x86_64-unknown-linux-gnu-libc2.19-0/x86_64-unknown-linux-gnu-libc2.19-0/lib/python2.7/subprocess.py", line 1223, in _execute_child
self.pid = os.fork()
OSError: [Errno 12] Cannot allocate memory