Page 1 of 1

csv package on Stampede

Posted: Wed Sep 07, 2016 11:40 pm
by evgin
Hi

Part of my code utilizes csv package (package require csv) in OpenSees which should be related to tcl. It is run fine on my computer but on stampede whether I use OpenSees OR OpenSeesMP , it does not run and it says : can't find package csv

I was wondering how this can be resolved ?

Thanks

RG

Re: csv package on Stampede

Posted: Mon Sep 12, 2016 11:29 am
by fmk
you would need to build the csv package yourself on Stampede and make available to the program when it runs by possibly copyting to dir where the .exe will run in your batch script.