is an option for RemoteBatchSubmit and RemoteBatchMapSubmit that specifies a geographical zone to use with the "WolframBatch" provider.
RemoteGeoZone
is an option for RemoteBatchSubmit and RemoteBatchMapSubmit that specifies a geographical zone to use with the "WolframBatch" provider.
Details
- RemoteGeoZone specifies what geographical zone to run the remote job in. Supported zones include:
-
"UnitedStates" job runs in the United States "EuropeanUnion" job runs in the European Union - The default value for RemoteGeoZone depends on your Wolfram Account settings and defaults to "UnitedStates".
- The list of supported geographical zones is subject to change. For an up-to-date listing with corresponding pricing information, see https://www.wolfram.com/compute-services.
- When using the "WolframBatch" provider, RemoteGeoZonegeozone is equivalent to setting RemoteProviderSettings<|"RemoteGeoZone"geozone|>.
Examples
open all close allBasic Examples (1)
Run a batch job in the United States:
RemoteBatchSubmit["WolframBatch", FactorInteger[2 ^ 1023 - 7], RemoteGeoZone -> "UnitedStates"]Run a batch job in the European Union:
RemoteBatchSubmit["WolframBatch", FactorInteger[2 ^ 1023 - 7], RemoteGeoZone -> "EuropeanUnion"]History
Text
Wolfram Research (2026), RemoteGeoZone, Wolfram Language function, https://reference.wolfram.com/language/ref/RemoteGeoZone.html.
CMS
Wolfram Language. 2026. "RemoteGeoZone." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RemoteGeoZone.html.
APA
Wolfram Language. (2026). RemoteGeoZone. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RemoteGeoZone.html
BibTeX
@misc{reference.wolfram_2026_remotegeozone, author="Wolfram Research", title="{RemoteGeoZone}", year="2026", howpublished="\url{https://reference.wolfram.com/language/ref/RemoteGeoZone.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_remotegeozone, organization={Wolfram Research}, title={RemoteGeoZone}, year={2026}, url={https://reference.wolfram.com/language/ref/RemoteGeoZone.html}, note=[Accessed: 13-June-2026]}