| 1 | initial version |
Thanks Luca!
For example, if my script is in folder '/home/PPP/script.sage'. Is this right?
1)
def function_new():
load('/home/PPP/script.sage')
2)
@profile
function_new()
By the way, if i wanna use @parallel decorator (for multicore proccesing), is it enought to do the next?
@parallel
function_new()
Waiting for your answers.
Thanks a lot!
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.