swh:1:snp:ad0e6c7f41a95cff6b774113c9d2690206ee1db7
Raw File
Tip revision: 9552333b71b280bfb9fc5f61f43e6fa6dffa9022 authored by Jochen Knaus on 03 October 2008, 00:00:00 UTC
version 1.60
Tip revision: 9552333
NAMESPACE
export(
        "sfInit",
        "sfStop",

        "sfParallel",
        "sfNodes",
        "sfCpus",
        "sfType",
        "sfGetCluster",
        "sfSession",
        "sfSocketHosts",                   ## New 1.6
        "sfSetMaxCPUs",

        "sfLibrary",
        "sfSource",
        "sfExport",
        "sfExportAll",
        "sfRemove",
        "sfRemoveAll",
        "sfCat",

        ## Snow wrappers
        "sfClusterMap",                    ## Currently not implemented.
        "sfClusterApply",
        "sfClusterApplyLB",

        ## snowfall addition: intermediate save of results (with auto-restore)
        "sfClusterApplySR",
        "sfRestore",

        "sfLapply",
        "sfSapply",
        "sfApply",
        "sfRapply",                        ## Currently not implemented.
        "sfCapply",                        ## Currently not implemented.
        "sfMM",

        "sfClusterSplit",
        "sfClusterCall",
        "sfClusterEval", "sfClusterEvalQ",
        "sfClusterSetupRNG",
        "sfClusterSetupRNGstream",
        "sfClusterSetupSPRNG",
        ## Unit tests
        "sfTest"
      )
back to top