CCE compile fails on xcf with "no space left on device" #227
MichaelWhitall
started this conversation in
UM
Replies: 1 comment 3 replies
-
Hi, I 'think' the {{ set tmpdir_size("XXGB") in this specification is the one to change for XC40 builds: Try after increasing tmpdir_size to 6 or 8 GB from the default 3GB -- |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I'm getting some odd UM compile failures on the xce/f:
[FAIL] ar: creating /var/spool/jtmp/8270384.xcf00.1RXFu3/peLWjDiUUD/libum-atmos.a
[FAIL] ar: /var/spool/jtmp/8270384.xcf00.1RXFu3/peLWjDiUUD/libum-atmos.a: No space left on device
[FAIL] link 1.1 ! um-atmos.exe <- um/src/control/top_level/um_main.F90
[FAIL] ! um-atmos.exe : update task failed
Does this mean that a disk required for the compilation is full? Where / what files should I delete to get my compiles to work? Note its odd as this was a UM vn12.1 rose stem run and most of the compiles succeeded; the only ones that failed in this way are CCE with OMP (safe, high and fast optimisation levels). The noOMP equivalents succeeded (as did ifort, gnu, etc).
Note I've put this question on the Yammer HPC group already, but just thought I'd ask here too in case anyone not looking at that might know?
Cheers!
Mike
Beta Was this translation helpful? Give feedback.
All reactions