The authors implemented a version of primal transportation algorithm on a 14 processor BBN Butterfly computer and solved a variety of large, fully dense, randomly generated transportation and assignment problems ranging in size up to m=n=3000. The algorithm alternates between a search and pivot phase. Processors independently locate possible pivots by concurrently searching the reduced cost matrix. Pivots are then performed sequentially by all processors. This parallelization strategy is justified since the authors have found that the search phase of the algorithm becomes the dominant activity with inceasing problem size. The parallel algorithm has the added advantage of being easy to implement. A speedup of approximately 7 was obtained on large problems. The empirical difficulty of solving an n×n transportation problem was proportional to na where a varied between 2.0 and 2.2 with increasing shipping amounts.