Container jobs are submitted with:
$ oarsub --reservation=now --type=noop --type=container --project=hexapic --property=cluster=clervaux --resource=nodes=4/cpu=1/core=14,walltime=2:00:00
OAR_JOB_ID=280658
# Advance reservation request: waiting for validation...
# Reservation valid --> OK
The individual jobs are submitted with:
oarsub --interactive --project=hexapic --type=inner=280658 --resource=nodes=1/cpu=1/core=14,walltime=1:00:00
Issue with process affinity
The process affinity is a bit unexpected.
$ ps -p $$
PID TTY TIME CMD
8490 pts/0 00:00:00 bash
$ taskset -p 8490
pid 8490's current affinity mask: 55555555555555
In terms of OpenMP terminology, we would expect the default to be close and not spread.
Resources
- OAR container jobs
Container jobs are submitted with:
The individual jobs are submitted with:
oarsub --interactive --project=hexapic --type=inner=280658 --resource=nodes=1/cpu=1/core=14,walltime=1:00:00Issue with process affinity
The process affinity is a bit unexpected.
In terms of OpenMP terminology, we would expect the default to be
closeand notspread.Resources