{"id":2577,"date":"2019-03-08T16:55:07","date_gmt":"2019-03-08T16:55:07","guid":{"rendered":"http:\/\/ri.itservices.manchester.ac.uk\/csf3\/?page_id=2577"},"modified":"2022-11-01T11:34:10","modified_gmt":"2022-11-01T11:34:10","slug":"damask","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/damask\/","title":{"rendered":"DAMASK"},"content":{"rendered":"<h2>Overview<\/h2>\n<p>DAMASK (Duesseldorf Advanced Material Simulation Kit) is a flexible and hierarchically structured model of material point behavior for the solution of elastoplastic boundary value problems along with damage and thermal physics. Its main purpose is the simulation of crystal plasticity within a finite-strain continuum mechanical framework.<\/p>\n<p>Version 2.0.2 is available on the CSF:<\/p>\n<h2>Basic Install Details<\/h2>\n<h3>Version 2.0.2<\/h3>\n<ul>\n<li>Installed with Intel Compilers 17.0.7 and Openmpi 3.1.3<\/li>\n<li>The compile flag <code>-msse4.2 -axAVX,CORE-AVX2,CORE-AVX512<\/code> was used. This builds multiple auto-dispatch &#8216;code paths&#8217; in the executable for use on different Intel architectures. This is deemed beneficial given there are several different Intel CPUs available in the CSF.<\/li>\n<\/ul>\n<h2>Restrictions on use<\/h2>\n<p>DAMASK is free software released under the <a href=\"https:\/\/damask.mpie.de\/Download\/GPL3\">GNU General Public Licence<\/a>. All users may use DAMASK.<\/p>\n<h2>Set up procedure<\/h2>\n<p>To access the software you must load the modulefile<\/p>\n<pre>module load apps\/intel-17.0\/damask\/2.0.2\r\n<\/pre>\n<p>This modulefile will load everything needed for all types of DAMASK job (e.g. MPI for muliti-core). You do not need to load anything else.<\/p>\n<p>We recommend that you load the module file in your jobscript now rather than on the login node before you submit. This is covered in the examples below.<\/p>\n<h2>Running Serial DAMASK<\/h2>\n<p>An example batch submission script:<\/p>\n<pre>#!\/bin\/bash --login\r\n#$ -cwd\r\n\r\n# Load the software\r\nmodule load apps\/intel-17.0\/intel-17.0\/damask\/2.0.2\r\n\r\nDAMASK_spectral --geom  PathToGeomFile\/NameOfGeomFile.geom --load PathToLoadFile\/FileNameOfLoad.load\r\n<\/pre>\n<p>Submit with the command: <code>qsub scriptname<\/code><\/p>\n<h2>Single node &#8211; 2 to 32 cores using OpenMP<\/h2>\n<p>DAMASK is compiled with multiprocessor (OpenMP) support. To run a parallel job on a single node use:<\/p>\n<pre>#!\/bin\/bash --login\r\n#$ -cwd\r\n#$ -pe smp.pe 12\r\n\r\n# Load the software\r\nmodule load apps\/intel-17.0\/intel-17.0\/damask\/2.0.2\r\nDAMASK_NUM_THREADS=$NSLOTS\r\nDAMASK_spectral --geom  PathToGeomFile\/NameOfGeomFile.geom --load PathToLoadFile\/FileNameOfLoad.load\r\n<\/pre>\n<p>Submit with the command: <code>qsub scriptname<\/code><\/p>\n<h2>Single node &#8211; 2 to 32 cores using MPI<\/h2>\n<p>DAMASK is compiled with multimode (MPI) support. <\/p>\n<p><strong>Please note<\/strong> when using MPI the grid dimension along z has to be an integer multiple of the intended number of nodes to be used. In the example below this would mean a multiple of 12.<\/p>\n<p>To run a parallel job on a single node use:<\/p>\n<pre>#!\/bin\/bash --login\r\n#$ -cwd\r\n#$ -pe smp.pe 12\r\n\r\n# Load the software\r\nmodule load apps\/intel-17.0\/intel-17.0\/damask\/2.0.2\r\nmpirun -np $NSLOTS DAMASK_spectral --geom  PathToGeomFile\/NameOfGeomFile.geom --load PathToLoadFile\/FileNameOfLoad.load\r\n<\/pre>\n<p>Submit with the command: <code>qsub scriptname<\/code><\/p>\n<h2>Multi-node &#8211; 48 or more cores in multiples of 24<\/h2>\n<p><strong>Please note<\/strong> when using MPI the grid dimension along z has to be an integer multiple of the intended number of nodes to be used.  In the example below this would mean a multiple of 48.<\/p>\n<pre>#!\/bin\/bash --login\r\n#$ -cwd\r\n#$ -pe mpi-24-ib.pe 48\r\n\r\n# Load the software\r\nmodule load apps\/intel-17.0\/intel-17.0\/damask\/2.0.2\r\nmpirun -np $NSLOTS DAMASK_spectral --geom  PathToGeomFile\/NameOfGeomFile.geom --load PathToLoadFile\/FileNameOfLoad.load\r\n<\/pre>\n<p>3. Submit with the command: <code>qsub scriptname<\/code><\/p>\n<p>Please note &#8211; there are no Broadwell or Skylake nodes with Infiniband connections. Jobs submitted to mpi-24-ib.pe will by default run only on Haswell nodes.<\/p>\n<h2>Further info<\/h2>\n<ul>\n<li>The DAMASK web site has extensive documentation: <a href=\"https:\/\/damask.mpie.de\/Documentation\/WebHome\">https:\/\/damask.mpie.de\/Documentation\/WebHome<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Overview DAMASK (Duesseldorf Advanced Material Simulation Kit) is a flexible and hierarchically structured model of material point behavior for the solution of elastoplastic boundary value problems along with damage and thermal physics. Its main purpose is the simulation of crystal plasticity within a finite-strain continuum mechanical framework. Version 2.0.2 is available on the CSF: Basic Install Details Version 2.0.2 Installed with Intel Compilers 17.0.7 and Openmpi 3.1.3 The compile flag -msse4.2 -axAVX,CORE-AVX2,CORE-AVX512 was used. This.. <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/damask\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":6,"featured_media":0,"parent":86,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2577","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/comments?post=2577"}],"version-history":[{"count":14,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2577\/revisions"}],"predecessor-version":[{"id":6492,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/2577\/revisions\/6492"}],"up":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/86"}],"wp:attachment":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/media?parent=2577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}