From cbf09508cfe5e14862db02f58fe2c0e1b9faac0d Mon Sep 17 00:00:00 2001 From: Kjartan Thor Wikfeldt <ktwikfeldt@gmail.com> Date: Tue, 12 Dec 2017 11:05:15 +0100 Subject: [PATCH] move acknowledgments last --- lab1/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lab1/README.md b/lab1/README.md index 3ae380a..d921da9 100644 --- a/lab1/README.md +++ b/lab1/README.md @@ -105,11 +105,11 @@ outfilename="found.data_" // rankchar open(unit=11,file=outfilename) ``` +# Solutions + +The solutions can be found in the [sol/ directory](sol/). # Acknowledgment The examples in this lab are provided for educational purposes by National Center for Supercomputing Applications, (in particular their Cyberinfrastructure Tutor), Lawrence Livermore National Laboratory and Argonne National Laboratory. Much of the LLNL MPI materials comes from the Cornell Theory Center. We would like to thank them for allowing us to develop the material for machines at PDC. You might find other useful educational materials at these sites. -# Solutions - -The solutions can be found in the [sol/ directory](sol/). \ No newline at end of file -- GitLab