Skip to content

Commit 1377139

Browse files
author
Christos Psarras
committed
Adjust python script for new libraries
1 parent 25882a9 commit 1377139

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: scripts/cluster/python.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
source ${HOME}/.zshrc.lamp
4-
cd ${LAMP_EXPERIMENTS}/python
54

65
echo "-----------------------------"
76
echo "$1 Threads"
@@ -13,4 +12,9 @@ module purge
1312
module load DEVELOP
1413
module load intel/19.0
1514

15+
cd ${LAMP_EXPERIMENTS}/python/numpy
16+
${PYTHON} main.py
17+
cd ${LAMP_EXPERIMENTS}/python/torch
18+
${PYTHON} main.py
19+
cd ${LAMP_EXPERIMENTS}/python/tensorflow
1620
${PYTHON} main.py

0 commit comments

Comments
 (0)