Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 16
and
Version 17
of
HTCondor
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
25/02/2025 16:08:47 (
4 days
ago)
Author:
lambert
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
HTCondor
v16
v17
197
197
#!/bin/bash
198
198
199
export LD_LIBRARY_PATH=/usr/l
ib64
/openmpi/lib/:${LD_LIBRARY_PATH}
200
export PATH=/usr/l
ib64
/openmpi/bin/:${PATH}
199
export LD_LIBRARY_PATH=/usr/l
ocal
/openmpi/lib/:${LD_LIBRARY_PATH}
200
export PATH=/usr/l
ocal
/openmpi/bin/:${PATH}
201
201
202
202
mpirun $*