This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Wrapper script to run Vim-R-plugin R sessions as interactive jobs on FAS RC Odyssey SLURM platform. | |
# To use it, edit ~/.vimrc and add 'let vimrplugin_r_path = <path_to_script>' | |
echo How much memory do you want? | |
echo "1) 4GB" | |
echo "2) 8GB" | |
echo "3) 16GB" | |
echo "4) 32GB" | |
echo "5) 64GB" |