> On Nov 23, 2021, at 4:36 PM, Lawrence Mitchell <we...@gmx.li> wrote:
>
>
>
>> On 23 Nov 2021, at 21:29, Satish Balay via petsc-dev <petsc-dev@mcs.anl.gov>
>> wrote:
>>
>> perhaps "dtruss -f" ?
>>
>> https://stackoverflow.com/questions/1925978/equivalent-of-strace-feopen-command-on-mac-os-x
>>
>> balay@ypro petsc % dtruss -f ./configure
>> dtrace: system integrity protection is on, some features will not be
>> available
>> dtrace: failed to initialize dtrace: DTrace requires additional privileges
>
> Yeah, you need boot into recovery mode (holding Command-R on startup) and
> turn off the SIP:
>
> csrutil enable --without dtrace
>
> Remind me why we use apple hardware again?
Because it is not Linux?
>
> Lawrence