Nek5000 / gslib

sparse communication library
Other
26 stars 26 forks source link

Update Makefile for shared library build option #48

Open sebastiangrimberg opened 6 months ago

sebastiangrimberg commented 6 months ago

NOTE: Currently based on #49

Also, install headers in include/gslib subdirectory to prevent conflicts.

sebastiangrimberg commented 6 months ago

There are a lot of unrelated changes probably from running a source formatting tool. Can you please revert them.

I just tried to achieve some consistency with whitespace in assignment throughout the file: CFLAGS ?= -O2 vs. SN=GSLIB_USE_MPI, for example. Do you want no whitespace around the operator everywhere instead? I think having it consistent makes things easier to read/modify for sure.