-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
[1] Command tar begin when wget still is executng.... and other issues.. contact to @egkhamis
[2] The file x1.${RES}.graph.info ${cores} is missing in tar file.. contact to @egkhamis
if [ ! -s ${DATAIN}/fixed/x1.${RES}.graph.info.part.${cores} ]
then
if [ ! -s ${DATAIN}/fixed/x1.${RES}.graph.info ]
then
cd ${DATAIN}/fixed
echo -e "${GREEN}==>${NC} downloading meshes tgz files ... \n"
wget https://www2.mmm.ucar.edu/projects/mpas/atmosphere_meshes/x1.${RES}.tar.gz
wget https://www2.mmm.ucar.edu/projects/mpas/atmosphere_meshes/x1.${RES}_static.tar.gz
tar -xzvf x1.${RES}.tar.gz
tar -xzvf x1.${RES}_static.tar.gz
fi
echo -e "${GREEN}==>${NC} Creating x1.${RES}.graph.info.part.${cores} ... \n"
cd ${DATAIN}/fixed
gpmetis -minconn -contig -niter=200 x1.${RES}.graph.info ${cores}
rm -fr x1.${RES}.tar.gz x1.${RES}_static.tar.gz
fi
Metadata
Metadata
Assignees
Labels
No labels