jhale / fenicsx-iris-cluster

Scripts for building FEniCSX on the University of Luxembourg iris cluster
0 stars 3 forks source link

git dolfinx problem #7

Closed ezhilmathik closed 2 years ago

ezhilmathik commented 2 years ago

Hi,

I had some issues with my previous installation, then I tried to install it today. But then I am having some issue with dolfinx branch, could you please tell me how to fix it this issue ?

Cloning into 'dolfinx'...
Applying: Use parmetis by default.
error: patch failed: cpp/dolfinx/graph/partition.cpp:23
error: cpp/dolfinx/graph/partition.cpp: patch does not apply
Patch failed at 0001 Use parmetis by default.
The copy of the patch that failed is found in:
   /mnt/irisgpfs/users/user-name/fenicsx-iris-master-r24/dolfinx/.git/rebase-apply/patch
When you have resolved this problem, run "git am --resolved".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
ezhilmathik commented 2 years ago

the previous installation is working now, there was some issue with the file system, I suppose. the computation was stalled when it tried to load the import libraries.

jhale commented 2 years ago

The patch to force the use of parmetis is no longer necessary, I've removed it.