Skip to content

Commit

Permalink
🔧 Update linux scripts for archer and hpda
Browse files Browse the repository at this point in the history
(still buggy the linking)
  • Loading branch information
FellegaraR committed Oct 9, 2020
1 parent 5940b21 commit 81c996a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 4 additions & 1 deletion scripts/linux/startLorenz_HPDA.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash

export LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=../lib/paraview-5.8/plugins/VestecPlugins:../lib/plugins/TopologyToolKit:../lib:$LD_LIBRARY_PATH
export PYTHONPATH=../lib/python3.6/site-packages
export PV_PLUGIN_PATH=../lib/paraview-5.8/plugins:../lib/paraview-5.8/plugins/VestecPlugins:../lib/plugins/TopologyToolKit

export OMP_NUM_THREADS=$3
srun -N $1 -n $2 -c 56 --exclusive ./VestecCatalystEmulator /scratch/VESTEC-DATASETS/lorenz/ .vtk 0.02 criticalPoints_Lorenz.py > criticalPoints_Lorenz_$1_$2_$3.csv

Expand Down
5 changes: 4 additions & 1 deletion scripts/linux/startSpaceWeather_HPDA.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash

export LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=../lib/paraview-5.8/plugins/VestecPlugins:../lib/plugins/TopologyToolKit:../lib:$LD_LIBRARY_PATH
export PYTHONPATH=../lib/python3.6/site-packages
export PV_PLUGIN_PATH=../lib/paraview-5.8/plugins:../lib/paraview-5.8/plugins/VestecPlugins:../lib/plugins/TopologyToolKit

export OMP_NUM_THREADS=$3
export OMP_DISPLAY_ENV=true
export OMP_PROC_BIND=spread #close,master,spread
Expand Down
4 changes: 3 additions & 1 deletion scripts/linux/start_Lorenz.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
cd $PBS_O_WORKDIR

#export LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=../lib/paraview-5.8/plugins/VestecPlugins:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=../lib/paraview-5.8/plugins/VestecPlugins:../lib/plugins/TopologyToolKit:../lib:$LD_LIBRARY_PATH
export PYTHONPATH=../lib/python3.6/site-packages
export PV_PLUGIN_PATH=../lib/paraview-5.8/plugins:../lib/paraview-5.8/plugins/VestecPlugins:../lib/plugins/TopologyToolKit

# Run the parallel program
export OMP_NUM_THREADS=12
Expand Down
4 changes: 3 additions & 1 deletion scripts/linux/start_SpaceWeather.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
cd $PBS_O_WORKDIR

#export LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=../lib/paraview-5.8/plugins/VestecPlugins:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=../lib/paraview-5.8/plugins/VestecPlugins:../lib/plugins/TopologyToolKit:../lib:$LD_LIBRARY_PATH
export PYTHONPATH=../lib/python3.6/site-packages
export PV_PLUGIN_PATH=../lib/paraview-5.8/plugins:../lib/paraview-5.8/plugins/VestecPlugins:../lib/plugins/TopologyToolKit

# Run the parallel program
export OMP_NUM_THREADS=12
Expand Down

0 comments on commit 81c996a

Please sign in to comment.