Changeset 1058
- Timestamp:
- Nov 21, 2012 7:00:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1047 r1058 20 20 # Current revisions: 21 21 # ----------------- 22 # Intel inspector (inspxe) is given the number of PEs instead of the number of 23 # nodes 22 24 # 23 25 # Former revisions: … … 3829 3831 elif [[ "$mpilib" = impi ]] 3830 3832 then 3831 echo "mpirun -np $ tasks_per_nodeinspxe-cl -r result -collect mi3 -- ./a.out < runfile_atmos"3832 mpirun -np $ tasks_per_nodeinspxe-cl -r result -collect mi3 -- ./a.out < runfile_atmos3833 echo "mpirun -np $ii inspxe-cl -r result -collect mi3 -- ./a.out < runfile_atmos" 3834 mpirun -np $ii inspxe-cl -r result -collect mi3 -- ./a.out < runfile_atmos 3833 3835 fi 3834 3836 elif [[ $host = lcxe6 || $host = lcxt5m ]]
Note: See TracChangeset
for help on using the changeset viewer.