Skip to content

Commit 7ebf3d4

Browse files
committed
Fixed copyright header to include UT Battelle, LLC
1 parent 7aac409 commit 7ebf3d4

File tree

279 files changed

+2333
-1060
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+2333
-1060
lines changed

examples/AuNi_2D/9grains_AuNi.input

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
1+
// Copyright (c) 2018, Lawrence Livermore National Security, LLC and
2+
// UT-Battelle, LLC.
3+
// Produced at the Lawrence Livermore National Laboratory and
4+
// the Oak Ridge National Laboratory
35
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
46
// LLNL-CODE-747500
57
// All rights reserved.
@@ -21,7 +23,8 @@
2123
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2224
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2325
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
26+
// LLC, UT BATTELLE, LLC,
27+
// THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
2528
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2629
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2730
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

examples/AuNi_2D/9grains_AuNi_initial.input

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
1+
// Copyright (c) 2018, Lawrence Livermore National Security, LLC and
2+
// UT-Battelle, LLC.
3+
// Produced at the Lawrence Livermore National Laboratory and
4+
// the Oak Ridge National Laboratory
35
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
46
// LLNL-CODE-747500
57
// All rights reserved.
@@ -21,7 +23,8 @@
2123
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2224
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2325
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
26+
// LLC, UT BATTELLE, LLC,
27+
// THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
2528
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2629
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2730
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

examples/AuNi_2D/README

-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
3-
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
4-
// LLNL-CODE-747500
5-
// All rights reserved.
6-
// This file is part of AMPE.
7-
// For details, see https://github.com/LLNL/AMPE
8-
// Please also read AMPE/LICENSE.
9-
// Redistribution and use in source and binary forms, with or without
10-
// modification, are permitted provided that the following conditions are met:
11-
// - Redistributions of source code must retain the above copyright notice,
12-
// this list of conditions and the disclaimer below.
13-
// - Redistributions in binary form must reproduce the above copyright notice,
14-
// this list of conditions and the disclaimer (as noted below) in the
15-
// documentation and/or other materials provided with the distribution.
16-
// - Neither the name of the LLNS/LLNL nor the names of its contributors may be
17-
// used to endorse or promote products derived from this software without
18-
// specific prior written permission.
19-
//
20-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21-
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22-
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
25-
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26-
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27-
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28-
// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29-
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
30-
// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31-
// POSSIBILITY OF SUCH DAMAGE.
32-
//
331
python ../../utils/make_nuclei.py -s --ngrains 9 -q 4 -n 512 -r 22 -c 0.25 \
342
--concentration-in 0.096 9grains_512_r22.nc
353

examples/ChenShen98/README

-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
3-
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
4-
// LLNL-CODE-747500
5-
// All rights reserved.
6-
// This file is part of AMPE.
7-
// For details, see https://github.com/LLNL/AMPE
8-
// Please also read AMPE/LICENSE.
9-
// Redistribution and use in source and binary forms, with or without
10-
// modification, are permitted provided that the following conditions are met:
11-
// - Redistributions of source code must retain the above copyright notice,
12-
// this list of conditions and the disclaimer below.
13-
// - Redistributions in binary form must reproduce the above copyright notice,
14-
// this list of conditions and the disclaimer (as noted below) in the
15-
// documentation and/or other materials provided with the distribution.
16-
// - Neither the name of the LLNS/LLNL nor the names of its contributors may be
17-
// used to endorse or promote products derived from this software without
18-
// specific prior written permission.
19-
//
20-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21-
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22-
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
25-
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26-
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27-
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28-
// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29-
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
30-
// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31-
// POSSIBILITY OF SUCH DAMAGE.
32-
//
331
// Chen and Shen, Comput. Phys. Comm. 108 (1998), 147-158
342
// 2D single grain shrinks, phase only
353
// Parameters adapted to our AMPE code by change of variable

examples/ChenShen98/dtvst.py

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
# Produced at the Lawrence Livermore National Laboratory
1+
# Copyright (c) 2018, Lawrence Livermore National Security, LLC and
2+
// UT-Battelle, LLC.
3+
# Produced at the Lawrence Livermore National Laboratory and
4+
// the Oak Ridge National Laboratory
35
# Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
46
# LLNL-CODE-747500
57
# All rights reserved.
@@ -21,7 +23,8 @@
2123
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2224
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2325
# ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
# LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
26+
# LLC, UT BATTELLE, LLC,
27+
// THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
2528
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2629
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2730
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

examples/ChenShen98/gg2d_256.input

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
1+
// Copyright (c) 2018, Lawrence Livermore National Security, LLC and
2+
// UT-Battelle, LLC.
3+
// Produced at the Lawrence Livermore National Laboratory and
4+
// the Oak Ridge National Laboratory
35
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
46
// LLNL-CODE-747500
57
// All rights reserved.
@@ -21,7 +23,8 @@
2123
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2224
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2325
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
26+
// LLC, UT BATTELLE, LLC,
27+
// THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
2528
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2629
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2730
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

examples/ChenShen98/gg2d_512.input

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
1+
// Copyright (c) 2018, Lawrence Livermore National Security, LLC and
2+
// UT-Battelle, LLC.
3+
// Produced at the Lawrence Livermore National Laboratory and
4+
// the Oak Ridge National Laboratory
35
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
46
// LLNL-CODE-747500
57
// All rights reserved.
@@ -21,7 +23,8 @@
2123
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2224
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2325
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
26+
// LLC, UT BATTELLE, LLC,
27+
// THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
2528
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2629
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2730
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

examples/Dendrite2D/README

-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
3-
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
4-
// LLNL-CODE-747500
5-
// All rights reserved.
6-
// This file is part of AMPE.
7-
// For details, see https://github.com/LLNL/AMPE
8-
// Please also read AMPE/LICENSE.
9-
// Redistribution and use in source and binary forms, with or without
10-
// modification, are permitted provided that the following conditions are met:
11-
// - Redistributions of source code must retain the above copyright notice,
12-
// this list of conditions and the disclaimer below.
13-
// - Redistributions in binary form must reproduce the above copyright notice,
14-
// this list of conditions and the disclaimer (as noted below) in the
15-
// documentation and/or other materials provided with the distribution.
16-
// - Neither the name of the LLNS/LLNL nor the names of its contributors may be
17-
// used to endorse or promote products derived from this software without
18-
// specific prior written permission.
19-
//
20-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21-
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22-
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
25-
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26-
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27-
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28-
// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29-
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
30-
// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31-
// POSSIBILITY OF SUCH DAMAGE.
32-
//
331
set utilsdir = ../../utils
342
set bindir = ../../build/cab-mpiicpc-14.0.174-ifort-14.0.174-opt/exec/
353

examples/Dendrite2D/dendrite.input

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
1+
// Copyright (c) 2018, Lawrence Livermore National Security, LLC and
2+
// UT-Battelle, LLC.
3+
// Produced at the Lawrence Livermore National Laboratory and
4+
// the Oak Ridge National Laboratory
35
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
46
// LLNL-CODE-747500
57
// All rights reserved.
@@ -21,7 +23,8 @@
2123
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2224
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2325
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
26+
// LLC, UT BATTELLE, LLC,
27+
// THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
2528
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2629
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2730
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

examples/Diffusion1D/Au_in_Ni/README

-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
3-
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
4-
// LLNL-CODE-747500
5-
// All rights reserved.
6-
// This file is part of AMPE.
7-
// For details, see https://github.com/LLNL/AMPE
8-
// Please also read AMPE/LICENSE.
9-
// Redistribution and use in source and binary forms, with or without
10-
// modification, are permitted provided that the following conditions are met:
11-
// - Redistributions of source code must retain the above copyright notice,
12-
// this list of conditions and the disclaimer below.
13-
// - Redistributions in binary form must reproduce the above copyright notice,
14-
// this list of conditions and the disclaimer (as noted below) in the
15-
// documentation and/or other materials provided with the distribution.
16-
// - Neither the name of the LLNS/LLNL nor the names of its contributors may be
17-
// used to endorse or promote products derived from this software without
18-
// specific prior written permission.
19-
//
20-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21-
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22-
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
25-
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26-
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27-
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28-
// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29-
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
30-
// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31-
// POSSIBILITY OF SUCH DAMAGE.
32-
//
331
ln -sf ../../../utils/make_bilayer.py
342
ln -sf ../../../thermodynamic_data/calphadAuNi.dat
353

examples/GG3D_HBSM/README

-32
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
3-
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
4-
// LLNL-CODE-747500
5-
// All rights reserved.
6-
// This file is part of AMPE.
7-
// For details, see https://github.com/LLNL/AMPE
8-
// Please also read AMPE/LICENSE.
9-
// Redistribution and use in source and binary forms, with or without
10-
// modification, are permitted provided that the following conditions are met:
11-
// - Redistributions of source code must retain the above copyright notice,
12-
// this list of conditions and the disclaimer below.
13-
// - Redistributions in binary form must reproduce the above copyright notice,
14-
// this list of conditions and the disclaimer (as noted below) in the
15-
// documentation and/or other materials provided with the distribution.
16-
// - Neither the name of the LLNS/LLNL nor the names of its contributors may be
17-
// used to endorse or promote products derived from this software without
18-
// specific prior written permission.
19-
//
20-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21-
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22-
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23-
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
25-
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26-
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27-
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28-
// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29-
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
30-
// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31-
// POSSIBILITY OF SUCH DAMAGE.
32-
//
331
set utilsdir = ../../utils
342
set bindir = ../../build/cab-mpiicpc-14.0.174-ifort-14.0.174-opt/exec/
353

examples/GG3D_HBSM/diametervstime.py

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
# Produced at the Lawrence Livermore National Laboratory
1+
# Copyright (c) 2018, Lawrence Livermore National Security, LLC and
2+
// UT-Battelle, LLC.
3+
# Produced at the Lawrence Livermore National Laboratory and
4+
// the Oak Ridge National Laboratory
35
# Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
46
# LLNL-CODE-747500
57
# All rights reserved.
@@ -21,7 +23,8 @@
2123
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2224
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2325
# ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
# LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
26+
# LLC, UT BATTELLE, LLC,
27+
// THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
2528
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2629
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2730
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

examples/GG3D_HBSM/gg3d_hbsm.input

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
// Copyright (c) 2018, Lawrence Livermore National Security, LLC.
2-
// Produced at the Lawrence Livermore National Laboratory
1+
// Copyright (c) 2018, Lawrence Livermore National Security, LLC and
2+
// UT-Battelle, LLC.
3+
// Produced at the Lawrence Livermore National Laboratory and
4+
// the Oak Ridge National Laboratory
35
// Written by M.R. Dorr, J.-L. Fattebert and M.E. Wickett
46
// LLNL-CODE-747500
57
// All rights reserved.
@@ -21,7 +23,8 @@
2123
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2224
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2325
// ARE DISCLAIMED. IN NO EVENT SHALL LAWRENCE LIVERMORE NATIONAL SECURITY,
24-
// LLC, THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
26+
// LLC, UT BATTELLE, LLC,
27+
// THE U.S. DEPARTMENT OF ENERGY OR CONTRIBUTORS BE LIABLE FOR ANY
2528
// DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2629
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2730
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)

0 commit comments

Comments
 (0)