Error message

  • Deprecated function: Constant PDO::MYSQL_ATTR_USE_BUFFERED_QUERY is deprecated since 8.5, use Pdo\Mysql::ATTR_USE_BUFFERED_QUERY instead in DatabaseConnection_mysql->__construct() (line 332 of /var/www/html/includes/database/mysql/database.inc).
  • Deprecated function: Constant PDO::MYSQL_ATTR_MULTI_STATEMENTS is deprecated since 8.5, use Pdo\Mysql::ATTR_MULTI_STATEMENTS instead in DatabaseConnection_mysql->__construct() (line 339 of /var/www/html/includes/database/mysql/database.inc).

Loading modules in jakar

When using mathematical libraries in jakar.utep.edu use the spyder module system to list and load modules

Once logged into jakar type the following command:

$ module spider
and you will see the installed library modules for openblas and scalapack.
(see image)
You can load these module with:
$ module load openblas scalapack

When you submit the job put it in the submit script.