Hello,
I am trying to run suite u-cw535 on jasmin. I ran it on the test partition and it worked successfully (until it ran out of time). I am now trying to run it on par-single. This is what I have in my suite.rc:
[[jules]]
inherit = None, COMPUTER
[[[job]]]
batch system = slurm
[[[directives]]]
–partition = par-single
–time = 48:00:00
–ntasks = 16
[[[remote]]]
retrieve job logs max size = 10M
[[[environment]]]
ROSE_LAUNCHER = mpirun
However when I run the suite it fails and I get this in my job.err file:
Please verify that both the operating system and the processor support Intel(R) X87, CMOV, MMX, FXSAVE, SSE, SSE2, SSE3, SSSE3, SSE4_1, SSE4_2, POPCNT, F16C and AVX instructions.
[FAIL] rose-run jules.exe <<‘STDIN’
[FAIL]
[FAIL] ‘STDIN’ # return-code=1
Can someone please help me? I’m unsure what to try to fix it.
Thanks