Skip to content
Snippets Groups Projects
Commit 8a65ad5b authored by Karim Ahmed's avatar Karim Ahmed
Browse files

Merge branch 'feat/update_texlive' into 'master'

module load last texlive version

See merge request detectors/pycalibration!202
parents 42c18b8b 19563930
No related branches found
No related tags found
1 merge request!202module load last texlive version
source /etc/profile.d/modules.sh
module load anaconda/3
module load texlive/2017
module load texlive
export PATH=/home/${USER}/.local/bin:$PATH
......@@ -40,7 +40,7 @@ then
else
source /etc/profile.d/modules.sh
module load anaconda/3
module load texlive/2017
module load texlive
export PATH=/home/${USER}/.local/bin:$PATH
fi
......
......@@ -464,7 +464,7 @@ def concurrent_run(temp_path, nb, nbname, args, cparm=None, cval=None,
with open("{}/finalize.sh".format(temp_path), "w") as finfile:
finfile.write("#!/bin/tcsh\n")
finfile.write("source /etc/profile.d/modules.sh\n")
finfile.write("module load texlive/2017\n")
finfile.write("module load texlive\n")
finfile.write("echo 'Running finalize script'\n")
finfile.write(
"python3 -c {}\n".format(fmtcmd.format(joblist=job_list)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment