ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
test_pm_arraySort.F90 File Reference

Go to the source code of this file.

Modules

module  test_pm_arraySort
 This module contains tests of the module pm_arraySort.
 

Functions/Subroutines

subroutine test_pm_arraySort::setTest ()
 
logical(LK) function test_pm_arraySort::test_performance_1 ()
 Test the performance of different sorting algorithms in pm_arraySort. More...
 
subroutine sortWrapper (Array)
 
subroutine bench (sort, arraySize)
 

Variables

type(test_type) test_pm_arraySort::test
 

Function/Subroutine Documentation

◆ bench()

subroutine test_performance_1::bench ( procedure(setSorted_proc_RK2)  sort,
integer(IK)  arraySize 
)

Definition at line 4216 of file test_pm_arraySort.F90.

References pm_kind::RK2.

Referenced by test_pm_arraySort::test_performance_1().

Here is the caller graph for this function:

◆ sortWrapper()

subroutine test_performance_1::sortWrapper ( real(RK)  Array)

Definition at line 4211 of file test_pm_arraySort.F90.