Skip to content

Commit 806fb4c

Browse files
authored
Clean up MCPL references (#3927)
1 parent 2d5c500 commit 806fb4c

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

docs/source/usersguide/install.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,11 @@ Prerequisites
331331

332332
This option allows OpenMC to read and write MCPL (Monte Carlo Particle
333333
Lists) files instead of .h5 files for sources (external source
334-
distribution, k-eigenvalue source distribution, and surface sources). To
335-
turn this option on in the CMake configuration step, add the following
336-
option::
337-
338-
cmake -DOPENMC_USE_MCPL=on ..
334+
distribution, k-eigenvalue source distribution, and surface sources).
335+
OpenMC does not need any particular build option to use this, but MCPL
336+
must be installed on the system in order to do so. Refer to the
337+
`MCPL documentation <https://github.com/mctools/mcpl/blob/HEAD/INSTALL.md>`_
338+
for instructions on how to accomplish this.
339339

340340
* NCrystal_ library for defining materials with enhanced thermal neutron transport
341341

src/output.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ void print_build_info()
321321
std::string png(n);
322322
std::string profiling(n);
323323
std::string coverage(n);
324-
std::string mcpl(n);
325324
std::string uwuw(n);
326325
std::string strict_fp(n);
327326

@@ -337,9 +336,6 @@ void print_build_info()
337336
#ifdef OPENMC_LIBMESH_ENABLED
338337
libmesh = y;
339338
#endif
340-
#ifdef OPENMC_MCPL
341-
mcpl = y;
342-
#endif
343339
#ifdef USE_LIBPNG
344340
png = y;
345341
#endif
@@ -369,7 +365,6 @@ void print_build_info()
369365
fmt::print("PNG support: {}\n", png);
370366
fmt::print("DAGMC support: {}\n", dagmc);
371367
fmt::print("libMesh support: {}\n", libmesh);
372-
fmt::print("MCPL support: {}\n", mcpl);
373368
fmt::print("Coverage testing: {}\n", coverage);
374369
fmt::print("Profiling flags: {}\n", profiling);
375370
fmt::print("UWUW support: {}\n", uwuw);

0 commit comments

Comments
 (0)