In Core Out Core Min Core

Altair Forum User
Altair Forum User
Altair Employee
edited January 2023 in Community Q&A

Hello,

 

I want to ask if someone know what is the difference between In-Core, Out-Core, Min-Core.

I've seen this in optistruct option.

Answers

  • FaroukM
    FaroukM Altair Community Member
    edited August 2020

    I want to ask if someone know what is the difference between In-Core, Out-Core, Min-Core.

     

    In-core means that the solver can hold the entire data (matrix K if you run a static analysis) in the RAM.

     

    Out-core means that the solver can't use the RAM to store the data. The solver will store all the matrices in the disk. The resolution will be done using the RAM and in the end, we will write the entire data in the storage disk.

  • Adriano A. Koga
    Adriano A. Koga
    Altair Employee
    edited August 2020

    just adding a few comments.

     

    RAM memory is much faster to access that storage disk. So running 'in-core' will bring a significant speed-up compared to out-of-core runs. Of coarse, your machine needs to have the amount recommended to take advantage.

  • Anuj Sharma
    Anuj Sharma Altair Community Member
    edited January 2023

    I want to ask if someone know what is the difference between In-Core, Out-Core, Min-Core.

     

    In-core means that the solver can hold the entire data (matrix K if you run a static analysis) in the RAM.

     

    Out-core means that the solver can't use the RAM to store the data. The solver will store all the matrices in the disk. The resolution will be done using the RAM and in the end, we will write the entire data in the storage disk.

    Hello Sir,

    I want to ask that how we can change the setting between incore and outcore solution in hyperwork.

    What I mean is where I found that option to change the core

  • PaulAltair
    PaulAltair
    Altair Employee
    edited January 2023

    Hello Sir,

    I want to ask that how we can change the setting between incore and outcore solution in hyperwork.

    What I mean is where I found that option to change the core

    on options line in Altair Compute Console when you submit the job, use option '-core in'

    (or '-core out')

    image