Commit Graph

4539 Commits

Author SHA1 Message Date
Matthias Hochsteger
835f0a9604 Trigger rebuild 2024-05-08 13:17:08 +02:00
Matthias Hochsteger
7d408f1ecf Build for all python versions again 2024-05-08 12:43:20 +02:00
Matthias Hochsteger
0929527ae3 Always append PATH on Windows (needed to dload mpi wrapper libs) 2024-05-08 12:39:58 +02:00
Matthias Hochsteger
79a6b56aae Fix MPI lib path on Windows 2024-05-08 12:17:18 +02:00
Matthias Hochsteger
eceecd7d6f Fix openmpi include, prepare for multiple windows versions 2024-05-08 12:05:39 +02:00
Matthias Hochsteger
e855259663 Build for newer openmpi/mpich on linux 2024-05-08 11:28:08 +02:00
Matthias Hochsteger
254a88d1cd Don't install netgen_metis interface library 2024-05-08 08:29:30 +02:00
Matthias Hochsteger
5bbcda4774 Use mpi4py prerelase for linux 2024-05-07 23:14:24 +02:00
Matthias Hochsteger
9000bc8580 install mpi4py when building for linux 2024-05-07 23:04:04 +02:00
Matthias Hochsteger
ee3722e345 Don't require MPI to be found by cmake 2024-05-07 22:55:59 +02:00
Matthias Hochsteger
61f568d8e9 First try to build pip package with mpi wrapper 2024-05-07 22:48:18 +02:00
Matthias Hochsteger
b7a3eb5a2b Build pip only for 3.12 for testing purposes 2024-05-07 22:20:49 +02:00
Matthias Hochsteger
b2ef22539c Remove obsolete comment 2024-05-07 22:16:23 +02:00
Matthias Hochsteger
f06d86f36d Skip including OpenMPI CXX headers 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
341f3df95d Microsoft MPI linking fixes 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
4fafa582dc Remove direct mpi linkage, fix library names 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
282298e78f Fix MPI_Type_size wrapper 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
a31f6e8f0a Wrap MPI_Type_size 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
de8b122f63 Support Intel MPI 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
de731d4df7 Use signed int type for Aint 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
e1be58011f Fix library name suffix, initialize MPI runtime wrapper as soon as an mpi4py comm gets converted into an NG_MPI_Comm 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
9b5fc16397 Some windows fixes, update Metis version 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
9559bf8446 Prepare for Windows MPI (remove unused unix header include) 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
692e4afe3e Fix MPICH on Linux by handling array arguments correctly 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
ae719d58c4 Windows build fixes 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
2e539e50de Some more build fixes 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
11979f1b13 Fix Windows build error 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
96bf1453d3 Enable dummy mpi functions in mpi_wrapper.hpp again, skip new runtime-wrapper code if USE_MPI=OFF 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
f02bd53573 Fix mpi4py converters, some cleanup 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
63d3df9cd9 Remove hard-coded paths 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
17a945f0b4 Set include dir for default (openmpi) mpi wrapper 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
123e6d1739 Remove another mpi.h include, use mpi wrapper functions 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
d435c13f8b Wrap MPI_Query_thread 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
b7435489b6 Remove mpi.h include 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
9b8ec31844 Fix missing symbol 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
ffed800586 Remove unneded mpi.h include 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
1298a52fc0 MPI Wrapper fixes 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
11f53f2704 Some cleanup and checks 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
08d17a43e3 Fix compilation/conversion issues 2024-05-07 22:13:33 +02:00
Matthias Hochsteger
f7467c4b34 MPI wrapper to decide at run-time about MPI version 2024-05-07 22:13:33 +02:00
Schöberl, Joachim
08eec4460c Merge branch 'uzerbinati/curved' into 'master'
Added ``curved'' field for Datalayout of Element and Elements2D

See merge request ngsolve/netgen!649
2024-05-06 18:31:46 +02:00
Joachim Schoeberl
19fcfc7f44 SetLevel returns old level 2024-05-05 21:41:05 +02:00
Joachim Schoeberl
bb2989e1c5 add 'items' to Flags, for same behavior as dict 2024-05-05 21:40:47 +02:00
Umberto Zerbinati
cdb5b74f53 Added ``curved'' field for Datalayout of Element and Elements2D
Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
2024-05-02 12:28:06 +01:00
Joachim Schoeberl
331e47830e fix warning by throwing 2024-04-27 15:13:17 +02:00
Hochsteger, Matthias
2982427d34 Merge branch 'occ_propagete_maxh_later' into 'master'
Propagate maxh to children only in occgeom constructor

See merge request ngsolve/netgen!648
2024-04-26 17:10:30 +02:00
Christopher Lackner
f808a2bb64 Propagate maxh to children only in occgeom constructor
Allows resetting maxh to larger values again:

```
from netgen.occ import *
from ngsolve import *

b1 = Box((-1,-1,-1), (1,1,1))

b1.faces.Max(X).maxh = 0.1
b1.faces.Max(X).maxh = 0.2

geo = OCCGeometry(b1)
mesh = Mesh(geo.GenerateMesh(maxh=0.5))
Draw(mesh)
```

Needed for example in meshing app. Before it was not possible to set
maxh to larger value again.
2024-04-26 09:55:53 +02:00
Joachim Schoeberl
eef79e64f2 added DLL_HEADER 2024-04-19 09:46:02 +02:00
Joachim Schoeberl
65006d3436 hp/macro-refinement hierarchy routed through Python 2024-04-18 11:58:50 +02:00
Joachim Schoeberl
8045611375 added missing dll-header 2024-04-13 08:32:16 +02:00