Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
lee218llnl committed Feb 28, 2018
2 parents a1faf57 + db0e572 commit e796946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pynamic-pyMPI-2.6a1/so_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def barrier(self):
myRank = mpi.rank
nProcs = mpi.procs
if myRank == 0:
print('Pynamic: Version 1.3')
print('Pynamic: Version 1.3.3')
print('Pynamic: run on %s with %s MPI tasks\\n' %(time.strftime("%x %X"), nProcs))
if len(sys.argv) > 1:
start_time = float(sys.argv[1])
Expand Down
2 changes: 1 addition & 1 deletion pynamic.README
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
An optional 4th pynamic-bigexe-pyMPI and 5th pynamic-bigexe-sdb-pyMPI
executable can be built with the -b option, which is equivalent to
pynamic-pyMPI and pynamic-sdb-pyMPI respectively, but with extra code to
make the base executable much larger.
make the base executable much larger (this may take a long time to compile).

3.1 TO TEST
% python pynamic_driver.py `date +%s`
Expand Down

0 comments on commit e796946

Please sign in to comment.