... | ... | @@ -16,12 +16,11 @@ Then compile the code with: ... $make ... This will prepare the solver files to |
|
|
|
|
|
### Compile KKRIMP
|
|
|
|
|
|
For KKRSusc, two different versions of the code are needed, one compiled in parallel and one in serial. For that reason create two folders by coping /SOURCE to /SOURCE_MPI and /SOURCE_SERIAL (the names do not matter). Enter SOURCE_MPI and link /obj from the solver directory to mod_obj using: ... $ ln -s ../solver_module_v2/obj mod_obj ... Then compile the code with: ... $make mpi ... Do the same for SOURCE_SERIAL but use :
|
|
|
|
|
|
...
|
|
|
|
|
|
\[USER@SOMEWHERE/SOURCE_SERIAL\]$ make
|
|
|
For KKRSusc, two different versions of the code are needed, one compiled in parallel and one in serial. For that reason create two folders by copying /SOURCE to /SOURCE_MPI and /SOURCE_SERIAL (the names do not matter). Enter SOURCE_MPI and link /obj from the solver directory to mod_obj using: ... $ ln -s ../solver_module_v2/obj mod_obj ... Then compile the code with: ... $make mpi ... Do the same for SOURCE_SERIAL but use :
|
|
|
|
|
|
```
|
|
|
[USER@SOMEWHERE/SOURCE_SERIAL\]$ make
|
|
|
```
|
|
|
for the compilation. Done!
|
|
|
|
|
|
```
|
... | ... | |