From eee24ab2c4e05ec33401b9039be173173b592035 Mon Sep 17 00:00:00 2001 From: Hossein Pourreza Date: Mon, 23 Sep 2019 10:39:59 -0700 Subject: [PATCH] rename the folder --- {example => examples}/helloworld/MPIHelloWorld.cpp | 0 .../helloworld/MPIHelloWorld.vcxproj | 0 {example => examples}/helloworld/Makefile | 0 .../helloworld/Run_MPIHelloWorld.md | 0 .../helloworld/screenshots/compile.png | Bin .../helloworld/screenshots/inc_dir.png | Bin .../helloworld/screenshots/lib_dir.png | Bin .../helloworld/screenshots/link.png | Bin .../helloworld/screenshots/mpiexec.png | Bin .../helloworld/screenshots/set_msmpi.png | Bin .../helloworld/screenshots/vs_build.png | Bin .../helloworld/screenshots/x64_prompt.png | Bin 12 files changed, 0 insertions(+), 0 deletions(-) rename {example => examples}/helloworld/MPIHelloWorld.cpp (100%) rename {example => examples}/helloworld/MPIHelloWorld.vcxproj (100%) rename {example => examples}/helloworld/Makefile (100%) rename {example => examples}/helloworld/Run_MPIHelloWorld.md (100%) rename {example => examples}/helloworld/screenshots/compile.png (100%) rename {example => examples}/helloworld/screenshots/inc_dir.png (100%) rename {example => examples}/helloworld/screenshots/lib_dir.png (100%) rename {example => examples}/helloworld/screenshots/link.png (100%) rename {example => examples}/helloworld/screenshots/mpiexec.png (100%) rename {example => examples}/helloworld/screenshots/set_msmpi.png (100%) rename {example => examples}/helloworld/screenshots/vs_build.png (100%) rename {example => examples}/helloworld/screenshots/x64_prompt.png (100%) diff --git a/example/helloworld/MPIHelloWorld.cpp b/examples/helloworld/MPIHelloWorld.cpp similarity index 100% rename from example/helloworld/MPIHelloWorld.cpp rename to examples/helloworld/MPIHelloWorld.cpp diff --git a/example/helloworld/MPIHelloWorld.vcxproj b/examples/helloworld/MPIHelloWorld.vcxproj similarity index 100% rename from example/helloworld/MPIHelloWorld.vcxproj rename to examples/helloworld/MPIHelloWorld.vcxproj diff --git a/example/helloworld/Makefile b/examples/helloworld/Makefile similarity index 100% rename from example/helloworld/Makefile rename to examples/helloworld/Makefile diff --git a/example/helloworld/Run_MPIHelloWorld.md b/examples/helloworld/Run_MPIHelloWorld.md similarity index 100% rename from example/helloworld/Run_MPIHelloWorld.md rename to examples/helloworld/Run_MPIHelloWorld.md diff --git a/example/helloworld/screenshots/compile.png b/examples/helloworld/screenshots/compile.png similarity index 100% rename from example/helloworld/screenshots/compile.png rename to examples/helloworld/screenshots/compile.png diff --git a/example/helloworld/screenshots/inc_dir.png b/examples/helloworld/screenshots/inc_dir.png similarity index 100% rename from example/helloworld/screenshots/inc_dir.png rename to examples/helloworld/screenshots/inc_dir.png diff --git a/example/helloworld/screenshots/lib_dir.png b/examples/helloworld/screenshots/lib_dir.png similarity index 100% rename from example/helloworld/screenshots/lib_dir.png rename to examples/helloworld/screenshots/lib_dir.png diff --git a/example/helloworld/screenshots/link.png b/examples/helloworld/screenshots/link.png similarity index 100% rename from example/helloworld/screenshots/link.png rename to examples/helloworld/screenshots/link.png diff --git a/example/helloworld/screenshots/mpiexec.png b/examples/helloworld/screenshots/mpiexec.png similarity index 100% rename from example/helloworld/screenshots/mpiexec.png rename to examples/helloworld/screenshots/mpiexec.png diff --git a/example/helloworld/screenshots/set_msmpi.png b/examples/helloworld/screenshots/set_msmpi.png similarity index 100% rename from example/helloworld/screenshots/set_msmpi.png rename to examples/helloworld/screenshots/set_msmpi.png diff --git a/example/helloworld/screenshots/vs_build.png b/examples/helloworld/screenshots/vs_build.png similarity index 100% rename from example/helloworld/screenshots/vs_build.png rename to examples/helloworld/screenshots/vs_build.png diff --git a/example/helloworld/screenshots/x64_prompt.png b/examples/helloworld/screenshots/x64_prompt.png similarity index 100% rename from example/helloworld/screenshots/x64_prompt.png rename to examples/helloworld/screenshots/x64_prompt.png