Erik Schnetter

Results 431 comments of Erik Schnetter

@sritchie How should we continue to work on this pull request? It's in a good state, and I've been using this for my Julia development for a while. Is there...

Here is a typical output: ``` $ caliban cluster job submit --cluster_name einsteintoolkit-cluster --min_cpu 2000 --nogpu ./run-einsteintoolkit.sh -- /usr/app/Cactus/exe/cactus_sim /usr/app/Cactus/repos/cactusamrex/azure-pipelines/carpetx.par I0802 15:22:43.826885 4368600512 core.py:493] Generating Docker image with parameters: I0802...

I believe the problem is using `.` as source of the `COPY` command. When I copy another large directory explicitly, the copy command is properly cached. If that is indeed...

@sritchie I have a folder called `Cactus` in the top level directory of the project. This `Cactus` folder contains the files that are not cached. This folder is copied into...

Yes, this works! Thanks. I would usually write `./bin/run-einsteintoolkit.sh` instead of `bin/run-einsteintoolkit.sh`, but that doesn't work here. You cannot have the initial `./` in the path.

It seems the data directories are added to the Docker image before the apt dependencies are installed. This is the wrong order for me. I agree that this is the...

I don't have an opinion either way. If putting a job script into the root directory could be made to use the cache, I probably wouldn't need data directories. My...

I found this source of information: http://superuser.com/questions/412808/how-do-i-detect-my-computers-ram-configuration This outputs for me: ``` $ wmic MemoryChip get BankLabel, Capacity, DeviceLocator BankLabel Capacity DeviceLocator 2147483648 XMM1 2147483648 XMM3 4194304 SYSTEM ROM ```...

I tried 5 cells first for "historic reasons" (the Einstein Toolkit parameter files specify grid sizes including ghost zones). It'll probably work with 2 cells as well.

I forgot that this was an issue and had to debug it again. Can you make this emit an error if the domain is too small for periodic boundaries?