2016-07-14 19:48:27 +05:30
|
|
|
Install DAMASK modifications to use DAMASK_marc
|
|
|
|
This is for the Linux64 version of Marc/Mentat
|
2014-04-01 22:28:54 +05:30
|
|
|
|
|
|
|
Refer to http://damask.mpie.de for complete installation instructions.
|
|
|
|
|
|
|
|
Usually you will need to be root for this to work!
|
|
|
|
|
|
|
|
See Marc and Mentat Release Guide for List of Build and Supported Platforms!
|
|
|
|
|
2016-07-14 19:48:27 +05:30
|
|
|
The Intel Fortran compiler needs to be installed.
|
2014-04-01 22:28:54 +05:30
|
|
|
|
|
|
|
1) Install Marc, Mentat and Documentation as usual
|
|
|
|
Run the test example including subroutines to confirm that the installation of both Marc/Mentat and the Intel Fortran Compiler is ok!
|
2020-07-18 13:42:22 +05:30
|
|
|
2) Run the apply_DAMASK_modifications.py script from this directory.
|
2014-04-01 22:28:54 +05:30
|
|
|
|
|
|
|
|
|
|
|
APPENDIX:
|
|
|
|
|
2018-05-19 13:52:29 +05:30
|
|
|
The structure of this directory should be (VERSION = 20XX or 20XX.Y)
|
2014-10-22 13:13:06 +05:30
|
|
|
|
|
|
|
./installation.txt this text
|
2019-09-20 17:50:56 +05:30
|
|
|
./apply_DAMASK_modifications.sh script file to apply modifications to the installation
|
2014-10-22 13:13:06 +05:30
|
|
|
./VERSION/Marc_tools/comp_user.original original file from installation
|
|
|
|
./VERSION/Marc_tools/comp_damask_mp modified version using -O1 optimization and OpenMP
|
|
|
|
./VERSION/Marc_tools/comp_damask_lmp modified version using -O0 optimization and OpenMP
|
|
|
|
./VERSION/Marc_tools/comp_damask_hmp modified version using -O2 optimization and OpenMP
|
|
|
|
./VERSION/Marc_tools/run_marc.original original file from installation
|
|
|
|
./VERSION/Marc_tools/run_damask_mp modified version using -O1 optimization and OpenMP
|
|
|
|
./VERSION/Marc_tools/run_damask_lmp modified version using -O0 optimization and OpenMP
|
|
|
|
./VERSION/Marc_tools/run_damask_hmp modified version using -O2 optimization and OpenMP
|
|
|
|
./VERSION/Marc_tools/include_linux64.original original file from installation
|
|
|
|
./VERSION/Marc_tools/include_linux64 modified version defining DAMASK compiler calls
|
|
|
|
./VERSION/Mentat_bin/edit_window.original original file from installation
|
|
|
|
./VERSION/Mentat_bin/edit_window modified version calling editor of your chcoice
|
|
|
|
./VERSION/Mentat_bin/submit1.original original file from installation
|
|
|
|
./VERSION/Mentat_bin/submit4 modified version of original calling run_h_marc
|
|
|
|
./VERSION/Mentat_bin/submit5 modified version of original calling run_marc
|
|
|
|
./VERSION/Mentat_bin/submit6 modified version of original calling run_l_marc
|
|
|
|
./VERSION/Mentat_bin/kill4 kill file for submit4, identical to original kill1
|
|
|
|
./VERSION/Mentat_bin/kill5 kill file for submit5, identical to original kill1
|
|
|
|
./VERSION/Mentat_bin/kill6 kill file for submit6, identical to original kill1
|
|
|
|
./VERSION/Mentat_menus/job_run.ms.original original file from installation
|
|
|
|
./VERSION/Mentat_menus/job_run.ms modified version adding DAMASK menu to run menu
|