ModernElectron / WarpX

Modern Electron's WarpX repository serves as both a fork of the WarpX code (an advanced electromagnetic Particle-In-Cell code - see https://ecp-warpx.github.io) and the repository for a set of tools used in simulating thermionic devices (mewarpx).
https://mewarpx.readthedocs.io/en/latest/index.html
Other
0 stars 1 forks source link

Have AWS batch jobs fail if they can't cd to EFS #138

Closed peterscherpelz closed 2 years ago

peterscherpelz commented 2 years ago

I had an error in a AWS Batch job definition for the psdevel branch that caused the cd to efs to fail, but WarpX still ran on the EBS storage of the instance. Since that's not intended behavior but is not transparent unless you're restarting, I think terminating on the failure is preferable.

codecov-commenter commented 2 years ago

Codecov Report

Merging #138 (95e09a7) into memaster (0bf586f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           memaster     #138   +/-   ##
=========================================
  Coverage     78.67%   78.67%           
=========================================
  Files            29       29           
  Lines          3644     3644           
=========================================
  Hits           2867     2867           
  Misses          777      777           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bf586f...95e09a7. Read the comment docs.