dummy update because those messages got lost:
Date: Tue, 13 Sep 2011 17:46:44 +0200 From: m.diehl@mpie.de To: wangleyu@msu.edu, lebenso@lanl.gov, denny.tjahjanto@imdea.org, o.guevenc@mpie.de, n.jia@mpie.de, m.diehl@mpie.de, c.kords@mpie.de, c.zambaldi@mpie.de, p.eisenlohr@mpie.de, f.roters@mpie.de Subject: update: /home/svn/repos/DAMASK to 1000 Message-ID: <4e6f7ae4.Xjnd/szYAh8QCXTo%m.diehl@mpie.de> User-Agent: Heirloom mailx 12.2 01/07/07 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit A processing/pre/FromEBSD/ A processing/pre/FromEBSD/Hex2Cub.cpp A processing/pre/FromEBSD/SpectralMethodFromEBDS A processing/pre/FromEBSD/patchFromReconstructedBoundaries D processing/pre/patchFromReconstructedBoundaries added two small (quick and dirty) tools to convert data from EBSD to input files for spectral method, put them together with patchFromReconstructedBoundaries into new folder. Date: Tue, 13 Sep 2011 17:54:06 +0200 From: m.diehl@mpie.de To: wangleyu@msu.edu, lebenso@lanl.gov, denny.tjahjanto@imdea.org, o.guevenc@mpie.de, n.jia@mpie.de, m.diehl@mpie.de, c.kords@mpie.de, c.zambaldi@mpie.de, p.eisenlohr@mpie.de, f.roters@mpie.de Subject: update: /home/svn/repos/DAMASK to 1001 Message-ID: <4e6f7c9e.v9E4JVN2a6bg5tL8%m.diehl@mpie.de> User-Agent: Heirloom mailx 12.2 01/07/07 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit U code/DAMASK_spectral.f90 U code/DAMASK_spectral_interface.f90 U code/IO.f90 U code/crystallite.f90 U code/homogenization_RGC.f90 U code/lattice.f90 U code/makefile U code/material.f90 U code/mesh.f90 did a lot of polishing: - removed unnecessary "return" before end of subroutine or function: - changed undetermined array length (:) to (1:3) To prevent problems with some code analysing tools: - "3D oneliner loops" (with ";) only for "do" and "enddo" at the same time - removed line continuation in OMP statements made the makefile more flexible, removed heap-arrays switch Date: Tue, 13 Sep 2011 17:57:07 +0200 From: m.diehl@mpie.de To: wangleyu@msu.edu, lebenso@lanl.gov, denny.tjahjanto@imdea.org, o.guevenc@mpie.de, n.jia@mpie.de, m.diehl@mpie.de, c.kords@mpie.de, c.zambaldi@mpie.de, p.eisenlohr@mpie.de, f.roters@mpie.de Subject: update: /home/svn/repos/DAMASK to 1002 Message-ID: <4e6f7d53.IEDDzo+JSzDWNSBr%m.diehl@mpie.de> User-Agent: Heirloom mailx 12.2 01/07/07 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit A documentation/Compiling/ A documentation/Compiling/Stack+usage.pdf A documentation/ParallelizationAndTuning/ A documentation/ParallelizationAndTuning/BSC_tools_Overview.pdf A documentation/ParallelizationAndTuning/Intro_Perf.pdf A documentation/ParallelizationAndTuning/Kcachegrind.pdf A documentation/ParallelizationAndTuning/LRZ210703_1.pdf A documentation/ParallelizationAndTuning/LRZ210703_2.pdf A documentation/ParallelizationAndTuning/MUST_Overview.pdf A documentation/ParallelizationAndTuning/NPB-MZ-MPI-BT_Exercise.pdf A documentation/ParallelizationAndTuning/PAPI.pdf A documentation/ParallelizationAndTuning/PSC_Exercise_BT-MPI.pdf A documentation/ParallelizationAndTuning/Paraver_Exercise.pdf A documentation/ParallelizationAndTuning/Periscope_Overview.pdf A documentation/ParallelizationAndTuning/SIONlib.pdf A documentation/ParallelizationAndTuning/Scalasca_Examples.pdf A documentation/ParallelizationAndTuning/Scalasca_Exercise_BTMZ.pdf A documentation/ParallelizationAndTuning/Scalasca_Overview.pdf A documentation/ParallelizationAndTuning/Scalasca_Patterns.pdf A documentation/ParallelizationAndTuning/TAU.pdf A documentation/ParallelizationAndTuning/VIHPS-TW8.pdf A documentation/ParallelizationAndTuning/Vampir_Exercise.pdf A documentation/ParallelizationAndTuning/Vampir_Overview.pdf A documentation/ParallelizationAndTuning/instructions_periscope.pdf A documentation/ParallelizationAndTuning/manualf06.pdf added some information from Tuning workshop in Aachen regarding tuning/parallelization added slides with information how to prevent segmentation fauld
This commit is contained in:
parent
c7c541f393
commit
483b483816
|
@ -52,7 +52,7 @@ program DAMASK_spectral
|
||||||
use numerics, only: err_div_tol, err_stress_tol, err_stress_tolrel,&
|
use numerics, only: err_div_tol, err_stress_tol, err_stress_tolrel,&
|
||||||
relevantStrain, itmax, memory_efficient, DAMASK_NumThreadsInt
|
relevantStrain, itmax, memory_efficient, DAMASK_NumThreadsInt
|
||||||
use homogenization, only: materialpoint_sizeResults, materialpoint_results
|
use homogenization, only: materialpoint_sizeResults, materialpoint_results
|
||||||
!$ use OMP_LIB ! the openMP function library
|
!$ use OMP_LIB ! the openMP function library
|
||||||
|
|
||||||
implicit none
|
implicit none
|
||||||
include 'include/fftw3.f' ! header file for fftw3 (declaring variables). Library files are also needed
|
include 'include/fftw3.f' ! header file for fftw3 (declaring variables). Library files are also needed
|
||||||
|
|
Loading…
Reference in New Issue