Allow direct setting of LIBMESH_DIR for CMake.

This commit is contained in:
Patrick Shriwise 2020-04-30 12:53:36 -05:00
parent c92bc54b3d
commit b9ef22128c
15 changed files with 26011 additions and 26011 deletions

View file

@ -2,7 +2,7 @@
# module and creates a libmesh imported target
find_path(LIBMESH_PC NAMES libmesh-opt.pc
HINTS ${LIBMESH_ROOT} $ENV{LIBMESH_ROOT}
HINTS ${LIBMESH_DIR} $ENV{LIBMESH_ROOT}
PATHS ENV LD_LIBRARY_PATH
PATH_SUFFIXES lib/pkgconfig pkgconfig
NO_DEFAULT_PATH)

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

View file

@ -45,7 +45,7 @@
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>fixed source</run_mode>
<particles>100</particles>
<particles>10000</particles>
<batches>10</batches>
<source strength="1.0">
<space origin="0.0 0.0 0.0" type="spherical">

File diff suppressed because it is too large Load diff

View file

@ -223,7 +223,7 @@ def test_unstructured_mesh(test_opts):
### Settings ###
settings = openmc.Settings()
settings.run_mode = 'fixed source'
settings.particles = 100
settings.particles = 10000
settings.batches = 10
# source setup