File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Load modules and define paths (amend as required) as follows for interactive run
9
9
module purge
10
10
module load python3/3.7.4
11
11
module load gdal/3.0.2
12
- module load openmpi/2 .1.6-mt
12
+ module load openmpi/4 .1.4
13
13
module load hdf5/1.10.5p
14
14
15
15
source /g/data/ge3/ml_preproc_venv/bin/activate
@@ -20,6 +20,7 @@ export LC_ALL=en_AU.UTF-8
20
20
export LANG=en_AU.UTF-8
21
21
export PYTHONPATH=/g/data/ge3/rakib/ML-preprocessing:$PYTHONPATH
22
22
```
23
+
23
24
Amend the last line above to point to a local copy of ML-preprocessing.
24
25
For ` pbs ` batch jobs, check example pbs scripts in the ` preprocessing/pbs ` folder in this repository.
25
26
Original file line number Diff line number Diff line change 11
11
module purge
12
12
module load python3/3.7.4
13
13
module load gdal/3.0.2
14
- module load openmpi/2 .1.6-mt
14
+ module load openmpi/4 .1.4
15
15
module load hdf5/1.10.5p
16
+
17
+ source /g/data/ge3/ml_preproc_venv/bin/activate
18
+
16
19
export GDAL_DATA=/apps/gdal/3.0.2/share/gdal/
17
20
export PYTHONPATH=/apps/gdal/3.0.2/lib64:/apps/gdal/3.0.2/lib64/python3.7/site-packages
18
- export PATH=$HOME /.local/bin:$PATH
19
- export PYTHONPATH=/g/data/ge3/rakib/raijin/soft/geo-wavelets:$PYTHONPATH
20
21
export LC_ALL=en_AU.UTF-8
21
22
export LANG=en_AU.UTF-8
23
+ export PYTHONPATH=/g/data/ge3/rakib/ML-preprocessing:$PYTHONPATH
22
24
23
25
mpirun -np 32 --map-by ppr:16:node python3 /g/data/ge3/rakib/raijin/soft/geo-wavelets/preprocessing/multiscale.py file_list.txt /g/data/ge3/covariates/national/temp-multiscale 5 --max-search-dist 500 --keep-level 2 --keep-level 3 --keep-level 4 --keep-level 5 --log-level DEBUG
24
26
You can’t perform that action at this time.
0 commit comments