Changeset 24
- Timestamp:
- Nov 29, 2011, 11:43:17 PM (13 years ago)
- Location:
- trunk/oar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/oar/Makefile
r23 r24 2 2 CC=mpiCC 3 3 CCFLAGS=-O2 4 PODFLAG=-c 'User Contributed OAR Documentation' -r 'LEGI Trokata' 5 4 6 5 7 .PHONY: all clean distclean … … 21 23 22 24 %.1: %.cpp 23 grep '^.\*' $< | sed -e 's/^..//; s/^.//' | pod2man > $@25 grep '^.\*' $< | sed -e 's/^..//; s/^.//' | pod2man -n $* $(PODFLAG) > $@ 24 26 25 27 # astyle --style=banner -s3 mpilauncher.cpp -
trunk/oar/mpilauncher.cpp
r22 r24 205 205 * =head1 SYNOPSIS 206 206 * 207 * mpilauncher root_folder command [args] mpilauncher -f command_file 207 * mpilauncher root_folder command [args] 208 * mpilauncher -f command_file 208 209 * 209 210 * =cut
Note: See TracChangeset
for help on using the changeset viewer.