Skip to content

Commit db0e572

Browse files
committed
updated documenation
1 parent df83a69 commit db0e572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pynamic-pyMPI-2.6a1/so_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def barrier(self):
252252
myRank = mpi.rank
253253
nProcs = mpi.procs
254254
if myRank == 0:
255-
print('Pynamic: Version 1.3')
255+
print('Pynamic: Version 1.3.3')
256256
print('Pynamic: run on %s with %s MPI tasks\\n' %(time.strftime("%x %X"), nProcs))
257257
if len(sys.argv) > 1:
258258
start_time = float(sys.argv[1])

pynamic.README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
An optional 4th pynamic-bigexe-pyMPI and 5th pynamic-bigexe-sdb-pyMPI
201201
executable can be built with the -b option, which is equivalent to
202202
pynamic-pyMPI and pynamic-sdb-pyMPI respectively, but with extra code to
203-
make the base executable much larger.
203+
make the base executable much larger (this may take a long time to compile).
204204

205205
3.1 TO TEST
206206
% python pynamic_driver.py `date +%s`

0 commit comments

Comments
 (0)