Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91282990
hack_openmp_for_pgi.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 9, 15:50
Size
180 B
Mime Type
text/x-shellscript
Expires
Mon, Nov 11, 15:50 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22235916
Attached To
rLAMMPS lammps
hack_openmp_for_pgi.sh
View Options
#!/bin/sh
for f in *.h *.cpp
do \
sed -e '/#pragma omp/s/^\(.*default\)(none)\(.*\)$/\1(shared)\2/' \
-e '/#pragma omp/s/shared([a-z0-9,_]\+)//' \
-i.bak $f
done
Event Timeline
Log In to Comment