File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ def barrier(self):
252
252
myRank = mpi.rank
253
253
nProcs = mpi.procs
254
254
if myRank == 0:
255
- print('Pynamic: Version 1.3')
255
+ print('Pynamic: Version 1.3.3 ')
256
256
print('Pynamic: run on %s with %s MPI tasks\\ n' %(time.strftime("%x %X"), nProcs))
257
257
if len(sys.argv) > 1:
258
258
start_time = float(sys.argv[1])
Original file line number Diff line number Diff line change 200
200
An optional 4th pynamic-bigexe-pyMPI and 5th pynamic-bigexe-sdb-pyMPI
201
201
executable can be built with the -b option, which is equivalent to
202
202
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) .
204
204
205
205
3.1 TO TEST
206
206
% python pynamic_driver.py `date +%s`
You can’t perform that action at this time.
0 commit comments