dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #23268
possibility of splitting the swig generated cpp file?
Hi,
Lately I've noticed that compiling the Swig generated cpp file exhaust my memory
(1GB) and uses up to 60% of the swap which means compiling DOLFIN
takes around 30min.
In addition, the single cpp file represents a bottleneck when
compiling using multiple processes.
Will it be possible to let Swig generate multiple files instead, and
link those into a
Python module?
Kristian
Follow ups