Skip to content

Commit

Permalink
update lsf
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Oct 15, 2023
1 parent f2995ff commit 3d941d8
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 9 deletions.
2 changes: 1 addition & 1 deletion benchmarks/cloudmask/target/summit-no-sciml/16.lsf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module purge
module load open-ce
#module load ibm-wml-ce


export WORDDIR=/gpfs/alpine/gen150/proj-shared/$USER
source $WORKDIR/ENV3/bin/activate

#This runs on many nodes
Expand Down
23 changes: 23 additions & 0 deletions benchmarks/cloudmask/target/summit-no-sciml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,28 @@
bsub cloud_GPU_2.job
# bsub 2.lsf

4:
bsub cloud_GPU_4.job
# bsub 4.lsf
6:
bsub cloud_GPU_6.job
# bsub 6.lsf

12:
bsub cloud_GPU_12.job
# bsub 12.lsf

18:
bsub cloud_GPU_18.job
# bsub 18.lsf

24:
bsub cloud_GPU_24.job
# bsub 24.lsf

30:
bsub cloud_GPU_30.job
# bsub 30.lsf

status:
watch bjobs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#BSUB -nnodes 1
#BSUB -P GEN150_bench
#BSUB -o cloud.o%J
#BSUB -J cloudJobx
#BSUB -J cloudmask_GPU_1

mkdir -p outputs-1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#BSUB -nnodes 2
#BSUB -P GEN150_bench
#BSUB -o cloud_GPU_12.o%J
#BSUB -J cloudJobx_GPU_12
#BSUB -J cloudmask_GPU_12

mkdir -p outputs-12

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#BSUB -nnodes 3
#BSUB -P GEN150_bench
#BSUB -o cloud_GPU_18.o%J
#BSUB -J cloudJobx_GPU_18
#BSUB -J cloudmask_GPU_18

mkdir -p outputs-18

Expand Down
5 changes: 4 additions & 1 deletion benchmarks/cloudmask/target/summit-no-sciml/cloud_GPU_2.job
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@
#BSUB -nnodes 1
#BSUB -P GEN150_bench
#BSUB -o cloud_GPU_2.o%J
#BSUB -J cloudJobx_GPU_2
#BSUB -J cloudmask_GPU_2

source $WORKDIR/ENV3/bin/activate

mkdir -p outputs-2

# Load modules
module purge
module load open-ce

# Install libraries
pip install scikit-learn
pip install h5py
pip install pyyaml
pip install cloudmesh-common
pip install tensorflow

#This runs on many nodes
echo "Hostname: "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#BSUB -nnodes 4
#BSUB -P GEN150_bench
#BSUB -o cloud_GPU_24.o%J
#BSUB -J cloudJobx_GPU_24
#BSUB -J cloudmask_GPU_24

mkdir -p outputs-24

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#BSUB -nnodes 30
#BSUB -P GEN150_bench
#BSUB -o cloud_GPU_30.o%J
#BSUB -J cloudJobx_GPU_30
#BSUB -J cloudmask_GPU_30

mkdir -p outputs-30

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#BSUB -nnodes 1
#BSUB -P GEN150_bench
#BSUB -o cloud_GPU_4.o%J
#BSUB -J cloudJobx_GPU_4
#BSUB -J cloudmask_GPU_4

mkdir -p outputs-4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#BSUB -nnodes 1
#BSUB -P GEN150_bench
#BSUB -o cloud_GPU_6.o%J
#BSUB -J cloudJobx_GPU_6
#BSUB -J cloudmask_GPU_6

mkdir -p outputs-6

Expand Down

0 comments on commit 3d941d8

Please sign in to comment.