Commit befor trying to convert particle array to linked list to improve
performance.
This commit is contained in:
parent
05f5adcfe1
commit
60f38a2d95
8 changed files with 160 additions and 12 deletions
10
src/modules/moduleParallel.f95
Normal file
10
src/modules/moduleParallel.f95
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
MODULE moduleParallel
|
||||
|
||||
TYPE openMP_type
|
||||
INTEGER:: nThreads
|
||||
|
||||
END TYPE
|
||||
|
||||
TYPE(openMP_type):: openMP
|
||||
|
||||
END MODULE moduleParallel
|
||||
Loading…
Add table
Add a link
Reference in a new issue