Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102815774
install
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
Mon, Feb 24, 11:39
Size
517 B
Mime Type
text/x-shellscript
Expires
Wed, Feb 26, 11:39 (2 d)
Engine
blob
Format
Raw Data
Handle
24421826
Attached To
rCOSOLVER COSOlver
install
View Options
#!/bin/bash
if [ -a config ]
then
source ./config
if [ ! -d $COSOLVER_ROOT/iCa ]; then
echo "First Installation ..."
echo "Create iCa directory"
(cd $COSOLVER_ROOT; mkdir iCa;)
echo "Create self directory"
(cd $COSOLVER_ROOT/iCa; mkdir self;)
echo "Create electron-ion directory"
(cd $COSOLVER_ROOT/iCa; mkdir ei;)
echo "Create ion-electron directory"
(cd $COSOLVER_ROOT/iCa; mkdir ie;)
echo "COSolver directories created ... "
else
echo "COSolver directories already exist ... "
fi
fi
Event Timeline
Log In to Comment