Dear Timo,

No, I did not change anything; I did exactly what is explained in the 
following link, step by step:
https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX

On Saturday, 12 March 2022 at 16:54:56 UTC Timo Heister wrote:

> Did you make any changes to candi.cfg? Can you also please post how you 
> execute candi.sh (what arguments)?
>
> On Mon, Mar 7, 2022, 12:23 Masoud Ahmadi <[email protected]> wrote:
>
>> Hi,
>>
>> I am trying to install dealii on a apple ARM M1 OSX, using the following 
>> instructor:
>> https://github.com/dealii/dealii/wiki/Apple-ARM-M1-OSX
>>
>> However, I get the following error:
>>
>>
>> error: use of undeclared identifier 'H5Pset_dxpl_mpio'
>>   status   = H5Pset_dxpl_mpio(plist_id, H5FD_MPIO_INDEPENDENT);
>>              ^
>> /Users/masoud/dealii-candi/tmp/unpack/deal.II-v9.3.3/source/lac/scalapack.cc:3242:63:
>>  
>> warning: unused parameter 'filename' [-Wunused-parameter]
>> ScaLAPACKMatrix<NumberType>::load_parallel(const std::string &filename)
>>                                                               ^
>> /Users/masoud/dealii-candi/tmp/unpack/deal.II-v9.3.3/source/lac/scalapack.cc:2861:20:
>>  
>> error: use of undeclared identifier 'H5Pset_fapl_mpio'
>>   status         = H5Pset_fapl_mpio(plist_id, tmp.grid->mpi_communicator, 
>> info);
>>                    ^
>> /Users/masoud/dealii-candi/tmp/build/deal.II-v9.3.3/source/lac/scalapack.inst:10:16:
>>  
>> note: in instantiation of member function 
>> 'dealii::ScaLAPACKMatrix<double>::save_parallel' requested here
>> template class ScaLAPACKMatrix< double >;
>>                ^
>> /Users/masoud/dealii-candi/tmp/unpack/deal.II-v9.3.3/source/lac/scalapack.cc:2861:20:
>>  
>> error: use of undeclared identifier 'H5Pset_fapl_mpio'
>>   status         = H5Pset_fapl_mpio(plist_id, tmp.grid->mpi_communicator, 
>> info);
>>                    ^
>> /Users/masoud/dealii-candi/tmp/build/deal.II-v9.3.3/source/lac/scalapack.inst:20:16:
>>  
>> note: in instantiation of member function 
>> 'dealii::ScaLAPACKMatrix<float>::save_parallel' requested here
>> template class ScaLAPACKMatrix< float >;
>>                ^
>> 1 warning and 3 errors generated.
>>
>>
>> [image: Screenshot 2022-03-07 at 17.11.39.png]
>> [image: Screenshot 2022-03-07 at 17.15.11.png]
>>
>> -- 
>> The deal.II project is located at http://www.dealii.org/
>> For mailing list/forum options, see 
>> https://groups.google.com/d/forum/dealii?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "deal.II User Group" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/dealii/5f96b566-3112-4dda-bb63-86e61b654156n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dealii/5f96b566-3112-4dda-bb63-86e61b654156n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/957d0cc5-e3a8-4922-a770-794a3192a6a0n%40googlegroups.com.

Reply via email to