abaillod

Results 23 comments of abaillod

You are right, setting `export OMP_NUM_THREADS=1` solves the problem. I think it would be worth fixing, as it is currently impossible to get twice the same result, which is obvisouly...

Thank you @andrewgiuliani, what you proposed fixed the issue. When evaluating twice the same derivative, they match up to machine precision. However, when running the `examples/3_Advanced/single_stage_optimization.py` example with `MAXITER_single_stage =...

Mea culpa, I just found the `desc.objectives` which seems to do what I want!

Here is the full output! [compile.log](https://github.com/PrincetonUniversity/SPEC/files/12859151/compile.log)

The docker does not work on my system: ```bash docker run -it --rm -v $PWD:/my_mount hiddensymmetries/simsopt root@5a0390184d65:/# python Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux Type...

Hi Bharat. This is the output: ``` ❯ docker run -it --rm -v $PWD:/my_mount hiddensymmetries/simsopt WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and...

Hi, Did we find a solution to this issue? I still can't install SPEC python wrappers on my Mac. > Hi, just an update as I made some progress on...

Hi Zhisong, I watched the recording of your SPECtacular talk on December, 10th 2019, and got a general understanding of what you implemented. I still struggle however to see how...

Thanks, I didn't realize I had set OMP_NUM_THREADS to 12. Changing to only a single thread solved the problem. The final force |f| is slightly different on my machine than...