ESCOMP / CISM

Community Ice Sheet Model
GNU Lesser General Public License v3.0
6 stars 11 forks source link

Changed parallel_mod to cism_parallel #35

Closed Katetc closed 3 years ago

Katetc commented 3 years ago

The name of the parallel module was recently changed from 'parallel' to 'parallel_mod'. This created a naming conflict in CESM builds. The module name is now 'cism_parallel'.

The two parallel files are still called parallel_slap.F90 (for serial builds) and parallel_mpi.F90 (for parallel MPI builds).

In the future, we might want to change names of other modules without a unique prefix such as 'glide', 'glissade', 'glad', or 'cism'.