cdmHUB will have scheduled maintenance work beginning at 11:00 a.m. EDT | 8:00 am PDT on Thursday, June 8, 2023. The platform will operate normally for most of the day, except for a short outage period. All running tool sessions will expire during the maintenance window. Please plan accordingly and we do apologize for any inconvenience. close
Joseph Robinson @ on
Hi,
I’m trying to update PreVABS to the latest version to work with VABS 4, but I only see compiled Linux binaries on the cdmHUB page. The binaries aren’t working on my computer because we don’t have the ability to install GLIBCXX_3.4.22 on RHEL 7.
For previous versions, I compiled PreVABS from source. Do you still distribute the source code for PreVABS? I saw that you have a GitHub page but I’m not able to access it without Perdue credentials.
Thanks,
Joseph Robinson
Cancel Report abuse
Su Tian @ on
Hello Joseph,
The source package has been uploaded. You can find it now on the download page. Thank you for your feedback!
Reply Report abuse
Joseph Robinson @ on
Hi Su,
Thank you for uploading the source code. When compiling PreVABS, I get the following error:
[ 97%] Building Fortran object CMakeFiles/prevabs.dir/vabs-3.9/src/Output.f90.o
/home/robinson3/bin/prevabs/prevabs-1.4.3/vabs-3.9/src/Output.f90:120.34:
REAL(DBL),INTENT(IN) :: cte(nmate,6)
1
Error: Variable 'nmate' cannot appear in the expression at (1)
/home/robinson3/bin/prevabs/prevabs-1.4.3/vabs-3.9/src/Output.f90:121.39:
REAL(DBL),INTENT(IN):: temperature(nnode)
1
Error: Variable 'nnode' cannot appear in the expression at (1)
make[2]: *** [CMakeFiles/prevabs.dir/vabs-3.9/src/Output.f90.o] Error 1
make[1]: *** [CMakeFiles/prevabs.dir/all] Error 2
make: *** [all] Error 2
Do you know how to fix this? It seems to be related to the VABS 3.9 source code bundled with PreVABS.
Thanks,
Joseph
Report abuse