Fix -Wstrict-overflow in domdec.c
[gromacs.git] / scripts / GMXRC.cmakein
blobde92be9ab031105e398e4c42533c483ddf13840d
1 # This is a convenience script to determine which
2 # type of shell you have, and then run GMXRC.[csh|bash|zsh]
3 # from the Gromacs binary directory.
5 # If you only use one shell you can copy that GMXRC.* instead.
8 # only csh/tcsh set the variable $shell (note: lower case!)
9 test $shell && goto CSH
11 # if we got here, shell is bsh/bash/zsh/ksh
12 . @CMAKE_INSTALL_PREFIX@/@BIN_INSTALL_DIR@/GMXRC.bash
13 return
15 # csh/tcsh jump here
16 CSH:
17 source @CMAKE_INSTALL_PREFIX@/@BIN_INSTALL_DIR@/GMXRC.csh