ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #02562
Use info instead of debug while jit compiling form?
Hello!
I wonder if we could change the function ffc.jit use to print information
while jit compiling. I have kind of got used to seeing the
Calling FFC just-in-time (JIT) compiler, this may take some time... done
Creating Python extension (compiling and linking), this may take some time...
done
when I run my code.
As it is now my program just gets silent for some 10th of seconds. I know I
can set the log level to DEGBUG but I use this for more low level outputs.
Johan
Follow ups