ESCOMP / POP2-CESM

Parallel Ocean Program (POP2) in CESM
http://www.cesm.ucar.edu/models/cesm2/ocean/
4 stars 24 forks source link

POP: avoid usign /bin/csh #73

Closed marcost2 closed 6 months ago

marcost2 commented 1 year ago

Description of changes:

Changed every instance of /bin/csh or /bin/csh -f to instead use /usr/bin/env csh or /usr/bin/env csh -f. This way, instead of relying on the system having csh installed in the predetermined location it searches the path for it. As such, it much more friendly to module systems used in datacenters