Skip to content
Snippets Groups Projects
Commit f693b998 authored by Bing Gong's avatar Bing Gong
Browse files

update env_setup

parent 603573f6
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
if [[ ! -n "$1" ]]; then
echo "Provide the user name, which will be taken as folder name"
exit 1
fi
FOLDER_NAME=$1
WORKING_DIR=/p/project/deepacf/deeprain/${FOLDER_NAME}/Video_Prediction_SAVP
ENV_DIR=${WORKING_DIR}/env_setup
source ${ENV_DIR}/modules.sh
# Install additional Python packages.
pip3 install --ignore-installed -r requirement.txt
#pip3 install --user netCDF4
#pip3 install --user numpy
#Copy the hickle package from bing's account
cd ENV_DIR
cp -r /p/project/deepacf/deeprain/bing/hickle .
export PYTHONPATH=${ENV_DIR}/hickle/lib/python3.6/site-packages:$PYTHONPATH
export PYTHONPATH=${WORKING_DIR}:$PYTHONPATH
export PYTHONPATH=/p/home/jusers/${USER}/juwels/.local/bin:$PYTHONPATH
#!/usr/bin/env bash #!/usr/bin/env bash
module --force purge module --force purge
module /usr/local/software/jureca/OtherStages module /usr/local/software/jureca/OtherStages
module load Stages/2019a module load Stages/2020
module load Intel/2019.3.199-GCC-8.3.0 ParaStationMPI/5.2.2-1 module load Intel/2019.3.199-GCC-8.3.0 ParaStationMPI/5.2.2-1
module load mpi4py/3.0.1-Python-3.6.8 module load mpi4py/3.0.1-Python-3.6.8
#!/usr/bin/env bash
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment