Changes between Version 8 and Version 9 of MpiApps


Ignore:
Timestamp:
Feb 24, 2011, 1:38:36 PM (13 years ago)
Author:
carlgt1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MpiApps

    v8 v9  
    3434Note that Windows Firewall will block these programs (as well as your MPI app) upon first launch.  This is path-dependent, so if you change these filenames it will "count" as a new program for Windows to block.  Hence it is probably more sensible to make a zip-file bundle of your programs, and track changes by the wrapper and job.xml file.  Otherwise every new application version you make, Windows Firewall will see it as a new potentially threatening program, and your users will have to allow this newly named program through. 
    3535
     36'''PENDING''':  mpich2-1.3.3 should remove the smpd.exe requirement, and no Windows Firewall issues if run as:
     37      mpiexec -localonly -n 2 -channel nemesis:none mympipgm.exe
    3638
    3739----