Giter VIP home page Giter VIP logo

Comments (2)

DaliangNing avatar DaliangNing commented on August 22, 2024

iCAMP uses some functions (e.g., big.matrix) from the R package bigmemory and parallel computing function (e.g., parLapply) from package parallel. I do not know which will cause file locking. Two possible reasons: (1) Many functions in iCAMP can set parallel computing thread number by the parameter 'nworker', e.g., in icamp.big. If the user sets nworker as a very large number (over CPU cores), it will occupy too many threads and make the computer not responsive at all. (2) The big.matrix function used in some iCAMP function (e.g., pdist.big) saves a relatively big file with suffix '.bin' somewhere in the harddisk, and the physical address will be saved in a '.desc' file; then, the data in '.bin' file will be used as if it is saved in memory, thus the calculation can go beyond the limit of memory. The '.bin' file occupies a certain place which will not work if physically changed (copy/paste) to another place. But this is unlikely to make computer not responsive.

I used iCAMP a lot on our Linux and Windows servers without problems as long as I limit the nworker (thread number) lower than the CPU core number. But I have not deployed it in HPC yet.

from icamp1.

DaliangNing avatar DaliangNing commented on August 22, 2024

I hope the problem has been solved. If no more questions, I will close this issue.

from icamp1.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.