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!