30 Mar
                
                    2017
                
            
            
                30 Mar
                
                '17
                
            
            
            
        
    
                9:03 p.m.
            
        Is there a simple thing we can do to shut this off for testing? He is on a cluster I believe.
I think, do:
from firedrake import * parameters["coffee"]["optlevel"] = "O0" parameters["pyop2_options"]["opt_level"] = "O0"
YOUR CODE HERE
This works! I'm still having the compilation problems, but if I prerun with 1 node, make sure all the *.so files are in place and then do the full run with > 1 node, this works. I will also try to replace OpenMPI with MPICH and see how that goes. Thank you! Henrik
Lawrence