Skip to content

janhybs/ci-hpc-app

Repository files navigation

ci-hpc-app · Actions Status Coveralls github

db.getCollection('timers-2019-2').aggregate([
    {
        "$group": {
            "_id": "$index.cpus",
            "sum": { "$sum": 1 }
        }
    }
])

db.getCollection('timers-2019-2').find({"index.cpus": "< cpus >"})

db.getCollection('timers-2019-2').updateMany(
    { "index.cpus": "< cpus >" },
    {
        "$set": {
            "index.cpus": 1.0
        }
    }
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published