Skip to content
Snippets Groups Projects
Commit dded215d authored by Reuben D. Budiardja's avatar Reuben D. Budiardja
Browse files

Fixed wrong node value.

parent 0efa9645
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ cat > ${PACKAGE}.pbs << EOF ...@@ -53,7 +53,7 @@ cat > ${PACKAGE}.pbs << EOF
#!/bin/bash #!/bin/bash
#PBS -N ${PACKAGE} #PBS -N ${PACKAGE}
#PBS -j oe #PBS -j oe
#PBS -l nodes=4:ppn=32,walltime=2:00:00 #PBS -l nodes=8:ppn=32,walltime=2:00:00
cd \$PBS_O_WORKDIR cd \$PBS_O_WORKDIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment