Learn R Programming

parallelMap (version 1.0-83)

parallelStop: Stops parallelization.

Description

The parallelMap mode is set to local, i.e., parallelization is turned off.

Usage

parallelStop()

Arguments

Value

  • Nothing.

Details

After a subsequent call of parallelStart, no exported objects are present on the slaves and no libraries are loaded, i.e., you have clean R sessions on the slaves.

For socket and mpi mode stopCluster is called.

For BatchJobs mode the subdirectory of the storagedir containing the exported objects is removed.