12 lines
148 B
Bash
Executable file
12 lines
148 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source ~/.bashrc
|
|
|
|
conda_init
|
|
conda activate pointmlp
|
|
|
|
export PS1="(pointmlp)[\\u@\\h \\W]\\$ "
|
|
|
|
module load compilers
|
|
module load mpfr
|