You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving issue 2 from gitlab originally submitted by @RonRahaman:
Right now, the OpenMC targets (openmc, libopenmc, etc.) are built in reasonable directories (./lib/ and ./bin/). However, the Nek5000 and STREAM targets are not put in reasonable directories.
Post-build, the targets will be placed like this, relative to the build directory:
./bin/openmc
./lib/libfaddeeva.a
./lib/libopenmc.so
./lib/libpugixml.a
./lib/libpugixml_fortran.a
./src/nek5000/libnek5000.a
./src/nek5000/nek5000
./libstream.a
./stream
I suggest we build:
libstream and libnek5000 in ./lib/
nek5000 and stream in ./bin/
The text was updated successfully, but these errors were encountered:
Moving issue 2 from gitlab originally submitted by @RonRahaman:
Right now, the OpenMC targets (
openmc
,libopenmc
, etc.) are built in reasonable directories (./lib/
and./bin/
). However, the Nek5000 and STREAM targets are not put in reasonable directories.Post-build, the targets will be placed like this, relative to the build directory:
./bin/openmc
./lib/libfaddeeva.a
./lib/libopenmc.so
./lib/libpugixml.a
./lib/libpugixml_fortran.a
./src/nek5000/libnek5000.a
./src/nek5000/nek5000
./libstream.a
./stream
I suggest we build:
libstream
andlibnek5000
in./lib/
nek5000
andstream
in./bin/
The text was updated successfully, but these errors were encountered: