Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kühbach committed Jan 4, 2018
2 parents 544b6bd + 5ba4078 commit 28ba114
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# BA425321_DRXNucRevisited
This repository provides supplementary pieces of information to the paper draft by Markus Kuehbach, Muhammad Imran, Franz Roters, and Markus Bambach on
"Quantitative Implications of Dislocation Density Gradients for SIBM-Based Discontinuous Dynamic Recrystallization Nucleation Models"

Requirements:<br>
-Working Cxx11 compatible C/C++ compiler toolchain (Ubuntu 16.04 and above)<br>
-MessagePassingInterface, either openmpi or mpich<br>
-cmake and make<br>

Check for existence and functionality of all through Linux shell/console via:<br>
cmake --version<br>
make --version<br>
gcc --version<br>
g++ --version<br>
mpicc --version<br>
mpicxx --version<br>

How to compile:<br>
-Download tar and unpack, e.g. tar -xvf archivename.tar.gz<br>
-Go into build directory<br>
-Type cmake -DCMAKE_BUILD_TYPE=Release ..<br>
-make<br>

Execute via:<br>
-Modify XML settings file in build folder<br>
-mpiexec -n <nprocesses> ./drxnuc <UnsignedInteger> <NameOfXMLSettingsFile><br>
for example: mpiexec -n 1 ./drxnuc 1 DRXNUC.Input.xml<br>

0 comments on commit 28ba114

Please sign in to comment.