Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96997700
test_HybridDislo2.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
Wed, Jan 1, 11:45
Size
210 B
Mime Type
text/x-shellscript
Expires
Fri, Jan 3, 11:45 (2 d)
Engine
blob
Format
Raw Data
Handle
23309179
Attached To
rLIBMULTISCALE LibMultiScale
test_HybridDislo2.sh
View Options
#!/usr/bin/env bash
module load CADDMesher
cd mesh
python GenerateMesh.py
cd ..
if [ $? != 0 ]
then
echo "Generation of mesh failed"
exit -1
else
echo "Generation of mesh successful"
fi
exit 0
Event Timeline
Log In to Comment