Skip to content

Commit 3c1ccd0

Browse files
committed
added pbs jobs
graphcoloring final code added readme file
1 parent 2cf88c4 commit 3c1ccd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1373
-373
lines changed

graphcoloring.c

Lines changed: 338 additions & 24 deletions
Large diffs are not rendered by default.

jobs/gcDSJC1000.9-128.pbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#PBS -S /bin/bash
2+
#PBS -A CS6965
3+
#PBS -l nodes=8:ppn=16,walltime=01:00:00
4+
# Create scratch directory
5+
HOME=/uufs/chpc.utah.edu/common/home/u0082100/cs5965/assignment1/
6+
cd $HOME
7+
#Execute Job
8+
source /uufs/kingspeak.peaks/sys/pkg/mvapich2/1.9i/etc/mvapich2.sh
9+
mpirun -np 128 -machinefile $PBS_NODEFILE ./graphcoloring strong DSJC1000.9.col DSJC1000.9.np=128 >> DSJC1000.9.log.128
10+
11+
mv DSJC1000.9.* $HOME/jobs
12+
rm $HOME/jobs/gc*.pbs.*

jobs/gcDSJC1000.9-16.pbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#PBS -S /bin/bash
2+
#PBS -A CS6965
3+
#PBS -l nodes=1:ppn=16,walltime=01:00:00
4+
# Create scratch directory
5+
HOME=/uufs/chpc.utah.edu/common/home/u0082100/cs5965/assignment1/
6+
cd $HOME
7+
#Execute Job
8+
source /uufs/kingspeak.peaks/sys/pkg/mvapich2/1.9i/etc/mvapich2.sh
9+
mpirun -np 16 -machinefile $PBS_NODEFILE ./graphcoloring strong DSJC1000.9.col DSJC1000.9.np=16 >> DSJC1000.9.log.16
10+
11+
mv DSJC1000.9.* $HOME/jobs
12+
rm $HOME/jobs/gc*.pbs.*

jobs/gcDSJC1000.9-2.pbs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#PBS -S /bin/bash
2+
#PBS -A CS6965
3+
#PBS -l nodes=1:ppn=16,walltime=01:00:00
4+
# Create scratch directory
5+
HOME=/uufs/chpc.utah.edu/common/home/u0082100/cs5965/assignment1/
6+
cd $HOME
7+
#Execute Job
8+
source /uufs/kingspeak.peaks/sys/pkg/mvapich2/1.9i/etc/mvapich2.sh
9+
mpirun -np 2 -machinefile $PBS_NODEFILE ./graphcoloring strong DSJC1000.9.col DSJC1000.9.np=2 >> DSJC1000.9.log.2
10+
11+
mv DSJC1000.9.* $HOME/jobs
12+
rm $HOME/jobs/gc*.pbs.*
13+
bs/

jobs/gcDSJC1000.9-256.pbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#PBS -S /bin/bash
2+
#PBS -A CS6965
3+
#PBS -l nodes=16:ppn=16,walltime=01:00:00
4+
# Create scratch directory
5+
HOME=/uufs/chpc.utah.edu/common/home/u0082100/cs5965/assignment1/
6+
cd $HOME
7+
#Execute Job
8+
source /uufs/kingspeak.peaks/sys/pkg/mvapich2/1.9i/etc/mvapich2.sh
9+
mpirun -np 256 -machinefile $PBS_NODEFILE ./graphcoloring strong DSJC1000.9.col DSJC1000.9.np=256 >> DSJC1000.9.log.256
10+
11+
mv DSJC1000.9.* $HOME/jobs
12+
rm $HOME/jobs/gc*.pbs.*

jobs/gcDSJC1000.9-32.pbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#PBS -S /bin/bash
2+
#PBS -A CS6965
3+
#PBS -l nodes=2:ppn=16,walltime=01:00:00
4+
# Create scratch directory
5+
HOME=/uufs/chpc.utah.edu/common/home/u0082100/cs5965/assignment1/
6+
cd $HOME
7+
#Execute Job
8+
source /uufs/kingspeak.peaks/sys/pkg/mvapich2/1.9i/etc/mvapich2.sh
9+
mpirun -np 32 -machinefile $PBS_NODEFILE ./graphcoloring strong DSJC1000.9.col DSJC1000.9.np=32 >> DSJC1000.9.log.32
10+
11+
mv DSJC1000.9.* $HOME/jobs
12+
rm $HOME/jobs/gc*.pbs.*

jobs/gcDSJC1000.9-4.pbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#PBS -S /bin/bash
2+
#PBS -A CS6965
3+
#PBS -l nodes=1:ppn=16,walltime=01:00:00
4+
# Create scratch directory
5+
HOME=/uufs/chpc.utah.edu/common/home/u0082100/cs5965/assignment1/
6+
cd $HOME
7+
#Execute Job
8+
source /uufs/kingspeak.peaks/sys/pkg/mvapich2/1.9i/etc/mvapich2.sh
9+
mpirun -np 4 -machinefile $PBS_NODEFILE ./graphcoloring strong DSJC1000.9.col DSJC1000.9.np=4 >> DSJC1000.9.log.4
10+
11+
mv DSJC1000.9.* $HOME/jobs
12+
rm $HOME/jobs/gc*.pbs.*

jobs/gcDSJC1000.9-64.pbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#PBS -S /bin/bash
2+
#PBS -A CS6965
3+
#PBS -l nodes=4:ppn=16,walltime=01:00:00
4+
# Create scratch directory
5+
HOME=/uufs/chpc.utah.edu/common/home/u0082100/cs5965/assignment1/
6+
cd $HOME
7+
#Execute Job
8+
source /uufs/kingspeak.peaks/sys/pkg/mvapich2/1.9i/etc/mvapich2.sh
9+
mpirun -np 64 -machinefile $PBS_NODEFILE ./graphcoloring strong DSJC1000.9.col DSJC1000.9.np=64 >> DSJC1000.9.log.64
10+
11+
mv DSJC1000.9.* $HOME/jobs
12+
rm $HOME/jobs/gc*.pbs.*

jobs/gcDSJC1000.9-8.pbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#PBS -S /bin/bash
2+
#PBS -A CS6965
3+
#PBS -l nodes=1:ppn=16,walltime=01:00:00
4+
# Create scratch directory
5+
HOME=/uufs/chpc.utah.edu/common/home/u0082100/cs5965/assignment1/
6+
cd $HOME
7+
#Execute Job
8+
source /uufs/kingspeak.peaks/sys/pkg/mvapich2/1.9i/etc/mvapich2.sh
9+
mpirun -np 8 -machinefile $PBS_NODEFILE ./graphcoloring strong DSJC1000.9.col DSJC1000.9.np=8 >> DSJC1000.9.log.8
10+
11+
mv DSJC1000.9.* $HOME/jobs
12+
rm $HOME/jobs/gc*.pbs.*

jobs/gcflat1000.76-128.pbs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#PBS -S /bin/bash
2+
#PBS -A CS6965
3+
#PBS -l nodes=8:ppn=16,walltime=01:00:00
4+
# Create scratch directory
5+
HOME=/uufs/chpc.utah.edu/common/home/u0082100/cs5965/assignment1/
6+
cd $HOME
7+
#Execute Job
8+
source /uufs/kingspeak.peaks/sys/pkg/mvapich2/1.9i/etc/mvapich2.sh
9+
mpirun -np 128 -machinefile $PBS_NODEFILE ./graphcoloring strong flat1000_76_0.col flat1000_76_0.np=128 >> flat1000_76_0.log.128
10+
11+
mv flat1000_76_0.* $HOME/jobs
12+
rm $HOME/jobs/gc*.pbs.*

0 commit comments

Comments
 (0)