Skip to content

Commit

Permalink
Fixed CPU_COUNT
Browse files Browse the repository at this point in the history
  • Loading branch information
Olaf Lenz committed Mar 8, 2013
1 parent 0d73fdf commit 2ac3c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maintainer/jenkins/ESPResSo-nightly-3core.sh
Expand Up @@ -4,7 +4,7 @@ source maintainer/jenkins/common.sh
bootstrap bootstrap


start "CONFIGURE" start "CONFIGURE"
./configure --with-mpi COUNT_CPU="3" ./configure --with-mpi CPU_COUNT="3"
end "CONFIGURE" end "CONFIGURE"


# copy config file # copy config file
Expand Down
2 changes: 1 addition & 1 deletion maintainer/jenkins/ESPResSo-nightly-4core.sh
Expand Up @@ -4,7 +4,7 @@ source maintainer/jenkins/common.sh
bootstrap bootstrap


start "CONFIGURE" start "CONFIGURE"
./configure --with-mpi COUNT_CPU="4" ./configure --with-mpi CPU_COUNT="4"
end "CONFIGURE" end "CONFIGURE"


# copy config file # copy config file
Expand Down

0 comments on commit 2ac3c25

Please sign in to comment.