Parallelism
Parallelism implies the simultaneous execution of multiple independent processes.
Concurrency describes the composition of independently executing processes : not saying anything regarding when these will be executed.
Concurrency is not parallelism.