Indivisible.  An atomic operation, or atomicity, implies an operation that must be performed entirely or not at all.  For example, if machine failure prevents a transaction to be processed to completion, the system will be rolled back to the start of the transaction.  See 
two-phase commit and 
atom.