UnsetShared[s1,s2,…]
stops the sharing of the variables or functions si among parallel kernels.
UnsetShared[patt]
stops the sharing of all variables and functions whose names match the string pattern patt.


UnsetShared
UnsetShared[s1,s2,…]
stops the sharing of the variables or functions si among parallel kernels.
UnsetShared[patt]
stops the sharing of all variables and functions whose names match the string pattern patt.
Details

- UnsetShared["*"] stops sharing of all currently shared variables and functions.
- UnsetShared has attribute HoldAll.
Examples
open all close allBasic Examples (2)
History
Text
Wolfram Research (2008), UnsetShared, Wolfram Language function, https://reference.wolfram.com/language/ref/UnsetShared.html.
CMS
Wolfram Language. 2008. "UnsetShared." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/UnsetShared.html.
APA
Wolfram Language. (2008). UnsetShared. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/UnsetShared.html
BibTeX
@misc{reference.wolfram_2025_unsetshared, author="Wolfram Research", title="{UnsetShared}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/UnsetShared.html}", note=[Accessed: 07-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_unsetshared, organization={Wolfram Research}, title={UnsetShared}, year={2008}, url={https://reference.wolfram.com/language/ref/UnsetShared.html}, note=[Accessed: 07-August-2025]}